summaryrefslogtreecommitdiffstats
path: root/fs/erofs/fscache.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-01Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2022-05-29erofs: fix crash when enable tracepoint cachefiles_prep_readXin Yin1-0/+1
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-9/+7
2022-05-18erofs: change to use asynchronous io for fscache readpage/readaheadXin Yin1-43/+201
2022-05-18erofs: implement fscache-based data readaheadJeffle Xu1-0/+90
2022-05-18erofs: implement fscache-based data read for inline layoutJeffle Xu1-0/+32
2022-05-18erofs: implement fscache-based data read for non-inline layoutJeffle Xu1-0/+51
2022-05-18erofs: implement fscache-based metadata readJeffle Xu1-0/+25
2022-05-18erofs: add erofs_fscache_read_folios() helperJeffle Xu1-0/+54
2022-05-18erofs: add anonymous inode caching metadata for data blobsJeffle Xu1-3/+36
2022-05-18erofs: add fscache context helper functionsJeffle Xu1-0/+41
2022-05-18erofs: register fscache volumeJeffle Xu1-0/+37