summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/io.c
Commit message (Expand)AuthorAgeFilesLines
* netfs, cachefiles: Implement helpers for new write codeDavid Howells2024-05-011-0/+74
* netfs: Switch to using unsigned long long rather than loff_tDavid Howells2024-05-011-1/+1
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-191-13/+21
|\
| * cachefiles: Fix signed/unsigned mixupDavid Howells2024-01-091-3/+3
| * netfs: Fix interaction between write-streaming and cachefiles cullingDavid Howells2024-01-051-6/+6
| * cachefiles: Fix __cachefiles_prepare_write()David Howells2024-01-031-11/+17
| * netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells2023-12-281-4/+6
* | fs: move kiocb_start_write() into vfs_iocb_iter_write()Amir Goldstein2023-11-241-3/+2
|/
* 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