aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles/io.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21cachefiles: use kiocb_{start,end}_write() helpersGravatar Amir Goldstein 1-13/+3
2022-12-07fscache,cachefiles: add prepare_ondemand_read() callbackGravatar Jingbo Xu 1-27/+50
2022-05-18cachefiles: implement on-demand readGravatar Jeffle Xu 1-2/+13
2022-05-18cachefiles: extract write routineGravatar Jeffle Xu 1-26/+35
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+5
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestGravatar David Howells 1-2/+2
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestGravatar David Howells 1-3/+3
2022-03-08fs: remove kiocb.ki_hintGravatar Christoph Hellwig 1-2/+0
2022-02-01netfs, cachefiles: Add a method to query presence of data in the cacheGravatar David Howells 1-0/+59
2022-01-21cachefiles: Calculate the blockshift in terms of bytes, not pagesGravatar David Howells 1-1/+1
2022-01-07fscache, cachefiles: Display stats of no-space eventsGravatar David Howells 1-2/+5
2022-01-07cachefiles: Implement the I/O routinesGravatar David Howells 1-0/+514
2022-01-07cachefiles: Implement begin and end I/O operationGravatar David Howells 1-0/+57
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteGravatar David Howells 1-420/+0
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentGravatar Jens Axboe 1-6/+6
2021-08-25cachefiles: Use file_inode() rather than accessing ->f_inodeGravatar David Howells 1-2/+2
2021-08-25netfs: Move cookie debug ID to struct netfs_cache_resourcesGravatar David Howells 1-1/+1
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheGravatar David Howells 1-0/+420