aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/xfarray.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21xfs: convert xfarray_pagesort to deal with large foliosGravatar Darrick J. Wong 1-108/+93
2024-02-21xfs: fix a comment in xfarray.cGravatar Christoph Hellwig 1-1/+1
2024-02-21xfs: remove xfarray_sortinfo.page_kaddrGravatar Christoph Hellwig 1-18/+4
2024-02-21xfs: don't allow highmem pages in xfile mappingsGravatar Christoph Hellwig 1-2/+1
2024-02-21xfs: remove the xfile_pread/pwrite APIsGravatar Christoph Hellwig 1-9/+9
2023-08-10xfs: improve xfarray quicksort pivotGravatar Darrick J. Wong 1-64/+134
2023-08-10xfs: cache pages used for xfarray quicksort convergenceGravatar Darrick J. Wong 1-10/+76
2023-08-10xfs: speed up xfarray sort by sorting xfile page contents directlyGravatar Darrick J. Wong 1-0/+97
2023-08-10xfs: convert xfarray insertion sort to heapsort using scratchpad memoryGravatar Darrick J. Wong 1-115/+27
2023-08-10xfs: enable sorting of xfile-backed arraysGravatar Darrick J. Wong 1-0/+569
2023-08-10xfs: create a big array data structureGravatar Darrick J. Wong 1-0/+369