Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-07-21 13:12:47 to 2026-07-23 11:18:04 UTC [more...]

[PATCH] blk-cgroup: remove unused blk_queue_for_each_rl stub
 2026-07-23 11:17 UTC  (3+ messages)

[PATCH v5] nvme/069: add a test for multipath cdev lifetime
 2026-07-23 10:05 UTC  (2+ messages)

[PATCH] drbd: reject out-of-range sizes when draining data
 2026-07-23  7:45 UTC  (2+ messages)

[PATCH] floppy: avoid NULL deref in reset_interrupt when cont is cleared
 2026-07-23  7:35 UTC 

[PATCH] loop: clear backing file on LOOP_CONFIGURE limits failure
 2026-07-23  7:33 UTC 

[RFC PATCH v1 00/17] blk-cgroup: protect blkgs with blkcg_mutex
 2026-07-23  7:03 UTC  (4+ messages)
` [RFC PATCH v1 01/17] nvme-multipath: retarget failedover bios from requeue work

[PATCH v4] blk-throttle: fix divide-by-zero on legacy iops limit of 0
 2026-07-23  6:46 UTC  (2+ messages)

[PATCH v2 0/7] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-23  6:11 UTC  (14+ messages)
` [PATCH v2 1/7] blk-mq-dma: restore BLK_STS_TARGET for unsupported P2P transfers
` [PATCH v2 6/7] md/raid1,raid10: skip futile retries on P2PDMA mapping failures

[PATCH v4 0/9] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-23  3:11 UTC  (16+ messages)
` [PATCH v4 1/9] block: add BLK_STS_P2PDMA for unsupported peer-to-peer transfers
` [PATCH v4 2/9] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v4 3/9] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v4 4/9] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v4 5/9] md/raid1,raid10: factor out raid1_write_error() helper
` [PATCH v4 6/9] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v4 7/9] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH v4 8/9] md/raid1,raid10: set IO_BLOCKED in case of BLK_STS_P2PDMA
` [PATCH v4 9/9] nvme-rdma: return BLK_STS_P2PDMA for unsupported P2P transfers

[PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-07-23  2:10 UTC  (11+ messages)
` [PATCH v9 01/10] rust: module: move module types into `module.rs`
` [PATCH v9 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v9 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v9 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v9 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v9 06/10] rust: miscdevice: "
` [PATCH v9 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v9 08/10] rust_binder: "
` [PATCH v9 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v9 10/10] rust: module: update MAINTAINERS to cover module.rs

[PATCH v3 0/6] nbd: eliminate queue freeze/unfreeze overhead in connection setup
 2026-07-23  1:24 UTC  (18+ messages)
` [PATCH v3 2/6] nbd: disallow NBD_SET_SOCK on an active device
` [PATCH v3 3/6] nbd: remove queue freeze in nbd_add_socket
` [PATCH v3 4/6] nbd: set nr_hw_queues at device creation to skip queue freeze
` [PATCH v3 5/6] nbd: skip queue freeze when setting size at device startup
` [PATCH v3 6/6] nbd: add nr_hw_queues module parameter for pre-created devices

回复: Re: [PATCH v1] block/mq-deadline: hold elevator_lock in debugfs next_rq show
 2026-07-23  1:02 UTC 

[PATCH 00/12] drbd: Enable lock context analysis
 2026-07-22 18:18 UTC  (2+ messages)

[PATCH v1] block/mq-deadline: hold elevator_lock in debugfs next_rq show
 2026-07-22 17:44 UTC  (2+ messages)

linux-blktests AI-assisted promotion collaboration
 2026-07-22 16:21 UTC 

fix fs-integrity for non-PI metadata
 2026-07-22 13:59 UTC  (7+ messages)
` [PATCH 1/4] block: remove bip_should_check
` [PATCH 2/4] block: lift BIP_CHECK_FLAGS to include/linux/bio-integrity.h
` [PATCH 3/4] block: handle nogenerate/noverify properly in fs-integrity

[PATCH v8 0/9] Support for block device NVMEM providers
 2026-07-22 13:56 UTC  (2+ messages)

[PATCH v7 09/29] Add a function to kmap one page of a multipage bio_vec
 2026-07-22 13:01 UTC  (3+ messages)
` [PATCH v7 10/29] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v7 11/29] iov_iter: Add a segmented queue of bio_vec[]

[PATCH v3] blk-throttle: fix divide-by-zero on legacy iops limit of 0
 2026-07-22 10:15 UTC  (3+ messages)

[PATCH] floppy: flush pending work before releasing resources on init failure
 2026-07-22  3:44 UTC 

[PATCH] md: do overflow check for sb->bblog_shift in super_1_load()
 2026-07-22  2:29 UTC  (2+ messages)

[PATCH 0/6] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-21 17:51 UTC  (5+ messages)

[PATCH v3 0/8] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-21 17:45 UTC  (9+ messages)
` [PATCH v3 1/8] blk-mq-dma: restore BLK_STS_TARGET for unsupported P2P transfers
` [PATCH v3 2/8] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v3 3/8] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v3 4/8] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v3 5/8] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v3 6/8] md/raid1: skip futile retries on P2PDMA mapping failures
` [PATCH v3 7/8] md/raid10: "
` [PATCH v3 8/8] nvme-rdma: return BLK_STS_TARGET for unsupported P2P transfers

[PATCH v6 2/2] badblocks: validate sector range and shift before rounding
 2026-07-21 16:40 UTC  (4+ messages)
` [PATCH v7 0/2] badblocks: fix rounding bug and validate input range
  ` [PATCH v7 1/2] badblocks: fix in-place round_up/round_down usage bug
  ` [PATCH v7 2/2] badblocks: validate sector range and shift before rounding

[PATCH blktests 1/2] loop/009: only skip on a genuinely unrecognized --ping option
 2026-07-21 16:04 UTC  (2+ messages)
` [PATCH blktests 2/2] loop/006: settle udev before completing the test

[PATCH v15 0/8] blk: honor isolcpus configuration
 2026-07-21 14:19 UTC  (3+ messages)
` [PATCH v15 6/8] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs

[PATCH v2 0/3] Bring includes in linux/kmod.h up to date
 2026-07-21 13:11 UTC  (2+ messages)
` [PATCH v2 3/3] module: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox