summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/nlinks_repair.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-06xfs: refactor directory tree root predicatesDarrick J. Wong1-3/+1
2024-04-24xfs: drop the scrub file's iolock when transaction allocation failsDarrick J. Wong1-1/+3
2024-04-23xfs: walk directory parent pointers to determine backref countDarrick J. Wong1-0/+2
2024-04-16xfs: pin inodes that would otherwise overflow link countDarrick J. Wong1-6/+2
2024-04-16xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong1-13/+110
2024-04-16xfs: online repair of directoriesDarrick J. Wong1-0/+9
2024-04-16xfs: update the unlinked list when repairing link countsDarrick J. Wong1-9/+33
2024-02-22xfs: teach repair to fix file nlinksDarrick J. Wong1-0/+223