]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: rebuild the realtime rmap btree
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:22:01 +0000 (10:22 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:16:01 +0000 (09:16 -0800)
commitd8ad5e2dfcea4b1539ab48cc6b3e3e0533343e56
tree31bad53c2bfc3dd4c9d554b4b9906f5ecd5bdde0
parent400985de9be0b237e245379675df72ad64f68fb6
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
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