Age | Commit message (Expand) | Author |
---|---|---|
2024-02-21 | xfs: convert xfarray_pagesort to deal with large folios | Darrick J. Wong |
2024-02-21 | xfs: fix a comment in xfarray.c | Christoph Hellwig |
2024-02-21 | xfs: remove xfarray_sortinfo.page_kaddr | Christoph Hellwig |
2024-02-21 | xfs: don't allow highmem pages in xfile mappings | Christoph Hellwig |
2024-02-21 | xfs: remove the xfile_pread/pwrite APIs | Christoph Hellwig |
2023-08-10 | xfs: improve xfarray quicksort pivot | Darrick J. Wong |
2023-08-10 | xfs: cache pages used for xfarray quicksort convergence | Darrick J. Wong |
2023-08-10 | xfs: speed up xfarray sort by sorting xfile page contents directly | Darrick J. Wong |
2023-08-10 | xfs: convert xfarray insertion sort to heapsort using scratchpad memory | Darrick J. Wong |
2023-08-10 | xfs: enable sorting of xfile-backed arrays | Darrick J. Wong |
2023-08-10 | xfs: create a big array data structure | Darrick J. Wong |