aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iwalk.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: remove xfs_btree_reada_bufsChristoph Hellwig1-2/+4
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig1-3/+2
2024-02-22xfs: remove xfs_inobt_curChristoph Hellwig1-4/+5
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong1-1/+4
2024-02-22xfs: speed up xfs_iwalk_adjust_start a little bitDarrick J. Wong1-11/+2
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner1-2/+2
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner1-1/+1
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner1-1/+2
2023-04-11xfs: create traced helper to get extra perag referencesDarrick J. Wong1-3/+2
2023-02-13xfs: inobt can use perags in many more places than it doesDave Chinner1-2/+2
2023-02-13xfs: active perag reference countingDave Chinner1-3/+3
2021-08-09xfs: avoid buffer deadlocks when walking fs inodesDarrick J. Wong1-5/+28
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner1-4/+2
2021-06-02xfs: convert xfs_iwalk to use perag referencesDave Chinner1-32/+54
2021-02-03xfs: increase the default parallelism levels of pwork clientsDarrick J. Wong1-4/+1
2020-12-09xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong1-1/+1
2020-11-18xfs: ensure inobt record walks always make forward progressDarrick J. Wong1-3/+24
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