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 9a51e91a017bf285ea5fd5c5a6a7534e2ca56587: xfs_repair: remove the old bag implementation (2024-06-03 11:37:42 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/mkfs-cleanups-6.9_2024-06-03 for you to fetch changes up to d1f942f19859103ccbca6ba7de9ed65024be2ae9: mkfs: use libxfs to create symlinks (2024-06-03 11:37:43 -0700) ---------------------------------------------------------------- mkfs: cleanups for 6.9 [v30.5 11/35] Clean up mkfs' open-coded symlink handling code. 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_io: fix gcc complaints about potentially uninitialized variables xfs_io: print sysfs paths of mounted filesystems mkfs: use libxfs to create symlinks io/bulkstat.c | 4 +-- io/fsuuid.c | 68 +++++++++++++++++++++++++++++++++++++++++++++ libxfs/libxfs_api_defs.h | 1 + man/man8/xfs_io.8 | 7 +++++ mkfs/proto.c | 72 +++++++++++++++++++++++++----------------------- quota/quota.c | 2 ++ quota/quota.h | 20 ++++++++++++++ quota/util.c | 26 +++++++++++++++++ 8 files changed, 164 insertions(+), 36 deletions(-)