aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/io.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01netfs, cachefiles: Implement helpers for new write codeDavid Howells1-0/+74
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells1-1/+1
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-13/+21
2024-01-09cachefiles: Fix signed/unsigned mixupDavid Howells1-3/+3
2024-01-05netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells1-6/+6
2024-01-03cachefiles: Fix __cachefiles_prepare_write()David Howells1-11/+17
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells1-4/+6
2023-11-24fs: move kiocb_start_write() into vfs_iocb_iter_write()Amir Goldstein1-3/+2
2023-08-21cachefiles: use kiocb_{start,end}_write() helpersAmir Goldstein1-13/+3
2022-12-07fscache,cachefiles: add prepare_ondemand_read() callbackJingbo Xu1-27/+50
2022-05-18cachefiles: implement on-demand readJeffle Xu1-2/+13
2022-05-18cachefiles: extract write routineJeffle Xu1-26/+35
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2022-03-18netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells1-2/+2
2022-03-18netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells1-3/+3
2022-03-08fs: remove kiocb.ki_hintChristoph Hellwig1-2/+0
2022-02-01netfs, cachefiles: Add a method to query presence of data in the cacheDavid Howells1-0/+59
2022-01-21cachefiles: Calculate the blockshift in terms of bytes, not pagesDavid Howells1-1/+1
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells1-2/+5
2022-01-07cachefiles: Implement the I/O routinesDavid Howells1-0/+514
2022-01-07cachefiles: Implement begin and end I/O operationDavid Howells1-0/+57
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteDavid Howells1-420/+0
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-6/+6
2021-08-25cachefiles: Use file_inode() rather than accessing ->f_inodeDavid Howells1-2/+2
2021-08-25netfs: Move cookie debug ID to struct netfs_cache_resourcesDavid Howells1-1/+1
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells1-0/+420