summaryrefslogtreecommitdiff
path: root/fs/erofs/fscache.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-17erofs: change to use asynchronous io for fscache readpage/readaheadXin Yin1-43/+201
2022-05-17erofs: implement fscache-based data readaheadJeffle Xu1-0/+90
2022-05-17erofs: implement fscache-based data read for inline layoutJeffle Xu1-0/+32
2022-05-17erofs: implement fscache-based data read for non-inline layoutJeffle Xu1-0/+51
2022-05-17erofs: implement fscache-based metadata readJeffle Xu1-0/+25
2022-05-17erofs: add erofs_fscache_read_folios() helperJeffle Xu1-0/+54
2022-05-17erofs: add anonymous inode caching metadata for data blobsJeffle Xu1-3/+36
2022-05-17erofs: add fscache context helper functionsJeffle Xu1-0/+41
2022-05-17erofs: register fscache volumeJeffle Xu1-0/+37