Hi Carlos, Please pull this branch with changes for xfsprogs for 6.6-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. The following changes since commit df4bd2d27189a98711fd35965c18bee25a25a9ea: xfsprogs: Release v6.8.0 (2024-05-17 13:20:34 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/libxfs-6.9-sync-prep_2024-06-03 for you to fetch changes up to 493d04e97479b36f34a895171ed852cd2e3298b2: libfrog: create a new scrub group for things requiring full inode scans (2024-06-03 11:37:35 -0700) ---------------------------------------------------------------- libxfs: prepare to sync with 6.9 [v30.5 01/35] Apply some cleanups to libxfs before we synchronize it with the kernel. This has been running on the djcloud for months with no problems. Enjoy! Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (3): libxfs: actually set m_fsname libxfs: clean up xfs_da_unmount usage libfrog: create a new scrub group for things requiring full inode scans io/scrub.c | 1 + libfrog/scrub.h | 1 + libxfs/init.c | 24 +++++++++++++++++------- scrub/phase5.c | 22 ++++++++++++++++++++-- scrub/scrub.c | 33 +++++++++++++++++++++++++++++++++ scrub/scrub.h | 1 + scrub/xfs_scrub.h | 1 + 7 files changed, 74 insertions(+), 9 deletions(-)