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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-15
erofs: relinquish volume with mutex held
Jingbo Xu
1
-1
/
+1
2023-02-15
erofs: maintain cookies of share domain in self-contained list
Jingbo Xu
2
-24
/
+24
2023-02-15
erofs: remove unused device mapping in meta routine
Jingbo Xu
1
-13
/
+4
2023-02-15
erofs: remove unused EROFS_GET_BLOCKS_RAW flag
Jingbo Xu
3
-15
/
+11
2023-02-15
erofs: make kobj_type structures constant
Thomas Weißschuh
1
-3
/
+3
2023-02-15
erofs: add per-cpu threads for decompression as an option
Sandeep Dhavale
2
-20
/
+188
2023-02-15
erofs: tidy up internal.h
Gao Xiang
1
-56
/
+28
2023-02-15
erofs: get rid of z_erofs_do_map_blocks() forward declaration
Gao Xiang
1
-123
/
+119
2023-02-15
erofs: move zdata.h into zdata.c
Gao Xiang
2
-178
/
+165
2023-02-15
erofs: remove tagged pointer helpers
Gao Xiang
3
-128
/
+6
2023-02-15
erofs: avoid tagged pointers to mark sync decompression
Gao Xiang
2
-27
/
+17
2023-02-15
erofs: get rid of erofs_inode_datablocks()
Gao Xiang
2
-19
/
+5
2023-02-15
erofs: simplify iloc()
Gao Xiang
5
-35
/
+25
2023-02-15
erofs: get rid of debug_one_dentry()
Gao Xiang
1
-17
/
+0
2023-02-15
erofs: remove linux/buffer_head.h dependency
Gao Xiang
2
-15
/
+6
2023-02-15
erofs: clean up erofs_iget()
Gao Xiang
2
-28
/
+21
2023-02-14
nfs4trace: fix state manager flag printing
Benjamin Coddington
1
-20
/
+22
2023-02-14
NFS: Remove unnecessary check in nfs_read_folio()
Trond Myklebust
1
-7
/
+1
2023-02-14
NFS: Improve tracing of nfs_wb_folio()
Trond Myklebust
2
-4
/
+5
2023-02-14
NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio()
Trond Myklebust
2
-8
/
+42
2023-02-14
NFS: fix up nfs_release_folio() to try to release the page
Trond Myklebust
1
-2
/
+7
2023-02-14
NFS: Clean up O_DIRECT request allocation
Trond Myklebust
2
-14
/
+13
2023-02-14
NFS: Fix up nfs_vm_page_mkwrite() for folios
Trond Myklebust
1
-11
/
+10
2023-02-14
NFS: Convert nfs_write_begin/end to use folios
Trond Myklebust
1
-34
/
+41
2023-02-14
NFS: Remove unused function nfs_wb_page()
Trond Myklebust
1
-5
/
+0
2023-02-14
NFS: Convert buffered writes to use folios
Trond Myklebust
5
-198
/
+207
2023-02-14
NFS: Convert the function nfs_wb_page() to use folios
Trond Myklebust
1
-19
/
+16
2023-02-14
NFS: Convert buffered reads to use folios
Trond Myklebust
4
-50
/
+96
2023-02-14
NFS: Add a helper nfs_wb_folio()
Trond Myklebust
2
-1
/
+14
2023-02-14
NFS: Convert the remaining pagelist helper functions to support folios
Trond Myklebust
1
-22
/
+50
2023-02-14
NFS: Add a helper to convert a struct nfs_page into an inode
Trond Myklebust
2
-5
/
+4
2023-02-14
NFS: Fix nfs_coalesce_size() to work with folios
Trond Myklebust
1
-9
/
+19
2023-02-14
NFS: Support folios in nfs_generic_pgio()
Trond Myklebust
2
-15
/
+60
2023-02-14
NFS: Add basic functionality for tracking folios in struct nfs_page
Trond Myklebust
1
-2
/
+3
2023-02-14
NFS: Fix for xfstests generic/208
Trond Myklebust
1
-0
/
+3
2023-02-14
f2fs: synchronize atomic write aborts
Daeho Jeong
4
-22
/
+38
2023-02-14
f2fs: fix wrong segment count
Jaegeuk Kim
1
-4
/
+5
2023-02-14
f2fs: replace si->sbi w/ sbi in stat_show()
Yangtao Li
1
-21
/
+23
2023-02-14
f2fs: export ipu policy in debugfs
Yangtao Li
2
-0
/
+25
2023-02-13
mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folio
Sidhartha Kumar
1
-1
/
+1
2023-02-13
mm/hugetlb: convert restore_reserve_on_error to take in a folio
Sidhartha Kumar
1
-1
/
+1
2023-02-13
mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()
Sidhartha Kumar
1
-19
/
+21
2023-02-13
Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-3
/
+8
2023-02-13
ubifs: make kobj_type structures constant
Thomas Weißschuh
1
-2
/
+2
2023-02-13
f2fs: make kobj_type structures constant
Thomas Weißschuh
1
-5
/
+5
2023-02-13
btrfs: add an api to delete a specific entry from the lru cache
Filipe Manana
2
-4
/
+14
2023-02-13
btrfs: allow a generation number to be associated with lru cache entries
Filipe Manana
3
-9
/
+20
2023-02-13
btrfs: send: cache information about created directories
Filipe Manana
1
-1
/
+40
2023-02-13
btrfs: adapt lru cache to allow for 64 bits keys on 32 bits systems
Filipe Manana
2
-15
/
+84
2023-02-13
btrfs: send: genericize the backref cache to allow it to be reused
Filipe Manana
4
-57
/
+167
[prev]
[next]