Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-07-21 12:49:50 to 2026-07-24 14:02:58 UTC [more...]

[PATCH] floppy: flush pending work before releasing resources on init failure
 2026-07-24 14:02 UTC  (2+ messages)

fix fs-integrity for non-PI metadata v2
 2026-07-24 13:48 UTC  (12+ 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 4/4] iomap: don't free integrity payload that doesn't exist

[PATCH] floppy: avoid NULL deref in reset_interrupt when cont is cleared
 2026-07-24 13:42 UTC  (2+ messages)

[PATCH] floppy: unregister platform device on add_disk failure
 2026-07-24 13:29 UTC  (2+ messages)

[PATCH v8 0/9] Support for block device NVMEM providers
 2026-07-24 13:10 UTC  (6+ messages)
` [PATCH v8 5/9] block: implement NVMEM provider

lazy bounce buffering for checksummed reads
 2026-07-24 12:54 UTC  (48+ messages)
` [PATCH 01/22] iomap: add a separate bio_set for iomap_split_ioend
` [PATCH 02/22] block: remove bip_should_check
` [PATCH 03/22] block: lift BIP_CHECK_FLAGS to include/linux/bio-integrity.h
` [PATCH 04/22] block: handle nogenerate/noverify properly in fs-integrity
` [PATCH 05/22] iomap: don't free integrity payload that doesn't exist
` [PATCH 06/22] block,iomap: fix protection information verification with initial bvec offset
` [PATCH 07/22] block: add task-context bio completion infrastructure
` [PATCH 08/22] block: don't delay bio task completions
` [PATCH 09/22] block: split bio_iov_iter_bounce_write
` [PATCH 10/22] block: export fs_bio_integrity_{alloc,free}
` [PATCH 11/22] block: don't include blk-integrity.h in bdev.c
` [PATCH 12/22] iomap: better read bounce buffering support
` [PATCH 13/22] iomap: add a iomap_ioend_flags helper
` [PATCH 14/22] iomap: add a IOMAP_IOEND_INTEGRITY flag
` [PATCH 15/22] iomap,xfs: move T10 PI handling for direct I/O into ->submit_io
` [PATCH 16/22] xfs: move PI generation into xfs_zone_alloc_and_submit
` [PATCH 17/22] xfs: split ioend handling into a separate source file
` [PATCH 18/22] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
` [PATCH 19/22] iomap,xfs: move integrity verification to the file system
` [PATCH 20/22] xfs: add support for lazy direct read bounce buffering
` [PATCH 21/22] xfs: add error injection for lazy "
` [PATCH 22/22] xfs: log a message at mount time when using integrity protection

[PATCH RFC] nvme-multipath: fix diskstats for partitions
 2026-07-24 12:45 UTC  (2+ messages)

[RFC PATCH v2 0/8] blk-cgroup: protect blkgs with blkcg_mutex
 2026-07-24 12:30 UTC  (9+ messages)
` [RFC PATCH v2 1/8] block: associate blkg in submit_bio instead of bio_set_dev
` [RFC PATCH v2 2/8] blk-throttle: protect throttle state with td lock
` [RFC PATCH v2 3/8] blk-cgroup: protect blkgs with blkcg_mutex
` [RFC PATCH v2 4/8] blk-cgroup: remove blkg radix tree preloading
` [RFC PATCH v2 5/8] blk-cgroup: allocate blkgs in blkg_create
` [RFC PATCH v2 6/8] blk-cgroup: share blkg creation between lookup and config prep
` [RFC PATCH v2 7/8] bfq: avoid blkg lookup from locked cgroup update
` [RFC PATCH v2 8/8] block: fail nowait bio submit if blkg allocation can't sleep

[PATCH v5 00/10] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-24 10:21 UTC  (12+ messages)
` [PATCH v5 01/10] block: add BLK_STS_P2PDMA for unsupported peer-to-peer transfers
` [PATCH v5 02/10] md: ensure REQ_NOMERGE is set on P2PDMA bios
` [PATCH v5 03/10] md/raid1: serialize non-write-behind writes on CollisionCheck rdevs
` [PATCH v5 04/10] md/raid1: don't use write-behind for P2PDMA bios
` [PATCH v5 05/10] md/raid1,raid10: factor out raid1_write_error() helper
` [PATCH v5 06/10] md/raid1,raid10: keep REQ_NOMERGE on narrow_write_error() retry clones
` [PATCH v5 07/10] md/raid1,raid10: skip futile retries on P2PDMA mapping failures
` [PATCH v5 08/10] md/raid1,raid10: set IO_BLOCKED in case of BLK_STS_P2PDMA
` [PATCH v5 09/10] nvme-rdma: use ib_dma_map_sgtable_attrs()
` [PATCH v5 10/10] nvme-rdma: return BLK_STS_P2PDMA for unsupported P2P transfers

[PATCH] ublk: configure io buffer before taking uring_cmd
 2026-07-24 10:03 UTC 

[PATCH] blk-wbt: Always change enable_state to MANUAL when setting latency
 2026-07-24  9:50 UTC  (3+ messages)

[PATCH 0/2] zram: lockmap tweaks
 2026-07-24  7:52 UTC  (8+ messages)
` [PATCH 1/2] zram: Move lockmap to be per-zram instead per table
` [PATCH 2/2] zram: Use a custom key for each zram object

[PATCH 1/3] zram: fix zstd dict use-after-free on per-CPU error path
 2026-07-24  5:27 UTC  (6+ messages)
` [PATCH 2/3] zram: add per-backend capability flags and validate parameters early
` [PATCH 3/3] zram: reset per-priority params when changing algorithm before init

[PATCH] block: fix BLKSECDISCARD zero-length range causing page cache invalidation
 2026-07-24  4:52 UTC  (3+ messages)

[PATCH V5 0/9] null_blk: fix init/exit races and memleaks
 2026-07-24  1:18 UTC  (2+ messages)

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

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

[PATCH blktests 0/4] misc fixes
 2026-07-23 13:02 UTC  (2+ messages)

[PATCH v2 blktests 1/2] common/rc: add _have_debugfs()
 2026-07-23 13:02 UTC  (2+ messages)

[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] 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 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] 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 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  (4+ messages)
` [PATCH v2 1/3] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH v2 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
` [PATCH v2 3/3] module: Bring includes in linux/kmod.h up to date


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