index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
fscache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-25
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-3
/
+4
2024-02-20
erofs: fix handling kern_mount() failure
Al Viro
1
-3
/
+4
2024-01-25
erofs: get rid of unneeded GFP_NOFS
Jingbo Xu
1
-1
/
+1
2024-01-15
erofs: Don't use certain unnecessary folio_*() functions
David Howells
1
-3
/
+3
2023-04-16
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
1
-2
/
+3
2023-02-15
erofs: unify anonymous inodes for blob
Jingbo Xu
1
-52
/
+33
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
1
-24
/
+20
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
1
-1
/
+1
2022-12-13
Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-223
/
+185
2022-12-07
erofs: support large folios for fscache mode
Jingbo Xu
1
-68
/
+80
2022-12-07
erofs: switch to prepare_ondemand_read() in fscache mode
Jingbo Xu
1
-167
/
+94
2022-12-07
erofs: check the uniqueness of fsid in shared domain in advance
Hou Tao
1
-12
/
+35
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-3
/
+3
2022-11-14
erofs: fix missing xas_retry() in fscache mode
Jingbo Xu
1
-3
/
+7
2022-11-10
erofs: fix use-after-free of fsid and domain_id string
Jingbo Xu
1
-7
/
+7
2022-11-08
erofs: get correct count for unmapped range in fscache mode
Jingbo Xu
1
-3
/
+4
2022-11-08
erofs: put metabuf in error path in fscache mode
Jingbo Xu
1
-1
/
+3
2022-10-17
erofs: protect s_inodes with s_inode_list_lock for fscache
Dawei Li
1
-0
/
+3
2022-09-23
erofs: clean up .read_folio() and .readahead() in fscache mode
Jingbo Xu
1
-130
/
+83
2022-09-20
erofs: Support sharing cookies in the same domain
Jia Zhu
1
-6
/
+93
2022-09-20
erofs: introduce a pseudo mnt to manage shared cookies
Jia Zhu
1
-0
/
+13
2022-09-20
erofs: introduce fscache-based domain
Jia Zhu
1
-17
/
+112
2022-09-20
erofs: code clean up for fscache
Jia Zhu
1
-20
/
+19
2022-09-05
erofs: fix error return code in erofs_fscache_{meta_,}read_folio
Sun Ke
1
-2
/
+6
2022-06-01
Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2022-05-29
erofs: fix crash when enable tracepoint cachefiles_prep_read
Xin Yin
1
-0
/
+1
2022-05-25
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-9
/
+7
2022-05-17
erofs: change to use asynchronous io for fscache readpage/readahead
Xin Yin
1
-43
/
+201
2022-05-17
erofs: implement fscache-based data readahead
Jeffle Xu
1
-0
/
+90
2022-05-17
erofs: implement fscache-based data read for inline layout
Jeffle Xu
1
-0
/
+32
2022-05-17
erofs: implement fscache-based data read for non-inline layout
Jeffle Xu
1
-0
/
+51
2022-05-17
erofs: implement fscache-based metadata read
Jeffle Xu
1
-0
/
+25
2022-05-17
erofs: add erofs_fscache_read_folios() helper
Jeffle Xu
1
-0
/
+54
2022-05-17
erofs: add anonymous inode caching metadata for data blobs
Jeffle Xu
1
-3
/
+36
2022-05-17
erofs: add fscache context helper functions
Jeffle Xu
1
-0
/
+41
2022-05-17
erofs: register fscache volume
Jeffle Xu
1
-0
/
+37