Hi all, This series contains the accumulated bug fixes from Darrick to make fstests pass and online repair work. None of these are bug fixes for parent pointers itself. 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. kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=pptrs-bugfixes xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=pptrs-bugfixes --- include/libxfs.h | 1 + libxfs/init.c | 3 ++ libxfs/xfs_attr.c | 61 +++++++--------------------------- libxfs/xfs_attr.h | 7 ++-- libxfs/xfs_attr_leaf.c | 6 ++- libxfs/xfs_attr_sf.h | 1 + libxfs/xfs_dir2_block.c | 2 + libxfs/xfs_dir2_leaf.c | 2 + libxfs/xfs_dir2_node.c | 2 + libxfs/xfs_dir2_sf.c | 4 ++ libxfs/xfs_parent.c | 84 +++++++++++++++++++++++++++++++++++++++++------ libxfs/xfs_parent.h | 28 +++++++++++++++- 12 files changed, 136 insertions(+), 65 deletions(-)