summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/io.c
Commit message (Expand)AuthorAgeFilesLines
* cachefiles: use kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-13/+3
* fscache,cachefiles: add prepare_ondemand_read() callbackJingbo Xu2022-12-071-27/+50
* cachefiles: implement on-demand readJeffle Xu2022-05-181-2/+13
* cachefiles: extract write routineJeffle Xu2022-05-181-26/+35
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-5/+5
|\
| * netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-181-2/+2
| * netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-181-3/+3
* | fs: remove kiocb.ki_hintChristoph Hellwig2022-03-081-2/+0
|/
* netfs, cachefiles: Add a method to query presence of data in the cacheDavid Howells2022-02-011-0/+59
* cachefiles: Calculate the blockshift in terms of bytes, not pagesDavid Howells2022-01-211-1/+1
* fscache, cachefiles: Display stats of no-space eventsDavid Howells2022-01-071-2/+5
* cachefiles: Implement the I/O routinesDavid Howells2022-01-071-0/+514
* cachefiles: Implement begin and end I/O operationDavid Howells2022-01-071-0/+57
* cachefiles: Delete the cachefiles driver pending rewriteDavid Howells2022-01-071-420/+0
* fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-6/+6
* cachefiles: Use file_inode() rather than accessing ->f_inodeDavid Howells2021-08-251-2/+2
* netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells2021-08-251-1/+1
* fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells2021-04-231-0/+420