Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-29 13:03:33 to 2026-07-30 17:22:13 UTC [more...]

[PATCH v4 0/6] xfs write streams
 2026-07-30 17:22 UTC  (5+ messages)
  ` [PATCH v4 1/6] fs: add write-stream management ioctls

[PATCH v3] xfs: restore nofs context unconditionally in xfs_trans_roll
 2026-07-30 15:51 UTC  (3+ messages)

make the size options to xfs_growfs a bit more useful v2
 2026-07-30 15:49 UTC  (5+ messages)
` [PATCH 1/2] growfs: support unit postfixes when specifying sizes
` [PATCH 2/2] growfs: clarify the man page a bit

[PATCH v3] xfs: fix heap buffer overflow in xfs_bmbt_to_bmdr
 2026-07-30 15:43 UTC  (2+ messages)

[PATCHSET] xfs: LLM-inspired bug fixes, part 5
 2026-07-30 15:04 UTC  (14+ messages)
` [PATCH 1/6] xfs: fix unit conversions in per_binval computation
` [PATCH 2/6] xfs: fix short ifork reaping computation in xreap_bmapi_binval
` [PATCH 3/6] xfs: fix name string recording in slowpath pptr tracepoints
` [PATCH 4/6] xfs: don't leak dqacct if rhashtable insertion fails
` [PATCH 5/6] xfs: adjust datadev sector count to reflect internal rt volumes
` [PATCH 6/6] xfs: fix the rtrmap and rtrefcount _maxlevels_ondisk functions

[PATCH] xfs: Test sparse inode allocation near AGFL limits
 2026-07-30 13:45 UTC 

[PATCH v2] xfs: don't hold buffer locks across sync transaction commit in xfs_sync_sb_buf
 2026-07-30 13:43 UTC  (4+ messages)

[BUG] xfs: sparse inode allocation can trip i != 1 after AGFL growth
 2026-07-30 13:06 UTC  (5+ messages)

make the size options to xfs_growfs a bit more useful
 2026-07-30 12:25 UTC  (3+ messages)
` [PATCH 1/2] growfs: support unit postfixes when specifying sizes
` [PATCH 2/2] growfs: clarify the man page a bit

[PATCH] iomap: follow the alignment requirement for iomap_dio_hole_iter()
 2026-07-30 12:01 UTC  (4+ messages)

[PATCH v5 00/22] iomap: convert to in-iter iomap_next() model
 2026-07-30 10:33 UTC  (26+ messages)
` [PATCH v5 01/22] iomap: release the folio batch on iomap callback failures
` [PATCH v5 02/22] iomap: split iomap_iter() logic into iomap_iter_next()
` [PATCH v5 03/22] iomap: decouple simple direct I/O reads from iomap_dio_rw
` [PATCH v5 04/22] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations
` [PATCH v5 05/22] iomap: add ->iomap_next()
` [PATCH v5 06/22] xfs: convert iomap ops to ->iomap_next()
` [PATCH v5 07/22] btrfs: "
` [PATCH v5 08/22] ntfs3: "
` [PATCH v5 09/22] ntfs: "
` [PATCH v5 10/22] ext4: "
` [PATCH v5 11/22] erofs: "
` [PATCH v5 12/22] zonefs: "
` [PATCH v5 13/22] ext2: "
` [PATCH v5 14/22] block: "
` [PATCH v5 15/22] f2fs: "
` [PATCH v5 16/22] gfs2: "
` [PATCH v5 17/22] hpfs: "
` [PATCH v5 18/22] fuse: "
` [PATCH v5 19/22] exfat: "
` [PATCH v5 20/22] iomap: remove ->iomap_begin()/->iomap_end() legacy path
` [PATCH v5 21/22] iomap: pass iomap_iter_next_fn directly instead of struct iomap_ops
` [PATCH v5 22/22] Documentation: iomap: update docs to reflect iomap_iter_next model
` (subset) [PATCH v5 00/22] iomap: convert to in-iter iomap_next() model

[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
 2026-07-30  9:33 UTC  (13+ messages)
` [PATCH v7 1/5] block: introduce bio_in_atomic()
` [PATCH v7 2/5] block: add task-context bio completion infrastructure
` [PATCH v7 3/5] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH v7 4/5] buffer: set "
` [PATCH v7 5/5] block: enable RWF_DONTCACHE for block devices

[PATCH v2] xfs: fix heap buffer overflow in xfs_bmbt_to_bmdr
 2026-07-30  9:06 UTC 

[PATCH v3] xfs: use file target for post-log fsync fallback flush
 2026-07-30  8:48 UTC  (2+ messages)

[PATCH] xfs: fix heap buffer overflow in xfs_bmbt_to_bmdr
 2026-07-30  8:34 UTC 

[PATCH v2] xfs: use file target for post-log fsync fallback flush
 2026-07-30  8:04 UTC  (2+ messages)

[PATCH] xfs: fix fallback data device flush for realtime inodes
 2026-07-30  1:47 UTC  (5+ messages)

[PATCH] xfs: bound inode buffer log item replay by logged regions
 2026-07-30  0:06 UTC  (2+ messages)

[PATCH v4 00/21] iomap: convert to in-iter iomap_next() model
 2026-07-29 18:57 UTC  (4+ messages)
` [PATCH v4 20/21] iomap: pass iomap_iter_next_fn directly instead of struct iomap_ops

[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  (9+ messages)
` [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)

xfs ioctl handler cleanups
 2026-07-29 13:03 UTC  (2+ messages)


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