public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 0/3] xfs: add the ability to flag a fs for repair
@ 2021-01-09  6:27 Darrick J. Wong
  2021-01-09  6:28 ` [PATCH 1/3] xfs_scrub: detect infinite loops when scanning inodes Darrick J. Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Darrick J. Wong @ 2021-01-09  6:27 UTC (permalink / raw)
  To: sandeen, darrick.wong; +Cc: linux-xfs

Hi all,

This series adds a new incompat feature flag so that we can force a
sysadmin to run xfs_repair on a filesystem before mounting.  This will
be used in conjunction with v5 feature upgrades.

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

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=needsrepair

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=needsrepair

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=needsrepair
---
 db/check.c           |    5 ++
 db/sb.c              |  158 ++++++++++++++++++++++++++++++++++++++++++++++++--
 db/xfs_admin.sh      |    6 ++
 man/man8/xfs_admin.8 |   15 +++++
 man/man8/xfs_db.8    |    5 ++
 repair/agheader.c    |   11 +++
 scrub/inodes.c       |   16 +++++
 7 files changed, 208 insertions(+), 8 deletions(-)


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

end of thread, other threads:[~2021-01-15 20:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-09  6:27 [PATCHSET 0/3] xfs: add the ability to flag a fs for repair Darrick J. Wong
2021-01-09  6:28 ` [PATCH 1/3] xfs_scrub: detect infinite loops when scanning inodes Darrick J. Wong
2021-01-09  7:00   ` Darrick J. Wong
2021-01-09  6:28 ` [PATCH 2/3] xfs_db: support the needsrepair feature flag in the version command Darrick J. Wong
2021-01-13 17:23   ` Brian Foster
2021-01-14  1:01     ` Darrick J. Wong
2021-01-14  9:38       ` Brian Foster
2021-01-15 20:46         ` Darrick J. Wong
2021-01-09  6:28 ` [PATCH 3/3] xfs_repair: clear the needsrepair flag Darrick J. Wong
2021-01-13 18:17   ` Brian Foster
2021-01-14  1:05     ` Darrick J. Wong
2021-01-14  9:39       ` Brian Foster
2021-01-15 20:42         ` 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