public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] xfsprogs: fixes for 5.10
@ 2020-11-10 18:03 Darrick J. Wong
  2020-11-10 18:03 ` [PATCH 1/9] mkfs: allow users to specify rtinherit=0 Darrick J. Wong
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Darrick J. Wong @ 2020-11-10 18:03 UTC (permalink / raw)
  To: sandeen, darrick.wong
  Cc: Allison Henderson, Eric Sandeen, Christoph Hellwig, linux-xfs

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(-)


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-11-24  1:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-10 18:03 [PATCH v2 0/9] xfsprogs: fixes for 5.10 Darrick J. Wong
2020-11-10 18:03 ` [PATCH 1/9] mkfs: allow users to specify rtinherit=0 Darrick J. Wong
2020-11-10 18:03 ` [PATCH 2/9] mkfs: clarify valid "inherit" option values Darrick J. Wong
2020-11-10 18:36   ` Christoph Hellwig
2020-11-10 18:03 ` [PATCH 3/9] mkfs: don't pass on extent size inherit flags when extent size is zero Darrick J. Wong
2020-11-10 18:37   ` Christoph Hellwig
2020-11-10 18:03 ` [PATCH 4/9] xfs: remove unnecessary parameter from scrub_scan_estimate_blocks Darrick J. Wong
2020-11-10 18:03 ` [PATCH 5/9] xfs_db: report ranges of invalid rt blocks Darrick J. Wong
2020-11-10 18:03 ` [PATCH 6/9] xfs_repair: skip the rmap and refcount btree checks when the levels are garbage Darrick J. Wong
2020-11-10 18:03 ` [PATCH 7/9] xfs_repair: correctly detect partially written extents Darrick J. Wong
2020-11-10 18:03 ` [PATCH 8/9] xfs_repair: directly compare refcount records Darrick J. Wong
2020-11-10 18:37   ` Christoph Hellwig
2020-11-10 18:04 ` [PATCH 9/9] libxfs-apply: don't add duplicate headers Darrick J. Wong
2020-11-10 18:37   ` Christoph Hellwig
2020-11-23 20:30   ` Eric Sandeen
2020-11-24  0:24     ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox