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