Hi Carlos, Please pull this branch with changes for xfsprogs for 6.10-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 42fc61ebd061ffc63a0302a8422ed21f67e38b5f: xfsprogs: Release v6.9.0 (2024-07-22 11:05:03 +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-fixes_2024-07-29 for you to fetch changes up to c6438c3e740e139adcd6c236606498d49bbb5655: xfs_repair: don't crash on -vv (2024-07-29 17:00:59 -0700) ---------------------------------------------------------------- libxfs: fixes for 6.9 [01/28] A couple more last minute fixes for 6.9. This has been running on the djcloud for months with no problems. Enjoy! Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Chris Hofstaedtler (1): Remove support for split-/usr installs Christoph Hellwig (1): repair: btree blocks are never on the RT subvolume Darrick J. Wong (3): xfile: fix missing error unlock in xfile_fcb_find xfs_repair: don't leak the rootdir inode when orphanage already exists xfs_repair: don't crash on -vv configure.ac | 21 --------------------- debian/Makefile | 4 ++-- debian/local/initramfs.hook | 2 +- debian/rules | 5 ++--- fsck/Makefile | 4 ++-- include/builddefs.in | 2 -- include/buildmacros | 20 ++++++++++---------- libxfs/xfile.c | 6 +++--- mkfs/Makefile | 4 ++-- repair/Makefile | 4 ++-- repair/phase6.c | 7 +++++-- repair/progress.c | 2 +- repair/scan.c | 21 +++++---------------- repair/xfs_repair.c | 2 +- 14 files changed, 36 insertions(+), 68 deletions(-)