aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles/internal.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-31cachefiles: make on-demand request distribution fairerGravatar Xin Yin 1-0/+1
2022-05-18cachefiles: implement on-demand readGravatar Jeffle Xu 1-0/+9
2022-05-18cachefiles: notify the user daemon when withdrawing cookieGravatar Jeffle Xu 1-0/+5
2022-05-18cachefiles: unbind cachefiles gracefully in on-demand modeGravatar Jeffle Xu 1-0/+3
2022-05-18cachefiles: notify the user daemon when looking up cookieGravatar Jeffle Xu 1-0/+51
2022-05-18cachefiles: extract write routineGravatar Jeffle Xu 1-0/+10
2022-01-21cachefiles: Calculate the blockshift in terms of bytes, not pagesGravatar David Howells 1-1/+1
2022-01-07fscache, cachefiles: Display stats of no-space eventsGravatar David Howells 1-2/+9
2022-01-07fscache, cachefiles: Store the volume coherency dataGravatar David Howells 1-0/+2
2022-01-07cachefiles: Implement begin and end I/O operationGravatar David Howells 1-0/+18
2022-01-07cachefiles: Implement backing file wranglingGravatar David Howells 1-0/+9
2022-01-07cachefiles: Implement culling daemon commandsGravatar David Howells 1-0/+11
2022-01-07cachefiles: Mark a backing file in use with an inode flagGravatar David Howells 1-0/+2
2022-01-07cachefiles: Implement metadata/coherency data storage in xattrsGravatar David Howells 1-0/+21
2022-01-07cachefiles: Implement key to filename encodingGravatar David Howells 1-0/+5
2022-01-07cachefiles: Implement object lifecycle funcsGravatar David Howells 1-2/+33
2022-01-07cachefiles: Implement volume supportGravatar David Howells 1-0/+20
2022-01-07cachefiles: Implement cache registration and withdrawalGravatar David Howells 1-0/+9
2022-01-07cachefiles: Implement a function to get/create a directory in the cacheGravatar David Howells 1-0/+9
2022-01-07cachefiles: Provide a function to check how much space there isGravatar David Howells 1-0/+7
2022-01-07cachefiles: Register a miscdev and parse commands over itGravatar David Howells 1-0/+14
2022-01-07cachefiles: Add security derivationGravatar David Howells 1-0/+20
2022-01-07cachefiles: Add cache error reporting macroGravatar David Howells 1-0/+11
2022-01-07cachefiles: Add a couple of tracepoints for logging errorsGravatar David Howells 1-0/+1
2022-01-07cachefiles: Add some error injection supportGravatar David Howells 1-1/+41
2022-01-07cachefiles: Define structsGravatar David Howells 1-0/+46
2022-01-07cachefiles: Introduce rewritten driverGravatar David Howells 1-0/+115
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteGravatar David Howells 1-350/+0
2021-08-27fscache, cachefiles: Remove the histogram stuffGravatar David Howells 1-25/+0
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheGravatar David Howells 1-0/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2018-04-04fscache: Add tracepointsGravatar David Howells 1-0/+2
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Gravatar Ingo Molnar 1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-09-27cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]Gravatar David Howells 1-1/+2
2016-02-01CacheFiles: Provide read-and-reset release counters for cachefilesdGravatar David Howells 1-0/+4
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-1/+1
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceGravatar David Howells 1-1/+0
2014-09-26fs/cachefiles: add missing \n to kerror conversionsGravatar Fabian Frederick 1-1/+1
2014-06-06fs/cachefiles: replace kerror by pr_errGravatar Fabian Frederick 1-6/+12
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Gravatar Fabian Frederick 1-11/+11
2013-09-06CacheFiles: Implement interface to check cache consistencyGravatar David Howells 1-0/+1
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorGravatar David Howells 1-0/+2
2010-08-12Add a dummy printk function for the maintenance of unused printksGravatar David Howells 1-10/+3
2010-05-11CacheFiles: Fix occasional EIO on call to vfs_unlink()Gravatar David Howells 1-0/+1
2009-05-27CacheFiles: Fixup renamed filenames in comments in internal.hGravatar David Howells 1-9/+9
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemGravatar David Howells 1-0/+360