aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles/cache.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-21cachefiles: Check that the backing filesystem supports tmpfilesGravatar David Howells 1-0/+2
2022-01-21cachefiles: Explain checks in a commentGravatar David Howells 1-1/+7
2022-01-21cachefiles: Calculate the blockshift in terms of bytes, not pagesGravatar David Howells 1-5/+2
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+378
2022-01-07fscache, cachefiles: Display stats of no-space eventsGravatar David Howells 1-3/+15
2022-01-07cachefiles: Implement backing file wranglingGravatar David Howells 1-1/+31
2022-01-07cachefiles: Implement volume supportGravatar David Howells 1-1/+27
2022-01-07cachefiles: Implement cache registration and withdrawalGravatar David Howells 1-0/+207
2022-01-07cachefiles: Provide a function to check how much space there isGravatar David Howells 1-0/+103