mbox series

[v2,0/9] xfsprogs: fixes for 5.10

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

Message

Darrick J. Wong Nov. 10, 2020, 6:03 p.m. UTC
Hi all,

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

v2: Add a few more fixes and cleanups.

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 +++++++++
 man/man8/mkfs.xfs.8 |   17 ++++-
 mkfs/xfs_mkfs.c     |   14 +++-
 repair/dinode.c     |  180 ++++++++++++++++++++++++++++++++-------------------
 repair/rmap.c       |    4 +
 repair/scan.c       |   36 +++++++---
 scrub/fscounters.c  |    8 +-
 scrub/fscounters.h  |    2 -
 scrub/phase6.c      |    7 +-
 scrub/phase7.c      |    5 -
 tools/libxfs-apply  |   14 +++-
 11 files changed, 213 insertions(+), 107 deletions(-)