Hi Darrick, Please pull this branch with changes for xfs for 6.2-rc1. 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 5f369dc5b4eb2becbdfd08924dcaf00e391f4ea1: xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap file (2022-11-16 15:25:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/scrub-fscounters-enhancements-6.2_2022-11-16 for you to fetch changes up to e74331d6fa2c21a8ecccfe0648dad5193b83defe: xfs: online checking of the free rt extent count (2022-11-16 15:25:03 -0800) ---------------------------------------------------------------- xfs: enhance fs summary counter scrubber This series makes two changes to the fs summary counter scrubber: first, we should mark the scrub incomplete when we can't read the AG headers. Second, it fixes a functionality gap where we don't actually check the free rt extent count. v23.2: fix pointless inline Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (2): xfs: skip fscounters comparisons when the scan is incomplete xfs: online checking of the free rt extent count fs/xfs/scrub/fscounters.c | 107 ++++++++++++++++++++++++++++++++++++++++++++-- fs/xfs/scrub/scrub.h | 8 ---- 2 files changed, 104 insertions(+), 11 deletions(-)