Hi all, Synchronize with libxfs changs in kernel 6.1 and fix anything that breaks as a result. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=libxfs-sync-6.1 --- db/check.c | 4 - db/namei.c | 2 include/kmem.h | 10 ++ libxfs/libxfs_priv.h | 6 - libxfs/xfs_ag.h | 15 ++ libxfs/xfs_alloc.c | 8 - libxfs/xfs_bmap.c | 2 libxfs/xfs_da_btree.c | 2 libxfs/xfs_dir2.c | 50 +++++--- libxfs/xfs_dir2.h | 4 - libxfs/xfs_dir2_leaf.c | 9 + libxfs/xfs_dir2_sf.c | 4 - libxfs/xfs_format.h | 22 --- libxfs/xfs_ialloc.c | 4 - libxfs/xfs_inode_fork.c | 4 - libxfs/xfs_log_format.h | 60 ++++++++- libxfs/xfs_refcount.c | 286 ++++++++++++++++++++++++++++++------------- libxfs/xfs_refcount.h | 40 +++++- libxfs/xfs_refcount_btree.c | 15 ++ libxfs/xfs_rmap.c | 9 - libxfs/xfs_trans_resv.c | 4 - libxfs/xfs_types.h | 30 +++++ logprint/log_redo.c | 12 +- mkfs/Makefile | 3 mkfs/lts_6.1.conf | 14 ++ repair/phase6.c | 4 - repair/rmap.c | 18 ++- repair/scan.c | 22 ++- 28 files changed, 469 insertions(+), 194 deletions(-) create mode 100644 mkfs/lts_6.1.conf