]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: allow sysadmins to add reverse mapping indexes
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:45 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 1 Aug 2024 00:07:29 +0000 (17:07 -0700)
commitd149f6987379a412ea5870ef279307bfab9e0c2d
treecefdb02ad436b330a8b3f807114d1694cf7892ca
parent1ca5840c0c67ee14d477fee5a8db3eef99ccaad7
xfs_repair: allow sysadmins to add reverse mapping indexes

Allow the sysadmin to use xfs_repair to upgrade an existing filesystem
to support the reverse mapping btree index.  This is needed for online
fsck.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
man/man8/xfs_admin.8
repair/globals.c
repair/globals.h
repair/phase2.c
repair/rmap.c
repair/xfs_repair.c