summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/iscan.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong1-2/+11
2024-04-16xfs: scan the filesystem to repair a directory dotdot entryDarrick J. Wong1-1/+17
2024-04-16xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmodeDarrick J. Wong1-1/+35
2024-04-16xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong1-1/+1
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