Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-16 06:06:17 to 2026-07-21 18:44:27 UTC [more...]

[PATCH v13 00/23] fs-verity support for XFS with post EOF merkle tree
 2026-07-21 18:40 UTC  (12+ messages)
` [PATCH v13 01/23] fsverity: report validation errors through fserror to fsnotify
` [PATCH v13 02/23] fsverity: expose ensure_fsverity_info()
` [PATCH v13 03/23] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v13 04/23] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [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 09/23] xfs: introduce fsverity on-disk changes
` [PATCH v13 10/23] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v13 11/23] xfs: disable direct read path for fs-verity files

[PATCH v2] xfs: fix off-by-one in rtrefcount btree root level validation
 2026-07-21 17:28 UTC  (3+ messages)

improve log context annotations
 2026-07-21 15:27 UTC  (13+ messages)
` [PATCH 1/8] xfs: fix the lock annotation on xfs_iget_cache_hit
` [PATCH 2/8] xfs: fix the lock annotation in xfs_extent_busy_update_extent
` [PATCH 3/8] xfs: fix the lock annotation in xfs_mru_cache_lookup
` [PATCH 4/8] xfs: improve lock annotations in the log code
` [PATCH 5/8] xfs: add lock annotations to xfs_try_open_zone
` [PATCH 6/8] xfs: add lock annotations to xlog_state_shutdown_callbacks
` [PATCH 7/8] xfs: add a lock annotation to xlog_cil_push_background
` [PATCH 8/8] xfs: add lock annotations to xfs_ail_delete*

update BDI {io,ra}_pages values based on the RT device limits v2
 2026-07-21 15:18 UTC  (8+ messages)
` [PATCH] xfs: update BDI {io,ra}_pages values based on the RT device limits

[PATCHSET v2 1/2] xfs: LLM-inspired bug fixes, part 3
 2026-07-21 10:44 UTC  (7+ messages)
` [PATCH 1/5] xfs: check cowextsize in xrep_inode_cowextsize
` [PATCH 2/5] xfs: fix transaction block reservation in xrep_rtbitmap
` [PATCH 3/5] xfs: rtsummary scrub should treat rtbitmap corruption errors as an xref error
` [PATCH 4/5] xfs: zero i_nlink before repair puts inode on unlinked list
` [PATCH 5/5] xfs: mark nonzero sb_gquotino as corrupt on metadir filesystems

[PATCH] xfs: handle NULL b_addr in xfs_buf_free
 2026-07-21 10:44 UTC  (3+ messages)

[PATCH v4] xfs: bounds-check buffer log item's dirty bitmap
 2026-07-21 10:44 UTC  (5+ messages)
` [PATCH v5] "

[PATCH v2] xfs: use kmalloc_objs() instead of kmalloc() in xfs_da_grow_inode_int
 2026-07-21 10:44 UTC  (4+ messages)

[PATCH v9 0/2] add FALLOC_FL_WRITE_ZEROES support to xfs
 2026-07-21 10:44 UTC  (2+ messages)

[PATCH] xfs: don't hold buffer locks across sync transaction commit in xfs_sync_sb_buf
 2026-07-21 10:44 UTC  (2+ messages)

[PATCH v2] xfs: clear zapped attr fork state when bmap repair finds no attr fork
 2026-07-21 10:44 UTC  (3+ messages)

[PATCH v2 0/4] xfs: consolidate metadir creation code
 2026-07-21 10:44 UTC  (2+ messages)

[PATCH] xfs: propagate errors from xfs_rtginode_load
 2026-07-21 10:44 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 97f341687692
 2026-07-21 10:44 UTC 

[PATCH] xfs: don't flush and invalidate internal RT device twice in xfs_shutdown_devices
 2026-07-21  9:13 UTC  (2+ messages)

[PATCH v12 00/21] fs-verity support for XFS with post EOF merkle tree
 2026-07-21  8:46 UTC  (24+ messages)
` [PATCH v12 01/21] fsverity: report validation errors through fserror to fsnotify
` [PATCH v12 02/21] fsverity: expose ensure_fsverity_info()
` [PATCH v12 03/21] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v12 04/21] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v12 05/21] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v12 06/21] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v12 07/21] fs,fsverity: remove check for fsverity being enabled in setattr_prepare()
` [PATCH v12 08/21] xfs: introduce fsverity on-disk changes
` [PATCH v12 09/21] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v12 10/21] xfs: disable direct read path for fs-verity files
` [PATCH v12 11/21] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v12 12/21] xfs: handle fsverity I/O in write/read path
` [PATCH v12 13/21] xfs: use read ioend for fsverity data verification
` [PATCH v12 14/21] xfs: add fs-verity support
` [PATCH v12 15/21] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v12 16/21] xfs: initialize fs-verity on file open
` [PATCH v12 17/21] xfs: add fs-verity ioctls
` [PATCH v12 18/21] xfs: advertise fs-verity being available on filesystem
` [PATCH v12 19/21] xfs: check and repair the verity inode flag state
` [PATCH v12 20/21] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v12 21/21] xfs: enable ro-compat fs-verity flag

