]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: rebuild the realtime refcount btree
authorDarrick J. Wong <djwong@kernel.org>
Fri, 15 Jul 2022 21:34:50 +0000 (14:34 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:42 +0000 (15:03 -0800)
commit538b21c5b0d9505e9589abdb2ee270af0094747c
tree42f8ebce536fd40c514f8e2fe7808c3354085635
parentb140d8719a37f869cb79e1b2ab460744bbb2ca52
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>
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]