History log of /linux-master/fs/xfs/scrub/dirtree_repair.c
Revision Date Author Comments
# 3f31406a 22-Apr-2024 Darrick J. Wong <djwong@kernel.org>

xfs: fix corruptions in the directory tree

Repair corruptions in the directory tree itself. Cycles are broken by
removing an incoming parent->child link. Multiply-owned directories are
fixed by pruning the extra parent -> child links Disconnected subtrees
are reconnected to the lost and found.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>