aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/cache.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20cachefiles: fix memory leak in cachefiles_add_cache()Baokun Li1-0/+2
2022-01-21cachefiles: Check that the backing filesystem supports tmpfilesDavid Howells1-0/+2
2022-01-21cachefiles: Explain checks in a commentDavid Howells1-1/+7
2022-01-21cachefiles: Calculate the blockshift in terms of bytes, not pagesDavid Howells1-5/+2
2022-01-12Merge 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