summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/parent_repair.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong1-3/+7
2024-04-24xfs: repair link count of nondirectories after rebuilding parent pointersDarrick J. Wong1-0/+107
2024-04-24xfs: actually rebuild the parent pointer xattrsDarrick J. Wong1-20/+689
2024-04-24xfs: implement live updates for parent pointer repairsDarrick J. Wong1-5/+98
2024-04-24xfs: repair directory parent pointers by scanning for direntsDarrick J. Wong1-3/+411
2024-04-23xfs: Add parent pointers to renameAllison Henderson1-1/+2
2024-04-16xfs: move orphan files to the orphanageDarrick J. Wong1-2/+98
2024-04-16xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong1-0/+13
2024-04-16xfs: online repair of parent pointersDarrick J. Wong1-0/+221