xfs: teach online scrub to find directory tree structure problems
Create a new scrubber that detects corruptions within the directory tree structure itself. It can detect directories with multiple parents; loops within the directory tree; and directory loops not accessible from the root. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
Showing
fs/xfs/scrub/dirtree.c
0 → 100644
This diff is collapsed.
fs/xfs/scrub/dirtree.h
0 → 100644
fs/xfs/scrub/ino_bitmap.h
0 → 100644
Please register or sign in to comment