linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-29 23:33:30 to 2022-07-04 13:30:52 UTC [more...]

clean up zoned device information
 2022-07-04 13:24 UTC  (32+ messages)
` [PATCH 01/17] block: remove a superflous ifdef in blkdev.h
` [PATCH 02/17] block: call blk_queue_free_zone_bitmaps from disk_release
` [PATCH 03/17] block: use bdev_is_zoned instead of open coding it
` [PATCH 04/17] block: simplify blk_mq_plug
` [PATCH 05/17] block: export blkdev_zone_mgmt_all
` [PATCH 06/17] nvmet: use blkdev_zone_mgmt_all
` [PATCH 07/17] block: simplify blk_check_zone_append
` [PATCH 08/17] block: pass a gendisk to blk_queue_set_zoned
` [PATCH 09/17] block: pass a gendisk to blk_queue_clear_zone_settings
` [PATCH 10/17] block: pass a gendisk to blk_queue_free_zone_bitmaps
` [PATCH 11/17] block: remove queue_max_open_zones and queue_max_active_zones
` [PATCH 12/17] block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zones
` [PATCH 13/17] block: replace blkdev_nr_zones with bdev_nr_zones
` [PATCH 14/17] block: use bdev based helpers in blkdev_zone_mgmt / blkdev_zone_mgmt_all
` [PATCH 15/17] dm-zoned: cleanup dmz_fixup_devices
` [PATCH 16/17] block: remove blk_queue_zone_sectors
` [PATCH 17/17] block: move zone related fields to struct gendisk

[PATCH V3 0/1] ublk: add io_uring based userspace block driver
 2022-07-04 12:34 UTC  (8+ messages)
` [PATCH V3 1/1] "

[PATCH blktests] block/008: fix cpu online restore
 2022-07-04 11:46 UTC  (4+ messages)

[ANNOUNCE] Alpine Linux Persistence and Storage Summit 2022
 2022-07-04 11:36 UTC 

[PATCH blktests] block/008: avoid _offline_cpu() call in sub-shell
 2022-07-04 11:16 UTC 

[RFC] libubd: library for ubd(userspace block driver based on io_uring passthrough)
 2022-07-04 11:03 UTC  (11+ messages)

[RFC: kdevops] Standardizing on failure rate nomenclature for expunges
 2022-07-04  7:58 UTC  (17+ messages)

