summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iwalk.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-291-1/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: specify AG in bulk reqDarrick J. Wong2019-07-041-0/+12
* xfs: poll waiting for quotacheckDarrick J. Wong2019-07-031-0/+3
* xfs: multithreaded iwalk implementationDarrick J. Wong2019-07-031-0/+82
* xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong2019-07-021-3/+109
* xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong2019-07-021-40/+39
* xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong2019-07-021-6/+6
* xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong2019-07-021-20/+17
* xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong2019-07-021-3/+93
* xfs: calculate inode walk prefetch more carefullyDarrick J. Wong2019-07-021-3/+45
* xfs: create simplified inode walk functionDarrick J. Wong2019-07-021-0/+389