Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-27 21:24:35 to 2026-07-29 15:49:35 UTC [more...]

[PATCH] xfs/507: use mount -t xfs
 2026-07-29 15:49 UTC  (3+ messages)

[PATCH v2] xfs: check v5 superblock features early
 2026-07-29 15:35 UTC  (2+ messages)

[PATCH] xfs: check v5 superblock features early
 2026-07-29 15:32 UTC  (6+ messages)

fix xfs_copy betwen devices with mismatching sizes
 2026-07-29 15:30 UTC  (5+ messages)
` [PATCH 1/2] copy: log the error number when failing to write
` [PATCH 2/2] copy: always align to at least page size

xfs ioctl handler cleanups
 2026-07-29 15:29 UTC  (18+ 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
` [PATCH 08/16] xfs: split out the handlers for XFS_IOC_FSGROWFS*
` [PATCH 09/16] xfs: split out the handler for XFS_IOC_GOINGDOWN
` [PATCH 10/16] xfs: split out the handler for XFS_IOC_ERROR_INJECTION
` [PATCH 11/16] xfs: split out the handler for XFS_IOC_FREE_EOFBLOCKS
` [PATCH 12/16] xfs: split out the handlers for XFS_IOC_FSGROWFS_*_32
` [PATCH 13/16] xfs: cleanup XFS_IOC_GETVERSION_32 handling
` [PATCH 14/16] xfs: split out the handlers for XFS_IOC_SWAPEXT_32
` [PATCH 15/16] xfs: split out the handlers for XFS_IOC_*_BY_HANDLE_32
` [PATCH 16/16] xfs: remove an extra cast in xfs_file_compat_ioctl

[PATCH v3] xfs/842: verify CoW after exchangerange with FILE1_WRITTEN on shared extents
 2026-07-29 15:25 UTC  (2+ messages)

[PATCH] xfs: fix fallback data device flush for realtime inodes
 2026-07-29 14:28 UTC  (4+ messages)

xfs ioctl handler cleanups
 2026-07-29 13:03 UTC  (10+ 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
` [PATCH 08/16] xfs: split out the handlers for XFS_IOC_FSGROWFS*

zoned GC fix v2
 2026-07-29 13:02 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

fix xfs_copy betwen devices with mismatching sizes
 2026-07-29 12:51 UTC  (2+ messages)
` [PATCH 1/2] copy: log the error number when failing to write

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 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 v2] xfs/842: verify CoW after exchangerange with FILE1_WRITTEN on shared extents
 2026-07-29  6:35 UTC  (2+ 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  (4+ 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  (5+ messages)
` [PATCH 08/10] xfs: fix another iunlink infinite loop bug in online fsck
` [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 "


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