summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iwalk.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-221-1/+4
* xfs: speed up xfs_iwalk_adjust_start a little bitDarrick J. Wong2024-02-221-11/+2
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-2/+2
* xfs: convert kmem_alloc() to kmalloc()Dave Chinner2024-02-131-1/+1
* xfs: convert kmem_zalloc() to kzalloc()Dave Chinner2024-02-131-1/+2
* xfs: create traced helper to get extra perag referencesDarrick J. Wong2023-04-111-3/+2
* xfs: inobt can use perags in many more places than it doesDave Chinner2023-02-131-2/+2
* xfs: active perag reference countingDave Chinner2023-02-131-3/+3
* 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