]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: rebuild the realtime refcount btree
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:22:06 +0000 (10:22 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:16:02 +0000 (09:16 -0800)
commit293b7cad2673d06bf2f5195641fbb0daf70f9483
tree3c03a00f27d4c6b76136e3147252a16a867089f1
parentae6a810b8ccc83ef0916b767708996c52c8b9261
xfs_repair: rebuild the realtime refcount btree

Use the collected reference count information to rebuild the btree.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/libxfs_api_defs.h
repair/Makefile
repair/agbtree.c
repair/phase5.c
repair/phase6.c
repair/rmap.c
repair/rmap.h
repair/rtrefcount_repair.c [new file with mode: 0644]