summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/xfarray.h
AgeCommit message (Expand)Author
2024-04-23xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong
2024-04-23xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong
2024-04-15xfs: repair extended attributesDarrick J. Wong
2024-02-22xfs: create a sparse load xfarray functionDarrick J. Wong
2024-02-21xfs: convert xfarray_pagesort to deal with large foliosDarrick J. Wong
2024-02-21xfs: remove xfarray_sortinfo.page_kaddrChristoph Hellwig
2023-12-15xfs: repair free space btreesDarrick J. Wong
2023-08-10xfs: improve xfarray quicksort pivotDarrick J. Wong
2023-08-10xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong
2023-08-10xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong
2023-08-10xfs: enable sorting of xfile-backed arraysDarrick J. Wong
2023-08-10xfs: create a big array data structureDarrick J. Wong