]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - repair/xfs_repair.c
xfs_repair: collect reverse-mapping data for refcount/rmap tree rebuilding
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 19 Aug 2016 00:05:56 +0000 (10:05 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 19 Aug 2016 00:05:56 +0000 (10:05 +1000)
commit9e0f480e96ba802d7fa0756176a9e1e25c003068
treec9657f4927c3c46c0a00cf4aea628be7f375a9bf
parent9c9990ba754629bd5c9e650e26e33123c8ded738
xfs_repair: collect reverse-mapping data for refcount/rmap tree rebuilding

Collect reverse-mapping data for the entire filesystem so that we can
later check and rebuild the reference count tree and the reverse mapping
tree.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
repair/Makefile
repair/dinode.c
repair/phase4.c
repair/rmap.c [new file with mode: 0644]
repair/rmap.h [new file with mode: 0644]
repair/xfs_repair.c