]> 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>
Wed, 31 Jul 2024 01:46:45 +0000 (18:46 -0700)
commitd89a089f34e3752682fc9592cd260c22ebb4a76e
tree020b56421a573d3e615e9890db1ce43a62e3ae7f
parentf855fc18b4a130285e154ecac0b25e3f3b8f0f6c
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