public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET v5 0/2] xfs_admin: support upgrading v5 filesystems
@ 2021-02-09  4:11 Darrick J. Wong
  2021-02-09  4:11 ` [PATCH 1/2] xfs_repair: enable inobtcount upgrade via repair Darrick J. Wong
  2021-02-09  4:11 ` [PATCH 2/2] xfs_repair: enable bigtime " Darrick J. Wong
  0 siblings, 2 replies; 7+ messages in thread
From: Darrick J. Wong @ 2021-02-09  4:11 UTC (permalink / raw)
  To: sandeen, djwong; +Cc: linux-xfs, hch, bfoster

Hi all,

This submission extends xfs_db and xfs_admin to support adding the inode
btree counter and bigtime features to an existing v5 filesystem.

v2: Rebase to 5.10-rc0
v3: respond to reviewer comments
v4: document which kernel version these new features showed up in
v5: move all the upgrader code to xfs_repair per Eric suggestion, which
    eliminates a bunch of fragile db/admin/repair coordination.

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=fs-upgrades
---
 man/man8/xfs_admin.8 |   17 +++++++++++++++-
 repair/globals.c     |    2 ++
 repair/globals.h     |    2 ++
 repair/phase1.c      |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++
 repair/xfs_repair.c  |   22 +++++++++++++++++++++
 5 files changed, 94 insertions(+), 1 deletion(-)


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

end of thread, other threads:[~2021-02-09 17:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-09  4:11 [PATCHSET v5 0/2] xfs_admin: support upgrading v5 filesystems Darrick J. Wong
2021-02-09  4:11 ` [PATCH 1/2] xfs_repair: enable inobtcount upgrade via repair Darrick J. Wong
2021-02-09  9:18   ` Christoph Hellwig
2021-02-09 17:35   ` Brian Foster
2021-02-09  4:11 ` [PATCH 2/2] xfs_repair: enable bigtime " Darrick J. Wong
2021-02-09  9:18   ` Christoph Hellwig
2021-02-09 17:35   ` Brian Foster

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