Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-09-04 09:34:43 to 2026-09-09 09:01:23 UTC [more...]

[PATCH 0/7] fs: preserve superblock inode walk positions across lock drops
 2026-09-09  9:01 UTC  (2+ messages)
` [PATCH 1/7] fs: remove trailing whitespace from include/linux/fs.h

[PATCH v7 00/16] Improve handling of offline and read-only zones
 2026-09-09  8:51 UTC  (18+ messages)
` [PATCH v7 01/16] block: remove disk_free_zone_resources()
` [PATCH v7 02/16] block: improve capacity handling during zone revalidation
` [PATCH v7 03/16] block: refactor disk_revalidate_zone_resources()
` [PATCH v7 04/16] block: refactor disk_update_zone_resources()
` [PATCH v7 05/16] block: remember a zone type regardless of its condition
` [PATCH v7 06/16] block: refactor bdev_zone_is_seq()
` [PATCH v7 07/16] block: improve blkdev_get_zone_info()
` [PATCH v7 08/16] block: introduce disk_for_all_zone_wplugs()
` [PATCH v7 09/16] block: serialize zone revalidation
` [PATCH v7 10/16] block: drop all zone write plugs on capacity changes
` [PATCH v7 11/16] block: retry zone revalidation on capacity change
` [PATCH v7 12/16] block: propagate readonly and offline conditions to zone write plugs
` [PATCH v7 13/16] block: always treat offline and read-only zones as dead
` [PATCH v7 14/16] block: fail zone management operations to read-only and offline zones
` [PATCH v7 15/16] block: allow read-only and offline conventional zones
` [PATCH v7 16/16] block: simplify disk_zone_set_cond()

[PATCH v4] block: Fix start and length check added to iov_iter_extract_bvecs()
 2026-09-09  8:06 UTC 

[PATCH 03/13] ARM: remove riscpc
 2026-09-09  8:04 UTC  (2+ messages)

misc block PI / bounce buffering fixes
 2026-09-09  7:52 UTC  (10+ messages)
` [PATCH 1/3] block: avoid integer overflows in max_integrity_io_size
` [PATCH 2/3] block: cap atomic write size by PI buffer size constraints
` [PATCH 3/3] block: improve aligning down bios in bio_iov_iter_bounce_write

[PATCH 0/6] md: don't wait for q->limits_lock while md holds back I/O
 2026-09-09  6:30 UTC  (17+ messages)
` [PATCH 1/6] block: add queue_limits_start_update_trylock()
` [PATCH 2/6] md: pass a queue_limits down to ->hot_add_disk()
` [PATCH 3/6] md: don't wait for q->limits_lock in check_sb_changes()
` [PATCH 4/6] md: pass a queue_limits through the rdev sysfs stores
` [PATCH 5/6] md: don't wait for q->limits_lock in mddev_update_io_opt()
` [PATCH 6/6] md: take q->limits_lock before locking and suspending the array

[PATCH v3] block: Fix start and length check added to iov_iter_extract_bvecs()
 2026-09-09  6:28 UTC  (2+ messages)

lazy bounce buffering for checksummed reads v3
 2026-09-09  6:09 UTC  (17+ messages)
` [PATCH 01/16] block: split bio_iov_iter_bounce_write
` [PATCH 02/16] block: export fs_bio_integrity_{alloc,free}
` [PATCH 03/16] block: add a bio_prepare_reissue helper
` [PATCH 04/16] iomap: respect maximum I/O size in iomap_dio_bio_iter_one
` [PATCH 05/16] iomap: add a iomap_ioend_flags helper
` [PATCH 06/16] iomap: add a IOMAP_IOEND_INTEGRITY flag
` [PATCH 07/16] iomap,xfs: move T10 PI handling for direct I/O into ->submit_io
` [PATCH 08/16] xfs: move PI generation into xfs_submit_zoned_bio
` [PATCH 09/16] block,iomap: fix protection information verification with initial bvec offset
` [PATCH 10/16] iomap: better read bounce buffering support
` [PATCH 11/16] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
` [PATCH 12/16] iomap,xfs: move integrity verification to the file system
` [PATCH 13/16] xfs: add support for lazy direct read bounce buffering
` [PATCH 14/16] xfs: add error injection for lazy "
` [PATCH 15/16] xfs: log a message at mount time when using integrity protection
` [PATCH 16/16] block,iomap: remove the old read side bounce buffering support

