]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: rebuild the realtime rmap btree
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:24 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:49:21 +0000 (15:49 -0700)
commit638ba0f90b36bb121ef2be3dbaf4859edb9b31d9
tree496b95e26970ec7d723f502783c10de5da9377fd
parent7f2c0599729e72ed4130e8da81694135e8ff807e
xfs_repair: rebuild the realtime rmap btree

Rebuild the realtime rmap btree file from the reverse mapping records we
gathered from walking the inodes.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/libxfs_api_defs.h
repair/Makefile
repair/bulkload.c
repair/bulkload.h
repair/phase6.c
repair/rmap.c
repair/rmap.h
repair/rtrmap_repair.c [new file with mode: 0644]
repair/xfs_repair.c