aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iwalk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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