mbox series

[PATCHSET,v9r2d1,0/3] xfs: bug fixes for parent pointers

Message ID 167657873091.3474076.6801004934386808232.stgit@magnolia (mailing list archive)
Headers show
Series xfs: bug fixes for parent pointers | expand

Message

Darrick J. Wong Feb. 16, 2023, 8:26 p.m. UTC
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
---
 fs/xfs/libxfs/xfs_attr.c       |   61 +++++++++-------------------------------
 fs/xfs/libxfs/xfs_attr.h       |    2 +
 fs/xfs/libxfs/xfs_attr_leaf.c  |    6 +++-
 fs/xfs/libxfs/xfs_dir2_block.c |    2 +
 fs/xfs/libxfs/xfs_dir2_leaf.c  |    2 +
 fs/xfs/libxfs/xfs_dir2_node.c  |    2 +
 fs/xfs/libxfs/xfs_dir2_sf.c    |    4 +++
 fs/xfs/libxfs/xfs_parent.c     |   44 +++++++++++++++++++++++++++++
 fs/xfs/libxfs/xfs_parent.h     |    7 +++++
 9 files changed, 79 insertions(+), 51 deletions(-)