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 9de9b74046527423dfd4a5140e86d74af69ee895: xfs_io: support passing the FORCE_REBUILD flag to online repair (2023-12-21 18:29:14 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/repair-force-rebuild-6.6_2023-12-21 for you to fetch changes up to c2371fdd0ffeecb407969ad3e4e1d55f26e26407: xfs_scrub: try to use XFS_SCRUB_IFLAG_FORCE_REBUILD (2023-12-21 18:29:14 -0800) ---------------------------------------------------------------- xfsprogs: force rebuilding of metadata [v28.3 4/8] This patchset adds a new IFLAG to the scrub ioctl so that userspace can force a rebuild of an otherwise consistent piece of metadata. This will eventually enable the use of online repair to relocate metadata during a filesystem reorganization (e.g. shrink). For now, it facilitates stress testing of online repair without needing the debugging knobs to be enabled. 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): xfs_scrub: handle spurious wakeups in scan_fs_tree xfs_scrub: don't retry unsupported optimizations xfs_scrub: try to use XFS_SCRUB_IFLAG_FORCE_REBUILD scrub/phase1.c | 28 +++++++++++++++++++++++++ scrub/scrub.c | 61 +++++++++++++++++++++++++++++-------------------------- scrub/scrub.h | 1 + scrub/vfs.c | 2 +- scrub/xfs_scrub.c | 3 +++ scrub/xfs_scrub.h | 1 + 6 files changed, 66 insertions(+), 30 deletions(-)