Hi all, This series contains the accumulated bug fixes from Darrick to make fstests pass and online repair work. 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 fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=pptrs-bugfixes --- fs/xfs/libxfs/xfs_da_format.h | 11 ++++++ fs/xfs/libxfs/xfs_fs.h | 69 +++++++++++++++++-------------------- fs/xfs/libxfs/xfs_parent.c | 47 ++++++++++++++++++++++--- fs/xfs/libxfs/xfs_parent.h | 24 ++++++------- fs/xfs/xfs_inode.c | 16 ++++----- fs/xfs/xfs_ioctl.c | 47 ++++++++++++------------- fs/xfs/xfs_ondisk.h | 4 +- fs/xfs/xfs_parent_utils.c | 61 +++++++++++++++++---------------- fs/xfs/xfs_parent_utils.h | 8 ++-- fs/xfs/xfs_symlink.c | 2 + fs/xfs/xfs_trace.c | 1 + fs/xfs/xfs_trace.h | 76 ++++++++++++++++++++++++++++++++++++++++- 12 files changed, 238 insertions(+), 128 deletions(-)