summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iwalk.c
AgeCommit message (Expand)Author
2024-04-15xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong
2024-02-22xfs: remove xfs_btree_reada_bufsChristoph Hellwig
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig
2024-02-22xfs: remove xfs_inobt_curChristoph Hellwig
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong
2024-02-22xfs: speed up xfs_iwalk_adjust_start a little bitDarrick J. Wong
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner
2023-04-11xfs: create traced helper to get extra perag referencesDarrick J. Wong
2023-02-13xfs: inobt can use perags in many more places than it doesDave Chinner
2023-02-13xfs: active perag reference countingDave Chinner
2021-08-09xfs: avoid buffer deadlocks when walking fs inodesDarrick J. Wong
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner
2021-06-02xfs: convert xfs_iwalk to use perag referencesDave Chinner
2021-02-03xfs: increase the default parallelism levels of pwork clientsDarrick J. Wong
2020-12-09xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong
2020-11-18xfs: ensure inobt record walks always make forward progressDarrick J. Wong
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong
2019-07-03xfs: poll waiting for quotacheckDarrick J. Wong
2019-07-03xfs: multithreaded iwalk implementationDarrick J. Wong
2019-07-02xfs: refactor iwalk code to handle walking inobt recordsDarrick J. Wong
2019-07-02xfs: refactor xfs_iwalk_grab_ichunkDarrick J. Wong
2019-07-02xfs: clean up long conditionals in xfs_iwalk_ichunk_raDarrick J. Wong
2019-07-02xfs: change xfs_iwalk_grab_ichunk to use startino, not lastinoDarrick J. Wong
2019-07-02xfs: move bulkstat ichunk helpers to iwalk codeDarrick J. Wong
2019-07-02xfs: calculate inode walk prefetch more carefullyDarrick J. Wong
2019-07-02xfs: create simplified inode walk functionDarrick J. Wong