messages from 2026-07-24 06:21:48 to 2026-07-28 14:44:11 UTC [more...]
decouple simple direct I/O reads from iomap_dio_rw
2026-07-28 14:42 UTC (10+ messages)
` [PATCH 2/3] iomap: "
` selective Sashiko replies, was: "
[PATCH v4 00/21] iomap: convert to in-iter iomap_next() model
2026-07-28 13:49 UTC (31+ messages)
` [PATCH v4 01/21] iomap: split iomap_iter() logic into iomap_iter_next()
` [PATCH v4 02/21] iomap: decouple simple direct I/O reads from iomap_dio_rw
` [PATCH v4 03/21] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations
` [PATCH v4 04/21] iomap: add ->iomap_next()
` [PATCH v4 05/21] xfs: convert iomap ops to ->iomap_next()
` [PATCH v4 06/21] btrfs: "
` [PATCH v4 07/21] ntfs3: "
` [PATCH v4 08/21] ntfs: "
` [PATCH v4 09/21] ext4: "
` [PATCH v4 10/21] erofs: "
` [PATCH v4 11/21] zonefs: "
` [PATCH v4 12/21] ext2: "
` [PATCH v4 13/21] block: "
` [PATCH v4 14/21] f2fs: "
` [PATCH v4 15/21] gfs2: "
` [PATCH v4 16/21] hpfs: "
` [PATCH v4 17/21] fuse: "
` [PATCH v4 18/21] exfat: "
` [PATCH v4 19/21] iomap: remove ->iomap_begin()/->iomap_end() legacy path
` [PATCH v4 20/21] iomap: pass iomap_iter_next_fn directly instead of struct iomap_ops
` [PATCH v4 21/21] Documentation: iomap: update docs to reflect iomap_iter_next model
[PATCH v2] xfs: test xfsdump subtree restores
2026-07-28 10:39 UTC (5+ messages)
misc buffer cache improvements v2
2026-07-28 8:11 UTC (13+ messages)
` [PATCH 01/12] xfs: don't get a pag reference in xfs_buf_get_map
` [PATCH 02/12] xfs: consolidate buffer locking "
` [PATCH 03/12] xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_buf
` [PATCH 04/12] xfs: remove spurious XBF_DONE clearing on readahead validation failure
` [PATCH 05/12] xfs: remove _XBF_LOGRECOVERY
` [PATCH 06/12] xfs: hide b_flags manipulation from code outside of xfs_buf.c
` [PATCH 07/12] xfs: use WRITE_ONCE to update b_flags
` [PATCH 08/12] xfs: don't reverify buffers in xfs_buf_readahead_map
` [PATCH 09/12] xfs: use goto based error unwinding in xfs_buf_read_map
` [PATCH 10/12] xfs: merge xfs_buf_reverify into xfs_buf_read_map
` [PATCH 11/12] xfs: move buffer locking out of xfs_find_get_buf
` [PATCH 12/12] xfs: add lockless xfs_buf_readahead_map fast path
zoned GC fix
2026-07-28 8:06 UTC (3+ messages)
` [PATCH 1/2] xfs: add a separate bio_set for spliting GC writes
` [PATCH 2/2] xfs: add a comment to describe xfs_gc_bio.victim_rtg
[PATCH] xfs: check v5 superblock features early
2026-07-28 8:04 UTC
[PATCH] xfs: validate attr entry pointer before field access
2026-07-28 7:43 UTC
[PATCH v3] xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
2026-07-28 7:19 UTC
[PATCH] xfs/842: verify CoW after exchangerange with FILE1_WRITTEN on shared extents
2026-07-28 7:16 UTC
[PATCH v2] xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
2026-07-28 6:50 UTC (3+ messages)
[PATCH xfs] xfs: validate remote attr value length in the leaf verifier
2026-07-28 6:24 UTC
[PATCH 00/12] fstests: introduce fscrypt support for btrfs
2026-07-28 6:07 UTC (18+ messages)
` [PATCH 01/12] common/encrypt: separate data and inode nonces
` [PATCH 02/12] common/encrypt: add btrfs to get_encryption_*nonce
` [PATCH 03/12] common/encrypt: add btrfs to get_ciphertext_filename
` [PATCH 04/12] common/encrypt: enable making a encrypted btrfs filesystem
` [PATCH 05/12] common/verity: explicitly don't allow btrfs encryption
` [PATCH 06/12] btrfs: add simple test of reflink of encrypted data
` [PATCH 07/12] btrfs: test snapshotting encrypted subvol
` [PATCH 08/12] fstests: properly test for v1 encryption policies in encrypt tests
` [PATCH 09/12] fstests: split generic/580 into two tests
` [PATCH 10/12] fstests: split generic/581 "
` [PATCH 11/12] fstests: split generic/613 "
` [PATCH 12/12] fscrypt-crypt-util: add support for per extent KDF
lazy bounce buffering for checksummed reads
2026-07-28 4:59 UTC (28+ messages)
` [PATCH 01/22] iomap: add a separate bio_set for iomap_split_ioend
` [PATCH 12/22] iomap: better read bounce buffering support
` [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 22/22] xfs: log a message at mount time when using integrity protection
misc buffer cache improvements
2026-07-28 4:41 UTC (34+ messages)
` [PATCH 01/12] xfs: don't get a pag reference in xfs_buf_get_map
` [PATCH 02/12] xfs: consolidate buffer locking "
` [PATCH 03/12] xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_buf
` [PATCH 04/12] xfs: remove spurious XBF_DONE clearing on readahead validation failure
` [PATCH 05/12] xfs: remove _XBF_LOGRECOVERY
` [PATCH 06/12] xfs: hide b_flags manipulation from code outside of xfs_buf.c
` [PATCH 07/12] xfs: use WRITE_ONCE to update b_flags
` [PATCH 08/12] xfs: don't reverify buffers in xfs_buf_readahead_map
` [PATCH 09/12] xfs: use goto based error unwinding in xfs_buf_read_map
` [PATCH 10/12] xfs: merge xfs_buf_reverify into xfs_buf_read_map
` [PATCH 11/12] xfs: move buffer locking out of xfs_find_get_buf
` [PATCH 12/12] xfs: add lockless xfs_buf_readahead_map fast path
[PATCH v6 1/4] block: add task-context bio completion infrastructure
2026-07-28 4:10 UTC (11+ messages)
decouple simple direct I/O reads from iomap_dio_rw v2
2026-07-28 3:52 UTC (6+ messages)
` [PATCH 2/3] iomap: decouple simple direct I/O reads from iomap_dio_rw
[PATCH 1/2] xfs: fix ilock leak on error in xfs_dq_get_next_id
2026-07-28 3:17 UTC (6+ messages)
` [PATCH 2/2] xfs: don't swallow dquot recovery verification errors
[PATCHSET v2 2/2] xfs: LLM-inspired iunlink repair bug fixes
2026-07-28 3:16 UTC (13+ messages)
` [PATCH 01/10] xfs: hoist per-bucket unlinked list check to helper
` [PATCH 02/10] xfs: don't livelock in scrub on a circular unlinked list
` [PATCH 03/10] xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repair
` [PATCH 04/10] xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prev
` [PATCH 05/10] xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callers
` [PATCH 06/10] xfs: check xfarray iteration errors when committing unlinked inode lists
` [PATCH 07/10] xfs: fix allocated inodes that show up in the unlinked list
` [PATCH 08/10] xfs: fix another iunlink infinite loop bug in online fsck
` [PATCH 09/10] xfs: set the prev pointer when reinserting an inode on the unlinked list
` [PATCH 10/10] xfs: don't ignore runtime errors in xrep_iunlink_reload_next
[PATCH 0/2] generic/563: limit loop device size
2026-07-28 3:10 UTC (5+ messages)
` [PATCH 1/2] common/rc: add argument to _create_loop_device() to specify "
` [PATCH 2/2] generic/563: limit loop "
[PATCH] xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
2026-07-27 16:21 UTC (2+ messages)
[PATCH v13 00/23] fs-verity support for XFS with post EOF merkle tree
2026-07-27 11:40 UTC (21+ messages)
` [PATCH v13 02/23] fsverity: expose ensure_fsverity_info()
` [PATCH v13 05/23] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v13 06/23] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v13 07/23] fs,fsverity: remove check for fsverity being enabled in setattr_prepare()
` [PATCH v13 08/23] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v13 11/23] xfs: disable direct read path for fs-verity files
` [PATCH v13 16/23] xfs: add fs-verity support
` [PATCH v13 17/23] xfs: remove unwritten extents after preallocations in fsverity metadata
[PATCHSET 1/2] xfs: LLM-inspired bug fixes, part 4
2026-07-27 5:24 UTC (7+ messages)
` [PATCH 1/6] xfs: only check mergeability of bnobt records
` [PATCH 2/6] xfs: don't double-lock when deleting a self-referential directory
` [PATCH 3/6] xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointers
` [PATCH 4/6] xfs: don't zap the attr fork on repair when there are queued pptr updates
` [PATCH 5/6] xfs: nlink scrub must take IOLOCK before determining ILOCK state
` [PATCH 6/6] xfs: avoid UAF on sc->tempip in xrep_tempfile_create
[linux-next:master] BUILD SUCCESS WITH WARNING 9eebf259d5352b87080d67758f483583d9e763d7
2026-07-25 19:22 UTC
[PATCH v8 0/13] fstests: add test coverage for cloned filesystem ids
2026-07-25 7:39 UTC (14+ messages)
` [PATCH v8 01/13] fstests: add _loop_image_create_clone() helper
` [PATCH v8 02/13] fstests: add _clone_mount_option() helper
` [PATCH v8 03/13] fstests: add FSNOTIFYWAIT_PROG
` [PATCH v8 04/13] fstests: add _require_fanotify_function
` [PATCH v8 05/13] fstests: add _require_unique_f_fsid() helper
` [PATCH v8 06/13] fstests: add SEMANAGE_PROG
` [PATCH v8 07/13] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v8 08/13] fstests: verify f_fsid for "
` [PATCH v8 09/13] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v8 10/13] fstests: verify IMA isolation on cloned filesystems
` [PATCH v8 11/13] fstests: verify exportfs file handles "
` [PATCH v8 12/13] fstests: add _change_metadata_uuid helper
` [PATCH v8 13/13] fstests: test UUID consistency for clones with metadata_uuid
[PATCHSET] xfs: LLM-inspired bug fixes, part 4
2026-07-24 17:05 UTC (14+ messages)
` [PATCH 1/6] xfs: only check mergeability of bnobt records
` [PATCH 2/6] xfs: don't double-lock when deleting a self-referential directory
` [PATCH 3/6] xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointers
` [PATCH 4/6] xfs: don't zap the attr fork on repair when there are queued pptr updates
` [PATCH 5/6] xfs: nlink scrub must take IOLOCK before determining ILOCK state
` [PATCH 6/6] xfs: avoid UAF on sc->tempip in xrep_tempfile_create
[PATCH v4 0/6] xfs write streams
2026-07-24 14:57 UTC (4+ messages)
` [PATCH v4 4/6] xfs: generic AG set based steering
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] xfs: fix nofs context corruption in xfs_btree_split_worker
2026-07-24 13:42 UTC (6+ messages)
[RFC PATCH 0/4] Introduce capable_noaudit
2026-07-24 12:55 UTC (4+ messages)
` [RFC PATCH 3/4] xfs: replace ns_capable_noaudit()
[PATCHSET 2/2] xfs: LLM-inspired iunlink repair bug fixes
2026-07-24 6:30 UTC (3+ messages)
` [PATCH 8/9] xfs: fix another iunlink infinite loop bug in online fsck
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