summaryrefslogtreecommitdiff
path: root/fs/cachefiles/internal.h
Commit message (Expand)AuthorAgeFilesLines
* cachefiles: make on-demand request distribution fairerXin Yin2022-08-311-0/+1
* cachefiles: implement on-demand readJeffle Xu2022-05-181-0/+9
* cachefiles: notify the user daemon when withdrawing cookieJeffle Xu2022-05-181-0/+5
* cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu2022-05-181-0/+3
* cachefiles: notify the user daemon when looking up cookieJeffle Xu2022-05-181-0/+51
* cachefiles: extract write routineJeffle Xu2022-05-181-0/+10
* cachefiles: Calculate the blockshift in terms of bytes, not pagesDavid Howells2022-01-211-1/+1
* fscache, cachefiles: Display stats of no-space eventsDavid Howells2022-01-071-2/+9
* fscache, cachefiles: Store the volume coherency dataDavid Howells2022-01-071-0/+2
* cachefiles: Implement begin and end I/O operationDavid Howells2022-01-071-0/+18
* cachefiles: Implement backing file wranglingDavid Howells2022-01-071-0/+9
* cachefiles: Implement culling daemon commandsDavid Howells2022-01-071-0/+11
* cachefiles: Mark a backing file in use with an inode flagDavid Howells2022-01-071-0/+2
* cachefiles: Implement metadata/coherency data storage in xattrsDavid Howells2022-01-071-0/+21
* cachefiles: Implement key to filename encodingDavid Howells2022-01-071-0/+5
* cachefiles: Implement object lifecycle funcsDavid Howells2022-01-071-2/+33
* cachefiles: Implement volume supportDavid Howells2022-01-071-0/+20
* cachefiles: Implement cache registration and withdrawalDavid Howells2022-01-071-0/+9
* cachefiles: Implement a function to get/create a directory in the cacheDavid Howells2022-01-071-0/+9
* cachefiles: Provide a function to check how much space there isDavid Howells2022-01-071-0/+7
* cachefiles: Register a miscdev and parse commands over itDavid Howells2022-01-071-0/+14
* cachefiles: Add security derivationDavid Howells2022-01-071-0/+20
* cachefiles: Add cache error reporting macroDavid Howells2022-01-071-0/+11
* cachefiles: Add a couple of tracepoints for logging errorsDavid Howells2022-01-071-0/+1
* cachefiles: Add some error injection supportDavid Howells2022-01-071-1/+41
* cachefiles: Define structsDavid Howells2022-01-071-0/+46
* cachefiles: Introduce rewritten driverDavid Howells2022-01-071-0/+115
* cachefiles: Delete the cachefiles driver pending rewriteDavid Howells2022-01-071-350/+0
* fscache, cachefiles: Remove the histogram stuffDavid Howells2021-08-271-25/+0
* fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells2021-04-231-0/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* fscache: Add tracepointsDavid Howells2018-04-041-0/+2
* sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-201-1/+1
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells2016-09-271-1/+2
* CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells2016-02-011-0/+4
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells2015-02-241-1/+0
* fs/cachefiles: add missing \n to kerror conversionsFabian Frederick2014-09-261-1/+1
* fs/cachefiles: replace kerror by pr_errFabian Frederick2014-06-061-6/+12
* FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick2014-06-061-11/+11
* CacheFiles: Implement interface to check cache consistencyDavid Howells2013-09-061-0/+1
* CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells2012-12-201-0/+2
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-121-10/+3
* CacheFiles: Fix occasional EIO on call to vfs_unlink()David Howells2010-05-111-0/+1
* CacheFiles: Fixup renamed filenames in comments in internal.hDavid Howells2009-05-271-9/+9
* CacheFiles: A cache that backs onto a mounted filesystemDavid Howells2009-04-031-0/+360