summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/internal.h
AgeCommit message (Expand)AuthorLines
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-1/+1
2023-12-28netfs, cachefiles: Pass upper bound length to allow expansionDavid Howells-1/+1
2023-11-25cachefiles: add restore command to recover inflight ondemand read requestsJia Zhu-0/+3
2023-11-25cachefiles: narrow the scope of triggering EPOLLIN events in ondemand modeJia Zhu-0/+12
2023-11-25cachefiles: resend an open request if the read request's object is closedJia Zhu-0/+3
2023-11-25cachefiles: extract ondemand info field from cachefiles_objectJia Zhu-4/+22
2023-11-25cachefiles: introduce object ondemand stateJia Zhu-0/+21
2022-08-31cachefiles: make on-demand request distribution fairerXin Yin-0/+1
2022-05-18cachefiles: implement on-demand readJeffle Xu-0/+9
2022-05-18cachefiles: notify the user daemon when withdrawing cookieJeffle Xu-0/+5
2022-05-18cachefiles: unbind cachefiles gracefully in on-demand modeJeffle Xu-0/+3
2022-05-18cachefiles: notify the user daemon when looking up cookieJeffle Xu-0/+51
2022-05-18cachefiles: extract write routineJeffle Xu-0/+10
2022-01-21cachefiles: Calculate the blockshift in terms of bytes, not pagesDavid Howells-1/+1
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells-2/+9
2022-01-07fscache, cachefiles: Store the volume coherency dataDavid Howells-0/+2
2022-01-07cachefiles: Implement begin and end I/O operationDavid Howells-0/+18
2022-01-07cachefiles: Implement backing file wranglingDavid Howells-0/+9
2022-01-07cachefiles: Implement culling daemon commandsDavid Howells-0/+11
2022-01-07cachefiles: Mark a backing file in use with an inode flagDavid Howells-0/+2
2022-01-07cachefiles: Implement metadata/coherency data storage in xattrsDavid Howells-0/+21
2022-01-07cachefiles: Implement key to filename encodingDavid Howells-0/+5
2022-01-07cachefiles: Implement object lifecycle funcsDavid Howells-2/+33
2022-01-07cachefiles: Implement volume supportDavid Howells-0/+20
2022-01-07cachefiles: Implement cache registration and withdrawalDavid Howells-0/+9
2022-01-07cachefiles: Implement a function to get/create a directory in the cacheDavid Howells-0/+9
2022-01-07cachefiles: Provide a function to check how much space there isDavid Howells-0/+7
2022-01-07cachefiles: Register a miscdev and parse commands over itDavid Howells-0/+14
2022-01-07cachefiles: Add security derivationDavid Howells-0/+20
2022-01-07cachefiles: Add cache error reporting macroDavid Howells-0/+11
2022-01-07cachefiles: Add a couple of tracepoints for logging errorsDavid Howells-0/+1
2022-01-07cachefiles: Add some error injection supportDavid Howells-1/+41
2022-01-07cachefiles: Define structsDavid Howells-0/+46
2022-01-07cachefiles: Introduce rewritten driverDavid Howells-0/+115
2022-01-07cachefiles: Delete the cachefiles driver pending rewriteDavid Howells-350/+0
2021-08-27fscache, cachefiles: Remove the histogram stuffDavid Howells-25/+0
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells-0/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner-5/+1
2018-04-04fscache: Add tracepointsDavid Howells-0/+2
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+1
2016-09-27cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells-1/+2
2016-02-01CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells-0/+4
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman-1/+1
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells-1/+0
2014-09-26fs/cachefiles: add missing \n to kerror conversionsFabian Frederick-1/+1
2014-06-06fs/cachefiles: replace kerror by pr_errFabian Frederick-6/+12
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick-11/+11
2013-09-06CacheFiles: Implement interface to check cache consistencyDavid Howells-0/+1