[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-07-04  6:07 UTC  (13+ messages)
` [PATCH v7 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v7 16/21] block: add check when merging zone device pages

[bug report] blktests nvme/004 failed after offline cpu
 2022-07-04  5:42 UTC  (2+ messages)
` [bug report] nvme/rdma: nvme connect failed after offline one cpu on host side

[PATCH] block: null_blk: Use the bitmap API to allocate bitmaps
 2022-07-04  1:52 UTC  (2+ messages)

[PATCH v5 1/4] panic: Taint kernel if tests are run
 2022-07-03 15:32 UTC  (7+ messages)
` [PATCH v5 2/4] module: panic: Taint the kernel when selftest modules load
` [PATCH v5 3/4] kunit: Taint the kernel when KUnit tests are run
` [PATCH v5 4/4] selftest: Taint kernel when test module loaded

INFO: task hung in blk_trace_remove
 2022-07-03  7:12 UTC  (3+ messages)

[PATCH v4 1/4] panic: Taint kernel if tests are run
 2022-07-02  5:15 UTC  (14+ messages)
` [PATCH v4 2/4] module: panic: Taint the kernel when selftest modules load
` [PATCH v4 3/4] kunit: Taint the kernel when KUnit tests are run
` [PATCH v4 4/4] selftest: Taint kernel when test module loaded

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC 

[PATCH 5.20 1/4] block: add bio_rewind() API
 2022-07-01 21:09 UTC  (15+ messages)

[GIT PULL] Block fixes for 5.19-rc5
 2022-07-01 18:02 UTC  (2+ messages)

[git pull] device mapper fixes for 5.19-rc5
 2022-07-01 18:02 UTC  (2+ messages)

[PATCH v2 00/63] Improve static type checking for request flags
 2022-07-01 13:48 UTC  (52+ messages)
` [PATCH v2 07/63] block/bfq: Use the new blk_opf_t type
` [PATCH v2 08/63] block/mq-deadline: "
` [PATCH v2 10/63] blktrace: Trace remapped requests correctly
` [PATCH v2 16/63] block/rnbd: Use blk_opf_t where appropriate
` [PATCH v2 17/63] xen-blkback: Use the enum req_op and blk_opf_t types
` [PATCH v2 29/63] dm/zone: Use the enum req_op type
` [PATCH v2 30/63] dm/dm-zoned: "
` [PATCH v2 34/63] md/raid1: Use the new blk_opf_t type
` [PATCH v2 35/63] md/raid10: "
` [PATCH v2 36/63] md/raid5: Use the enum req_op and blk_opf_t types
` [PATCH v2 46/63] fs/buffer: Use the new blk_opf_t type
` [PATCH v2 47/63] fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
` [PATCH v2 48/63] fs/direct-io: Reduce the size of struct dio
` [PATCH v2 50/63] fs/btrfs: Use the enum req_op and blk_opf_t types
` [PATCH v2 51/63] fs/ext4: Use the new blk_opf_t type
` [PATCH v2 52/63] fs/f2fs: Use the enum req_op and blk_opf_t types
` [PATCH v2 53/63] fs/gfs2: "
` [PATCH v2 54/63] fs/hfsplus: "
` [PATCH v2 55/63] fs/iomap: Use the new blk_opf_t type
` [PATCH v2 56/63] fs/jbd2: Fix the documentation of the jbd2_write_superblock() callers
` [PATCH v2 57/63] fs/nfs: Use enum req_op where appropriate
` [PATCH v2 58/63] fs/nilfs2: Use the enum req_op and blk_opf_t types
` [PATCH v2 59/63] fs/ntfs3: Use enum req_op where appropriate
` [PATCH v2 60/63] fs/ocfs2: Use the enum req_op and blk_opf_t types
` [PATCH v2 61/63] PM: "
` [PATCH v2 62/63] fs/xfs: "
` [PATCH v2 63/63] fs/zonefs: Use the enum req_op type for request operations

[PATCH blktests] common/multipath-over-rdma: skip NO-CARRIER NIC when start_soft_rdma
 2022-07-01 13:46 UTC  (3+ messages)

[PATCH RESEND v6 0/8] bugfix and cleanup for blk-throttle
 2022-07-01  9:34 UTC  (9+ messages)
` [PATCH RESEND v6 1/8] blk-throttle: fix that io throttle can only work for single bio
` [PATCH RESEND v6 2/8] blk-throttle: prevent overflow while calculating wait time
` [PATCH RESEND v6 3/8] blk-throttle: factor out code to calculate ios/bytes_allowed
` [PATCH RESEND v6 4/8] blk-throttle: fix io hung due to config updates
` [PATCH RESEND v6 5/8] blk-throttle: use 'READ/WRITE' instead of '0/1'
` [PATCH RESEND v6 6/8] blk-throttle: calling throtl_dequeue/enqueue_tg in pairs
` [PATCH RESEND v6 7/8] blk-throttle: cleanup tg_update_disptime()
` [PATCH RESEND v6 8/8] blk-throttle: clean up flag 'THROTL_TG_PENDING'

[PATCH v6 0/8] bugfix and cleanup for blk-throttle
 2022-07-01  7:49 UTC  (11+ messages)
` [PATCH] blk-throttle: fix io hung due to config updates
` [PATCH v6 1/8] blk-throttle: fix that io throttle can only work for single bio
` [PATCH v6 2/8] blk-throttle: prevent overflow while calculating wait time
` [PATCH v6 3/8] blk-throttle: factor out code to calculate ios/bytes_allowed
` [PATCH v6 4/8] blk-throttle: fix io hung due to config updates
` [PATCH v6 5/8] blk-throttle: use 'READ/WRITE' instead of '0/1'
` [PATCH v6 6/8] blk-throttle: calling throtl_dequeue/enqueue_tg in pairs
` [PATCH v6 7/8] blk-throttle: cleanup tg_update_disptime()
` [PATCH v6 8/8] blk-throttle: clean up flag 'THROTL_TG_PENDING'

[PATCH] block: Fix typo in comments
 2022-07-01  7:19 UTC 

[PATCH 00/12] block: support for partial sector reads
 2022-07-01  2:40 UTC  (14+ messages)
` [PATCH 01/12] block: move direct io alignment check to common
` [PATCH 02/12] iomap: save copy of bdev for direct io
` [PATCH 03/12] iomap: get logical block size directly
` [PATCH 04/12] iomap: use common blkdev alignment check
` [PATCH 05/12] block: add bit bucket capabilities
` [PATCH 06/12] nvme: add support for bit buckets
` [PATCH 07/12] block: allow copying pre-registered bvecs
` [PATCH 08/12] block: add bio number of vecs helper for partials
` [PATCH 09/12] block: add partial sector parameter helper
` [PATCH 10/12] block: add direct-io partial sector read support
` [PATCH 11/12] iomap: "
` [PATCH 12/12] block: export and document bit_bucket attribute

[PATCH v3 0/2] blk-cgroup: duplicated code refactor
 2022-07-01  1:51 UTC  (7+ messages)

[GIT PULL] nvmes fixes for Linux 5.19
 2022-06-30 20:16 UTC  (2+ messages)

[PATCH 0/6] block: add support for REQ_OP_VERIFY
 2022-06-30 16:24 UTC  (9+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] nvme: add support for the Verify command
` [PATCH 3/6] nvmet: add Verify command support for bdev-ns
` [PATCH 4/6] nvmet: add Verify emulation "
` [PATCH 5/6] nvmet: add verify emulation support for file-ns
` [PATCH 6/6] null_blk: add REQ_OP_VERIFY support

Estimating Services
 2022-06-30 15:49 UTC 

[PATCH] sys-utils: add blkverify command
 2022-06-30  9:16 UTC 

[PATCHv6 11/11] iomap: add support for dma aligned direct-io
 2022-06-30  5:45 UTC  (12+ messages)

[PATCH] blk-mq: set BLK_MQ_S_STOPPED first to avoid unexpected queue work
 2022-06-30  1:07 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).