index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
fscache.c
Age
Commit message (
Expand
)
Author
2024-05-18
erofs: don't align offset for erofs_read_metabuf() (simple cases)
Al Viro
2024-05-18
erofs: mechanically convert erofs_read_metabuf() to offsets
Al Viro
2024-04-28
erofs: modify the error message when prepare_ondemand_read failed
Hongbo Li
2024-03-10
erofs: support compressed inodes over fscache
Jingbo Xu
2024-03-10
erofs: make iov_iter describe target buffers over fscache
Jingbo Xu
2024-03-10
erofs: fix lockdep false positives on initializing erofs_pseudo_mnt
Baokun Li
2024-02-25
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-02-20
erofs: fix handling kern_mount() failure
Al Viro
2024-01-25
erofs: get rid of unneeded GFP_NOFS
Jingbo Xu
2024-01-15
erofs: Don't use certain unnecessary folio_*() functions
David Howells
2023-04-17
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
2023-02-15
erofs: unify anonymous inodes for blob
Jingbo Xu
2023-02-15
erofs: relinquish volume with mutex held
Jingbo Xu
2023-02-15
erofs: maintain cookies of share domain in self-contained list
Jingbo Xu
2023-02-15
erofs: remove unused device mapping in meta routine
Jingbo Xu
2023-02-15
erofs: remove unused EROFS_GET_BLOCKS_RAW flag
Jingbo Xu
2022-12-12
Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-07
erofs: support large folios for fscache mode
Jingbo Xu
2022-12-07
erofs: switch to prepare_ondemand_read() in fscache mode
Jingbo Xu
2022-12-07
erofs: check the uniqueness of fsid in shared domain in advance
Hou Tao
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-14
erofs: fix missing xas_retry() in fscache mode
Jingbo Xu
2022-11-10
erofs: fix use-after-free of fsid and domain_id string
Jingbo Xu
2022-11-08
erofs: get correct count for unmapped range in fscache mode
Jingbo Xu
2022-11-08
erofs: put metabuf in error path in fscache mode
Jingbo Xu
2022-10-17
erofs: protect s_inodes with s_inode_list_lock for fscache
Dawei Li
2022-09-23
erofs: clean up .read_folio() and .readahead() in fscache mode
Jingbo Xu
2022-09-20
erofs: Support sharing cookies in the same domain
Jia Zhu
2022-09-20
erofs: introduce a pseudo mnt to manage shared cookies
Jia Zhu
2022-09-20
erofs: introduce fscache-based domain
Jia Zhu
2022-09-20
erofs: code clean up for fscache
Jia Zhu
2022-09-05
erofs: fix error return code in erofs_fscache_{meta_,}read_folio
Sun Ke
2022-06-01
Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-05-29
erofs: fix crash when enable tracepoint cachefiles_prep_read
Xin Yin
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-18
erofs: change to use asynchronous io for fscache readpage/readahead
Xin Yin
2022-05-18
erofs: implement fscache-based data readahead
Jeffle Xu
2022-05-18
erofs: implement fscache-based data read for inline layout
Jeffle Xu
2022-05-18
erofs: implement fscache-based data read for non-inline layout
Jeffle Xu
2022-05-18
erofs: implement fscache-based metadata read
Jeffle Xu
2022-05-18
erofs: add erofs_fscache_read_folios() helper
Jeffle Xu
2022-05-18
erofs: add anonymous inode caching metadata for data blobs
Jeffle Xu
2022-05-18
erofs: add fscache context helper functions
Jeffle Xu
2022-05-18
erofs: register fscache volume
Jeffle Xu