[PATCH v2 0/7] block device fixes for large block sizes, IOCB_NOWAIT, and direct I/O
 2026-09-09  6:03 UTC  (22+ messages)
` [PATCH v2 2/7] block: take i_rwsem for the direct I/O write fallback
` [PATCH v2 3/7] block: take i_rwsem for the splice read path
` [PATCH v2 4/7] block: honor IOCB_NOWAIT in the block device buffered "
` [PATCH v2 5/7] block: fail atomic writes instead of falling back to buffered I/O
` [PATCH v2 6/7] block: unpin all pages of a bvec in bio_iov_iter_align_down()
` [PATCH v2 7/7] block: remove dead metadata handling from the async direct I/O path

[PATCH blktests] src/Makefile: fix HAVE_C_DEF probe under a non-bash /bin/sh
 2026-09-08 21:48 UTC 

[RFC PATCH 0/8] blk-iocost: BPF struct_ops cost model
 2026-09-08 20:31 UTC  (15+ messages)
` [RFC PATCH 1/8] blk-iocost: add iocost_ioc_tick tracepoint for per-period device summary
` [RFC PATCH 2/8] blk-iocost: define iocost_model_ops cost model interface
` [RFC PATCH 3/8] blk-iocost: implement BPF struct_ops registration
` [RFC PATCH 4/8] blk-iocost: dispatch cost calculation to registered BPF model
` [RFC PATCH 5/8] blk-iocost: add ctrl=bpf per-device opt-in
` [RFC PATCH 6/8] selftests/bpf: add iocost cost model test
` [RFC PATCH 7/8] selftests/bpf: add multi-stream sequentiality example model
` [RFC PATCH 8/8] docs: cgroup-v2: document io.cost ctrl=bpf option

[PATCH] rnull: fix geometry store check-then-act across lock scopes
 2026-09-08 20:08 UTC 

[PATCH RESEND] block: store GPT attributes as a raw value
 2026-09-08 18:58 UTC 

[PATCH 0/4] block, nfsd: fixes for sub-sector bvec direct I/O
 2026-09-08 18:25 UTC  (19+ messages)
` [PATCH 1/4] brd: iterate the bio by byte position, not bi_sector
  ` [PATCH 2/4] zram: handle sub-page bvec segments without corrupting data
  ` [PATCH 3/4] nfsd: fetch direct I/O alignment for files handed to the filecache
  ` [PATCH 4/4] nfsd: fall back to buffered I/O when a direct write gets -EINVAL

[PATCH v7 00/43] btrfs: add fscrypt support
 2026-09-08 16:47 UTC  (4+ messages)
` [PATCH v7 09/43] btrfs: add infrastructure for safe em freeing

[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
 2026-09-08 16:30 UTC  (9+ messages)
` [PATCH 01/25] mm/fbatch: remove !CONFIG_SMP special case of folio_activate()
` [PATCH 02/25] mm/fbatch: allow folios_put_refs() to skip xa_is_value() entries
` [PATCH 03/25] mm/fbatch: temporarily disable lazyfree and mlock+munlock batching
` [PATCH 15/25] mm/fbatch: remove shake_folio() shake_page() from memory-failure

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-09-08 12:10 UTC  (12+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'

[PATCH v4 0/2] f2fs: enable buffered RWF_DONTCACHE
 2026-09-08  3:55 UTC  (9+ messages)
` [PATCH v4 1/2] f2fs: complete dropbehind write bios in task context
` [syzbot ci] Re: f2fs: enable buffered RWF_DONTCACHE
  ` [PATCH] f2fs: handle NULL kiocb in write_begin
