index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
xfarray.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-27
xfs: drop xfarray sortinfo folio on error
Darrick J. Wong
1
-3
/
+6
2024-04-23
xfs: reduce the rate of cond_resched calls inside scrub
Darrick J. Wong
1
-5
/
+5
2024-04-15
xfs: repair extended attributes
Darrick J. Wong
1
-0
/
+17
2024-02-21
xfs: convert xfarray_pagesort to deal with large folios
Darrick J. Wong
1
-108
/
+93
2024-02-21
xfs: fix a comment in xfarray.c
Christoph Hellwig
1
-1
/
+1
2024-02-21
xfs: remove xfarray_sortinfo.page_kaddr
Christoph Hellwig
1
-18
/
+4
2024-02-21
xfs: don't allow highmem pages in xfile mappings
Christoph Hellwig
1
-2
/
+1
2024-02-21
xfs: remove the xfile_pread/pwrite APIs
Christoph Hellwig
1
-9
/
+9
2023-08-10
xfs: improve xfarray quicksort pivot
Darrick J. Wong
1
-64
/
+134
2023-08-10
xfs: cache pages used for xfarray quicksort convergence
Darrick J. Wong
1
-10
/
+76
2023-08-10
xfs: speed up xfarray sort by sorting xfile page contents directly
Darrick J. Wong
1
-0
/
+97
2023-08-10
xfs: convert xfarray insertion sort to heapsort using scratchpad memory
Darrick J. Wong
1
-115
/
+27
2023-08-10
xfs: enable sorting of xfile-backed arrays
Darrick J. Wong
1
-0
/
+569
2023-08-10
xfs: create a big array data structure
Darrick J. Wong
1
-0
/
+369