messages from 2026-09-08 08:58:16 to 2026-09-10 09:01:02 UTC [more...]
[PATCH v21 0/9] rust: add `Ownable` trait and `Owned` type
2026-09-10 9:00 UTC (3+ messages)
` [PATCH v21 6/9] rust: Add `OwnableRefCounted`
` [PATCH v21 9/9] rust: page: add `ExclusivePage` for race-free page access
misc block PI / bounce buffering fixes
2026-09-10 8:45 UTC (11+ messages)
` [PATCH 2/3] block: cap atomic write size by PI buffer size constraints
[PATCH v2 0/8] md: don't wait for q->limits_lock while md holds back I/O
2026-09-10 8:11 UTC (9+ messages)
` [PATCH v2 1/8] md: pass a queue_limits down to ->hot_add_disk()
` [PATCH v2 2/8] md: don't wait for q->limits_lock in check_sb_changes()
` [PATCH v2 3/8] md: pass a queue_limits through the rdev sysfs stores
` [PATCH v2 4/8] md: defer the io_opt update out of the sync thread
` [PATCH v2 5/8] md: take q->limits_lock before locking and suspending the array
` [PATCH v2 6/8] md: pass a queue_limits through ->run()
` [PATCH v2 7/8] md: open new legs before locking the array
` [PATCH v2 8/8] md: link a new leg's holder "
[PATCH v4] block: Fix start and length check added to iov_iter_extract_bvecs()
2026-09-10 7:20 UTC (3+ messages)
[PATCH v2] Revert "sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN"
2026-09-10 7:14 UTC (3+ messages)
` [PATCH 0/2] sunvdc: fix silent data loss under LDC congestion
[PATCH RESEND] block: store GPT attributes as a raw value
2026-09-10 7:16 UTC (2+ messages)
[PATCH 0/4] block, nfsd: fixes for sub-sector bvec direct I/O
2026-09-10 7:14 UTC (23+ 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 v3 0/7] block device fixes for large block sizes, IOCB_NOWAIT, and direct I/O
2026-09-10 6:40 UTC (9+ messages)
` [PATCH v3 1/7] block: use iomap_dirty_folio for block devices
` [PATCH v3 2/7] block: take i_rwsem for the direct I/O write fallback
` [PATCH v3 3/7] block: take i_rwsem for the splice read path
` [PATCH v3 4/7] block: honor IOCB_NOWAIT in the block device buffered "
` [PATCH v3 7/7] block: remove dead metadata handling from the async direct I/O path
` [PATCH v3 5/7] block: fail atomic writes instead of falling back to buffered I/O
` [PATCH v3 6/7] block: unpin all pages of a bvec in bio_iov_iter_align_down()
[PATCH 0/4] blk-iocost: charge flushes and zone appends
2026-09-10 5:41 UTC (5+ messages)
` [PATCH 1/4] blk-iocost: charge flushes as pageless random writes
` [PATCH 3/4] blk-iocost: account zone append completions in latency stats
[PATCH v7 00/16] Improve handling of offline and read-only zones
2026-09-10 5:26 UTC (22+ messages)
` [PATCH v7 02/16] block: improve capacity handling during zone revalidation
` [PATCH v7 04/16] block: refactor disk_update_zone_resources()
` [PATCH v7 07/16] block: improve blkdev_get_zone_info()
` [PATCH v7 09/16] block: serialize zone revalidation
` [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 0/6] io_uring/nvme: support fixed buffer for metadata
2026-09-09 22:28 UTC (7+ messages)
` [PATCH 1/6] bio-integrity: remove dead bio_integrity_copy_user() error path
` [PATCH 2/6] nvme/ioctl: remove struct nvme_uring_data
` [PATCH 3/6] blk-integrity: pass iov_iter to blk_rq_integrity_map_user()
` [PATCH 4/6] nvme/ioctl: pass iov_iter to nvme_map_user_request()
` [PATCH 5/6] io_uring/cmd: support fixed buffer for metadata
` [PATCH 6/6] nvme/ioctl: "
[syzbot] [block?] BUG: sleeping function called from invalid context in null_insert_page
2026-09-09 21:35 UTC (2+ messages)
[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
2026-09-09 21:02 UTC (31+ 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 RFC] ext4: never fall back to buffered I/O for atomic direct writes
2026-09-09 20:56 UTC
[PATCH 03/13] ARM: remove riscpc
2026-09-09 20:09 UTC (4+ messages)
block: zero logical block size leads to infinite loop in set_init_blocksize()
2026-09-09 19:51 UTC (3+ messages)
[PATCH blktests 0/3] blktests: tests for the direct I/O fallback, splice, and bio trimming fixes
2026-09-09 19:39 UTC (4+ messages)
` [PATCH blktests 1/3] block/049: add a direct I/O write fallback race test for block devices
` [PATCH blktests 2/3] block/050: add a splice read "
` [PATCH blktests 3/3] block/051: add a pinned page leak test for trimmed direct writes
[PATCH 1/2] block: Add post_release() operation
2026-09-09 19:33 UTC (3+ messages)
` [PATCH 2/2] loop: Perform __loop_clr_fd() after disk->open_mutex is dropped
lazy bounce buffering for checksummed reads v3
2026-09-09 16:15 UTC (20+ 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] selftests: ublk: Reject excess backing files
2026-09-09 15:28 UTC (2+ messages)
[PATCH] selftests: ublk: install test_common.sh and trace/ scripts
2026-09-09 13:26 UTC
[RFC PATCH 0/8] blk-iocost: BPF struct_ops cost model
2026-09-09 13:12 UTC (16+ 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 0/7] fs: preserve superblock inode walk positions across lock drops
2026-09-09 13:08 UTC (10+ 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
` [External] Re: [PATCH 0/7] fs: preserve superblock inode walk positions across lock drops
[PATCH 0/3] Fix a deadlock in blk-crypto-fallback
2026-09-09 13:02 UTC (3+ messages)
` [PATCH 1/3] mm: make mempool_alloc_from_pool() return bool
[PATCH 0/6] md: don't wait for q->limits_lock while md holds back I/O
2026-09-09 10:35 UTC (13+ messages)
` [PATCH 1/6] block: add queue_limits_start_update_trylock()
[PATCH v3] block: Fix start and length check added to iov_iter_extract_bvecs()
2026-09-09 6:28 UTC (2+ messages)
[PATCH v2 0/7] block device fixes for large block sizes, IOCB_NOWAIT, and direct I/O
2026-09-09 6:03 UTC (4+ messages)
` [PATCH v2 5/7] block: fail atomic writes instead of falling back to buffered I/O
[PATCH blktests] src/Makefile: fix HAVE_C_DEF probe under a non-bash /bin/sh
2026-09-08 21:48 UTC
[PATCH] rnull: fix geometry store check-then-act across lock scopes
2026-09-08 20:08 UTC
[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`'
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox