messages from 2026-07-25 07:39:57 to 2026-07-29 11:40:16 UTC [more...]
xfs ioctl handler cleanups
2026-07-29 11:39 UTC (8+ messages)
` [PATCH 01/16] xfs: remove an outdated comment above xfs_file_ioctl
` [PATCH 02/16] xfs: rename xfs_ioc_swapext to xfs_swapext
` [PATCH 03/16] xfs: rename xfs_ioctl_fs_counts to xfs_ioc_fs_counts
` [PATCH 04/16] xfs: rename xfs_ioctl_getset_resblocks to xfs_ioc_getset_resblocks
` [PATCH 05/16] xfs: split out the handler for XFS_IOC_DIOINFO
` [PATCH 06/16] xfs: split out the handlers for XFS_IOC_.*HANDLE
` [PATCH 07/16] xfs: split out the handler for XFS_IOC_SWAPEXT
lazy bounce buffering for checksummed reads
2026-07-29 11:24 UTC (10+ messages)
` [PATCH 06/22] block,iomap: fix protection information verification with initial bvec offset
` [PATCH 20/22] xfs: add support for lazy direct read bounce buffering
` [PATCH 12/22] iomap: better read bounce buffering support
[RFC PATCH 00/33] XFS: Atomic multi-extent operations via rolling transactions
2026-07-29 10:02 UTC (34+ messages)
` [PATCH 01/33] xfs: fix dirty transaction cancellation in xfs_bmapi_convert_one_delalloc
` [PATCH 02/33] xfs: fix isize update in xfs_iomap_write_unwritten to track conversion progress
` [PATCH 03/33] xfs: fix block reservation for zoned RT extent remapping
` [PATCH 04/33] xfs: factor out COW iomap handling from xfs_direct_write_iomap_begin()
` [PATCH 05/33] xfs: plumb xfs_trans through xfs_reflink_allocate_cow and fill_cow_hole
` [PATCH 06/33] xfs: teach xfs_reflink_fill_cow_hole() to use a caller-supplied transaction
` [PATCH 07/33] xfs: add transaction retry infrastructure to xfs_direct_write_cow_iomap_begin
` [PATCH 08/33] xfs: return -EAGAIN from xfs_reflink_allocate_cow for COW hole without transaction
` [PATCH 09/33] xfs: remove internal transaction allocation from xfs_reflink_fill_cow_hole
` [PATCH 10/33] xfs: use zero-block transaction with xfs_trans_reserve_more_inode for COW holes
` [PATCH 11/33] xfs: change *tp to **tpp in COW allocation call chain
` [PATCH 12/33] xfs: convert xfs_reflink_fill_delalloc to use rolling transactions
` [PATCH 13/33] xfs: return -EAGAIN from xfs_reflink_allocate_cow for all allocation cases
` [PATCH 14/33] xfs: remove dead internal transaction allocation from xfs_reflink_fill_delalloc
` [PATCH 15/33] xfs: plumb struct xfs_trans *tp into xfs_bmapi_convert_one_delalloc
` [PATCH 16/33] xfs: use rolling transaction in xfs_bmapi_convert_delalloc
` [PATCH 17/33] xfs: remove dead internal transaction path from xfs_bmapi_convert_one_delalloc
` [PATCH 18/33] xfs: add block reservation renewal to xfs_defer_finish
` [PATCH 19/33] xfs: factor out xfs_iomap_write_unwritten_one helper
` [PATCH 20/33] xfs: convert xfs_iomap_write_unwritten to rolling transactions
` [PATCH 21/33] xfs: plumb struct xfs_trans *tp into xfs_reflink_end_cow_extent
` [PATCH 22/33] xfs: convert xfs_reflink_end_cow to rolling transactions
` [PATCH 23/33] xfs: remove xfs_reflink_end_cow_extent wrapper and rename locked variant
` [PATCH 24/33] xfs: convert xfs_zoned_end_io to rolling transactions
` [PATCH 25/33] xfs: plumb struct xfs_trans *tp into xfs_iomap_write_direct
` [PATCH 26/33] xfs: make xfs_iomap_write_direct fill in the iomap directly
` [PATCH 27/33] xfs: plumb struct xfs_trans **tpp into xfs_direct_write_cow_iomap_begin
` [PATCH 28/33] xfs: introduce struct xfs_direct_write_args for direct write call chain
` [PATCH 29/33] xfs: convert xfs_direct_write_iomap_begin to use dwa struct throughout
` [PATCH 30/33] xfs: restructure xfs_direct_write_iomap_begin with unified retry loop
` [PATCH 31/33] xfs: clean up xfs_direct_write_cow_iomap_begin after restructure
` [PATCH 32/33] xfs: make pNFS block allocation atomic with inode update
` [PATCH 33/33] xfs: remove dead internal transaction path from xfs_iomap_write_direct
[PATCH] xfs: fix fallback data device flush for realtime inodes
2026-07-29 8:59 UTC (3+ messages)
[PATCH v6 1/4] block: add task-context bio completion infrastructure
2026-07-29 8:48 UTC (15+ messages)
[PATCH v2] xfs: check split_sectors validity before bio_split call
2026-07-29 8:29 UTC (2+ messages)
[PATCH] xfs: check split_sectors validity before bio_split call
2026-07-29 7:35 UTC (3+ messages)
[PATCH] iomap: release the folio batch on iomap callback failures
2026-07-29 7:02 UTC (6+ messages)
[PATCH xfs] xfs: validate remote attr value length in the leaf verifier
2026-07-29 6:58 UTC (3+ messages)
[PATCH v3] xfs/842: verify CoW after exchangerange with FILE1_WRITTEN on shared extents
2026-07-29 6:39 UTC
[PATCH v2] xfs/842: verify CoW after exchangerange with FILE1_WRITTEN on shared extents
2026-07-29 6:35 UTC (2+ messages)
[PATCH] xfs: check v5 superblock features early
2026-07-29 6:35 UTC (5+ messages)
zoned GC fix
2026-07-29 4:07 UTC (7+ 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/842: verify CoW after exchangerange with FILE1_WRITTEN on shared extents
2026-07-29 2:12 UTC (3+ messages)
[PATCH v4 00/21] iomap: convert to in-iter iomap_next() model
2026-07-28 18:23 UTC (33+ 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
decouple simple direct I/O reads from iomap_dio_rw
2026-07-28 17:46 UTC (12+ messages)
` [PATCH 2/3] iomap: "
` selective Sashiko replies, was: "
misc buffer cache improvements v2
2026-07-28 15:43 UTC (15+ 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] xfs: validate attr entry pointer before field access
2026-07-28 15:12 UTC (2+ messages)
[PATCH v2] xfs: test xfsdump subtree restores
2026-07-28 10:39 UTC (5+ messages)
[PATCH v3] xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
2026-07-28 7:19 UTC
[PATCH v2] xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
2026-07-28 6:50 UTC (3+ messages)
[PATCH 00/12] fstests: introduce fscrypt support for btrfs
2026-07-28 6:07 UTC (6+ messages)
misc buffer cache improvements
2026-07-28 4:41 UTC (20+ messages)
` [PATCH 02/12] xfs: consolidate buffer locking in xfs_buf_get_map
` [PATCH 03/12] xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_buf
` [PATCH 05/12] xfs: remove _XBF_LOGRECOVERY
` [PATCH 07/12] xfs: use WRITE_ONCE to update b_flags
` [PATCH 12/12] xfs: add lockless xfs_buf_readahead_map fast path
decouple simple direct I/O reads from iomap_dio_rw v2
2026-07-28 3:52 UTC (5+ 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 (4+ messages)
` [PATCH v13 02/23] fsverity: expose ensure_fsverity_info()
[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 (7+ messages)
` [PATCH v8 08/13] fstests: verify f_fsid for cloned filesystems
` [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
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