summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/io.c
Commit message (Expand)AuthorAgeFilesLines
* 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