summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/orphanage.c
AgeCommit message (Collapse)Author
2022-11-09xfs: ensure dentry consistency when the orphanage adopts a filerepair-orphanage_2022-11-09Darrick J. Wong
When the orphanage adopts a file, that file becomes a child of the orphanage. The dentry cache may have entries for the orphanage directory and the name we've chosen, so (1) make sure we abort if the dcache has a positive entry because something's not right; and (2) invalidate and purge negative dentries if the adoption goes through. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
2022-11-09xfs: move orphan files to the orphanageDarrick J. Wong
If we can't find a parent for a file, move it to the orphanage. Signed-off-by: Darrick J. Wong <djwong@kernel.org>