summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/iscan.c
AgeCommit message (Expand)Author
2024-04-23xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong
2024-04-15xfs: scan the filesystem to repair a directory dotdot entryDarrick J. Wong
2024-04-15xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmodeDarrick J. Wong
2024-04-15xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig
2024-02-22xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong
2024-02-22xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong
2024-02-22xfs: cache a bunch of inodes for repair scansDarrick J. Wong
2024-02-22xfs: stagger the starting AG of scrub iscans to reduce contentionDarrick J. Wong
2024-02-22xfs: implement live inode scan for scrubDarrick J. Wong