Hi Dave, Please pull this branch with changes for xfs. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. --D The following changes since commit 7ac14fa2bd22e99a06ae16382b394f697cfe2b8a: xfs: ensure that all metadata and data blocks are not cow staging extents (2023-04-11 19:00:12 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/scrub-detect-inobt-gaps-6.4_2023-04-11 for you to fetch changes up to efc0845f5d3e253f7f46a60b66a94c3164d76ee3: xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results (2023-04-11 19:00:15 -0700) ---------------------------------------------------------------- xfs: detect incorrect gaps in inode btree [v24.5] This series continues the corrections for a couple of problems I found in the inode btree scrubber. The first problem is that we don't directly check the inobt records have a direct correspondence with the finobt records, and vice versa. The second problem occurs on filesystems with sparse inode chunks -- the cross-referencing we do detects sparseness, but it doesn't actually check the consistency between the inobt hole records and the rmap data. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (4): xfs: remove pointless shadow variable from xfs_difree_inobt xfs: clean up broken eearly-exit code in the inode btree scrubber xfs: directly cross-reference the inode btrees with each other xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results fs/xfs/libxfs/xfs_ialloc.c | 84 ++++++++------ fs/xfs/libxfs/xfs_ialloc.h | 5 +- fs/xfs/scrub/ialloc.c | 268 ++++++++++++++++++++++++++++++++++++--------- 3 files changed, 269 insertions(+), 88 deletions(-)