summaryrefslogtreecommitdiff
path: root/fs/erofs/fscache.c
AgeCommit message (Expand)Author
2024-05-18erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro
2024-04-28erofs: modify the error message when prepare_ondemand_read failedHongbo Li
2024-03-10erofs: support compressed inodes over fscacheJingbo Xu
2024-03-10erofs: make iov_iter describe target buffers over fscacheJingbo Xu
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-02-20erofs: fix handling kern_mount() failureAl Viro
2024-01-25erofs: get rid of unneeded GFP_NOFSJingbo Xu
2024-01-15erofs: Don't use certain unnecessary folio_*() functionsDavid Howells
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu
2023-02-15erofs: unify anonymous inodes for blobJingbo Xu
2023-02-15erofs: relinquish volume with mutex heldJingbo Xu
2023-02-15erofs: maintain cookies of share domain in self-contained listJingbo Xu
2023-02-15erofs: remove unused device mapping in meta routineJingbo Xu
2023-02-15erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu
2022-12-12Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-07erofs: support large folios for fscache modeJingbo Xu
2022-12-07erofs: switch to prepare_ondemand_read() in fscache modeJingbo Xu
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceHou Tao
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-14erofs: fix missing xas_retry() in fscache modeJingbo Xu
2022-11-10erofs: fix use-after-free of fsid and domain_id stringJingbo Xu
2022-11-08erofs: get correct count for unmapped range in fscache modeJingbo Xu
2022-11-08erofs: put metabuf in error path in fscache modeJingbo Xu
2022-10-17erofs: protect s_inodes with s_inode_list_lock for fscacheDawei Li
2022-09-23erofs: clean up .read_folio() and .readahead() in fscache modeJingbo Xu
2022-09-20erofs: Support sharing cookies in the same domainJia Zhu
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu
2022-09-20erofs: introduce fscache-based domainJia Zhu
2022-09-20erofs: code clean up for fscacheJia Zhu
2022-09-05erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke
2022-06-01Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-29erofs: fix crash when enable tracepoint cachefiles_prep_readXin Yin
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-18erofs: change to use asynchronous io for fscache readpage/readaheadXin Yin
2022-05-18erofs: implement fscache-based data readaheadJeffle Xu
2022-05-18erofs: implement fscache-based data read for inline layoutJeffle Xu
2022-05-18erofs: implement fscache-based data read for non-inline layoutJeffle Xu
2022-05-18erofs: implement fscache-based metadata readJeffle Xu
2022-05-18erofs: add erofs_fscache_read_folios() helperJeffle Xu
2022-05-18erofs: add anonymous inode caching metadata for data blobsJeffle Xu
2022-05-18erofs: add fscache context helper functionsJeffle Xu
2022-05-18erofs: register fscache volumeJeffle Xu