[PATCHSET 2/2] xfs: LLM-inspired iunlink repair bug fixes
 2026-07-21  6:03 UTC  (16+ messages)
` [PATCH 1/9] xfs: hoist per-bucket unlinked list check to helper
` [PATCH 2/9] xfs: don't livelock in scrub on a circular unlinked list
` [PATCH 3/9] xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repair
` [PATCH 4/9] xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prev
` [PATCH 5/9] xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callers
` [PATCH 6/9] xfs: check xfarray iteration errors when committing unlinked inode lists
` [PATCH 7/9] xfs: fix allocated inodes that show up in the unlinked list
` [PATCH 8/9] xfs: fix another iunlink infinite loop bug in online fsck
` [PATCH 9/9] xfs: set the prev pointer when reinserting an inode on the unlinked list
` [RFC PATCH] xfs: test unlinked inode list checking and repair with loops

[PATCH v4 0/6] xfs write streams
 2026-07-21  3:20 UTC  (10+ messages)
  ` [PATCH v4 1/6] fs: add write-stream management ioctls
  ` [PATCH v4 2/6] iomap: introduce and propagate write_stream
  ` [PATCH v4 3/6] xfs: implement write-stream management support
  ` [PATCH v4 4/6] xfs: generic AG set based steering
  ` [PATCH v4 5/6] xfs: write stream based AG placement
  ` [PATCH v4 6/6] xfs: introduce software write streams

