Hi all, Port kernel libxfs code to userspace. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for months with no problems. 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-6.16-sync --- Commits in this patchset: * xfs: catch stale AGF/AGF metadata * xfs: don't allocate the xfs_extent_busy structure for zoned RTGs --- libxfs/xfs_alloc.c | 41 +++++++++++++++++++++++++++++++++-------- libxfs/xfs_group.c | 14 +++++++++----- libxfs/xfs_ialloc.c | 31 +++++++++++++++++++++++++++---- 3 files changed, 69 insertions(+), 17 deletions(-)