summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li2024-07-031-1/+34
* cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li2024-07-031-0/+10
* cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li2024-02-201-0/+2
* 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