summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iwalk.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: avoid buffer deadlocks when walking fs inodesDarrick J. Wong2021-08-091-5/+28
* xfs: use perag for ialloc btree cursorsDave Chinner2021-06-021-4/+2
* xfs: convert xfs_iwalk to use perag referencesDave Chinner2021-06-021-32/+54
* xfs: increase the default parallelism levels of pwork clientsDarrick J. Wong2021-02-031-4/+1
* xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong2020-12-091-1/+1
* xfs: ensure inobt record walks always make forward progressDarrick J. Wong2020-11-181-3/+24
* xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-121-1/+2
* 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