` [PATCH v5 0/2] f2fs: enable buffered RWF_DONTCACHE
  ` [PATCH v5 1/2] f2fs: complete dropbehind write bios in task context
  ` [PATCH v5 2/2] f2fs: enable buffered RWF_DONTCACHE

[PATCH 0/4] blk-iocost: charge flushes and zone appends
 2026-09-08  2:21 UTC  (5+ messages)
` [PATCH 1/4] blk-iocost: charge flushes as pageless random writes
` [PATCH 2/4] blk-iocost: charge zone appends as page-counted sequential writes
` [PATCH 3/4] blk-iocost: account zone append completions in latency stats
` [PATCH 4/4] blk-iocost: fix stale comment in ioc_rqos_throttle()

[PATCH] blk-crypto: Fix the num_prealloc_fallback_crypt_ctxs parameter description
 2026-09-07 20:46 UTC  (2+ messages)

[syzbot] [block?] WARNING in blk_mq_unquiesce_queue
 2026-09-07 16:11 UTC 

[PATCH v3 0/5] block, nvme: support same-LBA multipath limit stacking
 2026-09-07  9:44 UTC  (4+ messages)
` [PATCH v3 5/5] block, nvme: add same-LBA multipath limit helpers

[PATCH 0/2] selftests: fix typos and repeated words in comments
 2026-09-07  6:41 UTC  (3+ messages)
` [PATCH 1/2] selftests: fix typos "
` [PATCH 2/2] selftests: core: fix repeated word 'and' in comment

[PATCH] block: Fix start and length check added to iov_iter_extract_bvecs()
 2026-09-07  6:18 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-07  6:02 UTC  (10+ messages)
` [PATCH 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [PATCH 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH 3/3] blk-cgroup: move async bio punt state to blkcg

lazy bounce buffering for checksummed reads V2
 2026-09-07  5:51 UTC  (4+ messages)
` [PATCH 09/17] xfs: move PI generation into xfs_submit_zoned_bio

[BUG] md/raid1: deadlock between a queue limits sysfs store and a spare re-add
 2026-09-07  4:52 UTC  (5+ messages)

[PATCH] partitions: ldm: add input-side bounds to ldm_get_vstr
 2026-09-06  7:31 UTC 

[syzbot] Monthly block report (Sep 2026)
 2026-09-05 20:33 UTC 

[PATCH 1/2] block: drbd: fix typos in comments
 2026-09-05 18:25 UTC  (3+ messages)
` [PATCH 2/2] block: fix repeated word 'is' in comment

[GIT PULL] Block fixes for 7.3-rc2
 2026-09-05 16:36 UTC  (2+ messages)

[PATCH v8] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-09-05 14:25 UTC  (2+ messages)

[PATCH] block: swim3: Publish the MacIO OF module aliases
 2026-09-05 13:35 UTC 

[PATCH] blk-throttle: reject IOPS limits above UINT_MAX for legacy interface
 2026-09-05 13:09 UTC  (2+ messages)

[PATCH] block: Drop the stale @op line from the bio_copy_kern() kernel-doc
 2026-09-05 10:16 UTC 

[syzbot] [block?] BUG: sleeping function called from invalid context in null_insert_page
 2026-09-04 22:23 UTC 

[PATCH v15 0/8] blk: honor isolcpus configuration
 2026-09-04 13:56 UTC  (3+ messages)

[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-09-04 11:24 UTC  (4+ messages)
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems

[PATCH] block: fix typos in comments
 2026-09-04 10:54 UTC 

[PATCH v3 00/33] block/swim: Fixes and improvements
 2026-09-04  9:26 UTC  (14+ messages)
` [PATCH v3 25/33] swim: Don't search beyond the first data mark
` [PATCH v3 30/33] swim: Clean up whitespace
` [PATCH v3 22/33] swim: Revisit delays
` [PATCH v3 33/33] swim: Unexport global symbols
` [PATCH v3 21/33] swim: Check drive ready bit
` [PATCH v3 31/33] swim: Define macros for constants
` [PATCH v3 26/33] swim: Remove pointless specifiers
` [PATCH v3 32/33] swim: Define symbols for constants
` [PATCH v3 29/33] swim: Remove unused macro definitions
` [PATCH v3 24/33] swim: Don't needlessly re-read sectors
` [PATCH v3 28/33] swim: Add some helpful references
` [PATCH v3 27/33] swim: Move swd initialization
` [PATCH v3 23/33] swim: Remove pointless mode0 register write

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-09-04  9:34 UTC  (4+ messages)
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()


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