summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/xfarray.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21xfs: convert xfarray_pagesort to deal with large foliosDarrick J. Wong1-108/+93
2024-02-21xfs: fix a comment in xfarray.cChristoph Hellwig1-1/+1
2024-02-21xfs: remove xfarray_sortinfo.page_kaddrChristoph Hellwig1-18/+4
2024-02-21xfs: don't allow highmem pages in xfile mappingsChristoph Hellwig1-2/+1
2024-02-21xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig1-9/+9
2023-08-10xfs: improve xfarray quicksort pivotDarrick J. Wong1-64/+134
2023-08-10xfs: cache pages used for xfarray quicksort convergenceDarrick J. Wong1-10/+76
2023-08-10xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong1-0/+97
2023-08-10xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong1-115/+27
2023-08-10xfs: enable sorting of xfile-backed arraysDarrick J. Wong1-0/+569
2023-08-10xfs: create a big array data structureDarrick J. Wong1-0/+369