summaryrefslogtreecommitdiff
path: root/fs/cachefiles/cache.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-03cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li1-1/+34
2024-07-03cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li1-0/+10
2024-02-20cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li1-0/+2
2022-01-22cachefiles: Check that the backing filesystem supports tmpfilesDavid Howells1-0/+2
2022-01-22cachefiles: Explain checks in a commentDavid Howells1-1/+7
2022-01-22cachefiles: Calculate the blockshift in terms of bytes, not pagesDavid Howells1-5/+2
2022-01-13Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+378
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells1-3/+15
2022-01-07cachefiles: Implement backing file wranglingDavid Howells1-1/+31
2022-01-07cachefiles: Implement volume supportDavid Howells1-1/+27
2022-01-07cachefiles: Implement cache registration and withdrawalDavid Howells1-0/+207
2022-01-07cachefiles: Provide a function to check how much space there isDavid Howells1-0/+103