mbox series

[0/5] xfsprogs: fixes for 5.10

Message ID 160375511371.879169.3659553317719857738.stgit@magnolia (mailing list archive)
Headers show
Series xfsprogs: fixes for 5.10 | expand

Message

Darrick J. Wong Oct. 26, 2020, 11:31 p.m. UTC
Hi all,

Fix a few bugs ahead of landing all the 5.10 stuff.

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.

--D

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=xfsprogs-5.10-fixes
---
 db/check.c         |   33 +++++++++-
 mkfs/xfs_mkfs.c    |    4 +
 repair/dinode.c    |  180 ++++++++++++++++++++++++++++++++--------------------
 repair/scan.c      |   36 ++++++++--
 scrub/fscounters.c |    8 +-
 scrub/fscounters.h |    2 -
 scrub/phase6.c     |    7 +-
 scrub/phase7.c     |    5 -
 8 files changed, 179 insertions(+), 96 deletions(-)