aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/scrub/nlinks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-05xfs: refactor directory tree root predicatesDarrick J. Wong1-2/+2
2024-04-23xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong1-1/+2
2024-04-23xfs: walk directory parent pointers to determine backref countDarrick J. Wong1-1/+84
2024-04-15xfs: pin inodes that would otherwise overflow link countDarrick J. Wong1-1/+3
2024-04-15xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong1-5/+15
2024-04-15xfs: online repair of directoriesDarrick J. Wong1-0/+23
2024-02-22xfs: teach repair to fix file nlinksDarrick J. Wong1-1/+3
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong1-2/+91
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong1-0/+839