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