summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/iscan.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig1-1/+1
2024-02-22xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong1-0/+29
2024-02-22xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong1-10/+97
2024-02-22xfs: cache a bunch of inodes for repair scansDarrick J. Wong1-30/+129
2024-02-22xfs: stagger the starting AG of scrub iscans to reduce contentionDarrick J. Wong1-10/+77
2024-02-22xfs: implement live inode scan for scrubDarrick J. Wong1-0/+485