]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: mark space used by metadata files
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:24:20 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 28 Nov 2024 02:33:12 +0000 (18:33 -0800)
commit432743d207d098fcdd9a711b3ac3fce9bed1dd7e
treeeda4e6a3b5252c1ad68b0f96f37e47eefcc9aeaf
parent2f13a2cd3152faf4f697e52583083245cd4bbbf7
xfs_repair: mark space used by metadata files

Track space used by metadata files as a separate incore extent type.
This ensures that we can warn about cross-linked metadata files, even
though we are going to rebuild the entire metadata directory tree in the
end.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
repair/dino_chunks.c
repair/dinode.c
repair/dinode.h
repair/incore.h
repair/phase4.c
repair/scan.c