aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iwalk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong1-1/+2
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-1/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong1-0/+12
2019-07-03xfs: poll waiting for quotacheckDarrick J. Wong1-0/+3
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong1-0/+82
2019-07-02xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong1-3/+109
2019-07-02xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong1-40/+39
2019-07-02xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong1-6/+6
2019-07-02xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong1-20/+17
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong1-3/+93
2019-07-02xfs: calculate inode walk prefetch more carefullyDarrick J. Wong1-3/+45
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong1-0/+389