Hi all, Here are a bunch of tooling changes for the parent pointers code. The only new feature here is to decode the parent pointer xattr name in xfs_db so that we can interpret (and someday fuzz) them. Everything else are bug fixes. 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. xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=pptrs-toolfixes --- db/attr.c | 31 ++++++++++++++++++++++ db/attrshort.c | 25 ++++++++++++++++++ db/metadump.c | 34 +++++++++++++++++------- include/libxfs.h | 1 + io/parent.c | 5 ++-- libxfs/init.c | 7 +++++ libxfs/libxfs_api_defs.h | 4 +++ libxfs/util.c | 14 ++++++++++ mkfs/proto.c | 65 +++++++++++++++++++++++++++++++++------------- repair/da_util.c | 2 + 10 files changed, 157 insertions(+), 31 deletions(-)