Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-09-06 10:13:55 to 2026-09-09 10:41:07 UTC [more...]

[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
 2026-09-09 10:41 UTC  (28+ messages)
` [PATCH v2 01/26] mm/fbatch: remove !CONFIG_SMP special case of folio_activate()
` [PATCH v2 02/26] mm/fbatch: allow folios_put_refs() to skip xa_is_value() entries
` [PATCH v2 03/26] mm/fbatch: temporarily disable lazyfree and mlock+munlock batching
` [PATCH v2 04/26] mm/fbatch: lru bit set, no extra ref, while folio on per-cpu fbatch
` [PATCH v2 05/26] mm/fbatch: lru_add_del_folio()+folio_add_lru() after clear_lru()
` [PATCH v2 06/26] mm/fbatch: fbatch_drain_lazyfree(onstack fbatch) before ptl unlock
` [PATCH v2 07/26] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()
` [PATCH v2 08/26] mm/fbatch: replace mlock_new_folio() by __folio_add_lru(,mlockit)
` [PATCH v2 09/26] mm/fbatch: restore mlock+munlock batching, without extra ref
` [PATCH v2 10/26] mm/fbatch: remove several uses of mlock_drain_local()
` [PATCH v2 11/26] mm/fbatch: remove migration's PAGE_WAS_MLOCKED lru_add_drain()
` [PATCH v2 12/26] mm/fbatch: remove percpu_pvec_drained and folios_put()
` [PATCH v2 13/26] mm/fbatch: no lru_add_drain to collect_longterm_unpinnable_folios()
` [PATCH v2 14/26] mm/fbatch: no lru_add_drain() nor _all() for memfd_wait_for_pins()
` [PATCH v2 15/26] mm/fbatch: remove shake_folio() shake_page() from memory-failure
` [PATCH v2 16/26] mm/fbatch: remove lru_cache_disable() from NUMA folio migration
` [PATCH v2 17/26] mm/fbatch: no lru_cache_disable() in __alloc_contig_migrate_range()
` [PATCH v2 18/26] mm/fbatch: remove lru_add_drain() and _all() calls from various
` [PATCH v2 19/26] mm/fbatch: vm/stat_refresh include lru_add_drain() on each cpu
` [PATCH v2 20/26] s390/fbatch: no lru_add_drain_all() in s390_wiggle_split_folio()
` [PATCH v2 21/26] block/fbatch: no lru_add_drain_all() in invalidate_bdev()
` [PATCH v2 22/26] fs/fbatch: drop_caches invalidate_bh_lrus() not lru_add_drain_all()
` [PATCH v2 23/26] fs,mm/fbatch: use invalidate_bh_lrus() not invalidate_bh_lrus_cpu()
` [PATCH v2 24/26] fs,mm/fbatch: lru_cache_disable() keep off buffer_head lrus only
` [PATCH v2 25/26] mm/fbatch: move lru_add_drain_all() declaration to mm/internal.h
` [PATCH v2 26/26] mm/fbatch: drop reference inside the loop when draining
` [PATCH v2 27/26] mm/fbatch: paranoid folio vmstats in folio_batch_move_lru()

[PATCH 0/6] md: don't wait for q->limits_lock while md holds back I/O
 2026-09-09 10:35 UTC  (18+ 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 v7 00/16] Improve handling of offline and read-only zones
 2026-09-09  9:26 UTC  (22+ 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()

misc block PI / bounce buffering fixes
 2026-09-09  9:16 UTC  (11+ 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/7] fs: preserve superblock inode walk positions across lock drops
 2026-09-09  9:01 UTC  (8+ messages)
` [PATCH 1/7] fs: remove trailing whitespace from include/linux/fs.h
` [PATCH 2/7] fs: introduce sb_for_each_inodes()
` [PATCH 3/7] block: use sb_for_each_inodes() in sync_bdevs()
` [PATCH 4/7] fs: use sb_for_each_inodes() API
` [PATCH 5/7] gfs2: use sb_for_each_inodes() for cooperative eviction
` [PATCH 6/7] quota: use sb_for_each_inodes() in add_dquot_ref()
` [PATCH 7/7] landlock: use sb_for_each_inodes() when detaching a superblock

[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)

[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  (19+ 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  (4+ messages)
` [PATCH v5 "
  ` [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 v2] block: Fix start and length check added to iov_iter_extract_bvecs()
 2026-09-07  6:18 UTC  (8+ messages)
  ` [PATCH] "

[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)


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