summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/nlinks.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong2024-04-231-1/+2
* xfs: walk directory parent pointers to determine backref countDarrick J. Wong2024-04-231-1/+84
* xfs: pin inodes that would otherwise overflow link countDarrick J. Wong2024-04-151-1/+3
* xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong2024-04-151-5/+15
* xfs: online repair of directoriesDarrick J. Wong2024-04-151-0/+23
* xfs: teach repair to fix file nlinksDarrick J. Wong2024-02-221-1/+3
* xfs: track directory entry updates during live nlinks fsckDarrick J. Wong2024-02-221-2/+91
* xfs: teach scrub to check file nlinksDarrick J. Wong2024-02-221-0/+839