[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
 2026-07-20 17:08 UTC  (11+ messages)
` [PATCH v2 02/18] xfs: convert iomap ops to ->iomap_next()

[RFC PATCH] libfrog: make cmn_err() emit each message atomically to avoid torn output
 2026-07-20 12:22 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH v3] generic/795: add unaligned boundary test cases for WRITE_ZEROES
 2026-07-20 11:10 UTC  (3+ messages)

[PATCH v11 00/20] fs-verity support for XFS with post EOF merkle tree
 2026-07-20 11:02 UTC  (3+ messages)
` [PATCH v11 03/20] fsverity: pass digest size and hash of the all-zeroes block to ->write

[BUG] xfs: sparse inode allocation can trip i != 1 after AGFL growth
 2026-07-20 10:37 UTC  (3+ messages)

update BDI {io,ra}_pages values based on the RT device limits
 2026-07-20  9:38 UTC  (5+ messages)
` [PATCH] xfs: "

[PATCH] xfs: split an assert in xfs_trans_log_buf
 2026-07-20  9:36 UTC 

[PATCHSET 2/2] xfs: LLM-inspired bug fixes, part 2
 2026-07-20  8:57 UTC  (2+ messages)

[PATCHSET v3 1/2] xfs: LLM-inspired bug fixes, part 1
 2026-07-20  8:57 UTC  (2+ messages)

[PATCH] xfs: resample the data fork mapping after cycling ILOCK
 2026-07-20  8:57 UTC  (2+ messages)

[PATCH v2 0/2] xfs: restore nofs context unconditionally in xfs_trans_roll
 2026-07-20  8:39 UTC  (6+ messages)
` [PATCH v2 1/2] mm: introduce memalloc_flags_move() for transferring allocation scopes
` [PATCH v2 2/2] xfs: restore nofs context unconditionally in xfs_trans_roll

[PATCH] xfs: fix nofs context corruption in xfs_btree_split_worker
 2026-07-20  8:35 UTC  (2+ messages)

misc buffer cache improvements
 2026-07-20  7:59 UTC  (8+ messages)
` [PATCH 02/12] xfs: consolidate buffer locking in xfs_buf_get_map
` [PATCH 10/12] xfs: merge xfs_buf_reverify into xfs_buf_read_map

[linus:master] [xfs] 9b64ca202f: fxmark.ssd_xfs_DRBH_4_bufferedio.works/sec 24.1% regression
 2026-07-20  7:58 UTC  (4+ messages)

scratch rtdev handling improvements
 2026-07-19 19:31 UTC  (5+ messages)
` [PATCH 1/3] xfs/656: rearrange directio pread/pwrite for zoned filesystems
` [PATCH 2/3] xfs/65[56]: don't unset SCRATCH_RTDEV here

[PATCH v3 0/3] xfs: add a log item verification layer to recovery
 2026-07-19 11:29 UTC  (4+ messages)
` [PATCH v3 1/3] xfs: verify log item headers when they are decoded during recovery
` [PATCH v3 2/3] xfs: verify recovered log items are complete before replaying them
` [PATCH v3 3/3] xfs: add an inode log item recovery verifier

[PATCH v2 0/2] xfs: add a log item verifier pass to recovery
 2026-07-19  9:07 UTC  (5+ messages)
` [PATCH v2 1/2] xfs: reject log items with missing regions during recovery
` [PATCH v2 2/2] xfs: verify recovered inode log items in pass1

[syzbot] Monthly xfs report (Jul 2026)
 2026-07-18 12:32 UTC 

[PATCH v2] xfs: zero newly allocated btree root space
 2026-07-18 12:20 UTC  (10+ messages)

[ANNOUNCE] xfsprogs: v7.1.1 released
 2026-07-17 16:12 UTC 

[ANNOUNCE] xfsprogs: for-next updated to 2525ce2aa93b
 2026-07-17  9:17 UTC  (3+ messages)

[PATCH] xfs: remove the v2log group
 2026-07-17  8:37 UTC  (2+ messages)

[PATCH] iomap: add a separate bio_set for iomap_split_ioend
 2026-07-17  8:31 UTC  (4+ messages)

[PATCH] xfs: validate inode log item regions during recovery
 2026-07-17  3:20 UTC  (3+ messages)

[RFC PATCH] xfs: add new policy guidelines for llm-assisted patches
 2026-07-16 23:47 UTC  (6+ messages)

[PATCHSET] xfs: LLM-inspired bug fixes, part 3
 2026-07-16 21:47 UTC  (14+ messages)
` [PATCH 1/6] xfs: check cowextsize in xrep_inode_cowextsize
` [PATCH 2/6] xfs: fix transaction block reservation in xrep_rtbitmap
` [PATCH 3/6] xfs: rtsummary scrub should treat rtbitmap corruption errors as an xref error
` [PATCH 4/6] xfs: zero i_nlink before repair puts inode on unlinked list
` [PATCH 5/6] xfs: mark nonzero sb_gquotino as corrupt on metadir filesystems
` [PATCH 6/6] xfs: don't livelock in scrub on a circular unlinked list

xfsprogs: 7.1.0 Build Failure
 2026-07-16 21:01 UTC  (4+ messages)

[GIT PULL] XFS: Fixes for v7.2-rc4
 2026-07-16 17:26 UTC  (2+ messages)

[PATCH v3 0/6] xfs write streams
 2026-07-16 12:27 UTC  (4+ messages)
  ` [PATCH v3 2/6] iomap: introduce and propagate write_stream

[PATCH] xfs: clear zapped attr fork state when bmap repair finds no attr fork
 2026-07-16  8:26 UTC  (2+ messages)

[PATCH] xfs/333: require external scratch device
 2026-07-16  8:17 UTC  (3+ messages)


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