summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/cache.c
Commit message (Expand)AuthorAgeFilesLines
* cachefiles: Check that the backing filesystem supports tmpfilesDavid Howells2022-01-211-0/+2
* cachefiles: Explain checks in a commentDavid Howells2022-01-211-1/+7
* cachefiles: Calculate the blockshift in terms of bytes, not pagesDavid Howells2022-01-211-5/+2
* Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-121-1/+1
* fscache, cachefiles: Display stats of no-space eventsDavid Howells2022-01-071-3/+15
* cachefiles: Implement backing file wranglingDavid Howells2022-01-071-1/+31
* cachefiles: Implement volume supportDavid Howells2022-01-071-1/+27
* cachefiles: Implement cache registration and withdrawalDavid Howells2022-01-071-0/+207
* cachefiles: Provide a function to check how much space there isDavid Howells2022-01-071-0/+103