| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-07 | cachefiles: Use lookup_one() rather than lookup_one_len() | NeilBrown | 1 | -1/+0 |
| 2024-12-20 | cachefiles: Parse the "secctx" immediately | Max Kellermann | 1 | -1/+2 |
| 2024-07-05 | Merge patch series "cachefiles: random bugfixes" | Christian Brauner | 1 | -0/+3 |
| 2024-07-03 | cachefiles: cyclic allocation of msg_id to avoid reuse | Baokun Li | 1 | -0/+1 |
| 2024-07-03 | cachefiles: stop sending new request when dropping object | Baokun Li | 1 | -0/+2 |
| 2024-05-29 | cachefiles: flush all requests after setting CACHEFILES_DEAD | Baokun Li | 1 | -0/+3 |
| 2024-05-29 | cachefiles: add spin_lock for cachefiles_ondemand_info | Baokun Li | 1 | -0/+1 |
| 2024-05-29 | cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd() | Baokun Li | 1 | -0/+1 |
| 2024-01-19 | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
| 2023-12-28 | netfs, cachefiles: Pass upper bound length to allow expansion | David Howells | 1 | -1/+1 |
| 2023-11-25 | cachefiles: add restore command to recover inflight ondemand read requests | Jia Zhu | 1 | -0/+3 |
| 2023-11-25 | cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode | Jia Zhu | 1 | -0/+12 |
| 2023-11-25 | cachefiles: resend an open request if the read request's object is closed | Jia Zhu | 1 | -0/+3 |
| 2023-11-25 | cachefiles: extract ondemand info field from cachefiles_object | Jia Zhu | 1 | -4/+22 |
| 2023-11-25 | cachefiles: introduce object ondemand state | Jia Zhu | 1 | -0/+21 |
| 2022-08-31 | cachefiles: make on-demand request distribution fairer | Xin Yin | 1 | -0/+1 |
| 2022-05-18 | cachefiles: implement on-demand read | Jeffle Xu | 1 | -0/+9 |
| 2022-05-18 | cachefiles: notify the user daemon when withdrawing cookie | Jeffle Xu | 1 | -0/+5 |
| 2022-05-18 | cachefiles: unbind cachefiles gracefully in on-demand mode | Jeffle Xu | 1 | -0/+3 |
| 2022-05-18 | cachefiles: notify the user daemon when looking up cookie | Jeffle Xu | 1 | -0/+51 |
| 2022-05-18 | cachefiles: extract write routine | Jeffle Xu | 1 | -0/+10 |
| 2022-01-21 | cachefiles: Calculate the blockshift in terms of bytes, not pages | David Howells | 1 | -1/+1 |
| 2022-01-07 | fscache, cachefiles: Display stats of no-space events | David Howells | 1 | -2/+9 |
| 2022-01-07 | fscache, cachefiles: Store the volume coherency data | David Howells | 1 | -0/+2 |
| 2022-01-07 | cachefiles: Implement begin and end I/O operation | David Howells | 1 | -0/+18 |
| 2022-01-07 | cachefiles: Implement backing file wrangling | David Howells | 1 | -0/+9 |
| 2022-01-07 | cachefiles: Implement culling daemon commands | David Howells | 1 | -0/+11 |
| 2022-01-07 | cachefiles: Mark a backing file in use with an inode flag | David Howells | 1 | -0/+2 |
| 2022-01-07 | cachefiles: Implement metadata/coherency data storage in xattrs | David Howells | 1 | -0/+21 |
| 2022-01-07 | cachefiles: Implement key to filename encoding | David Howells | 1 | -0/+5 |
| 2022-01-07 | cachefiles: Implement object lifecycle funcs | David Howells | 1 | -2/+33 |
| 2022-01-07 | cachefiles: Implement volume support | David Howells | 1 | -0/+20 |
| 2022-01-07 | cachefiles: Implement cache registration and withdrawal | David Howells | 1 | -0/+9 |
| 2022-01-07 | cachefiles: Implement a function to get/create a directory in the cache | David Howells | 1 | -0/+9 |
| 2022-01-07 | cachefiles: Provide a function to check how much space there is | David Howells | 1 | -0/+7 |
| 2022-01-07 | cachefiles: Register a miscdev and parse commands over it | David Howells | 1 | -0/+14 |
| 2022-01-07 | cachefiles: Add security derivation | David Howells | 1 | -0/+20 |
| 2022-01-07 | cachefiles: Add cache error reporting macro | David Howells | 1 | -0/+11 |
| 2022-01-07 | cachefiles: Add a couple of tracepoints for logging errors | David Howells | 1 | -0/+1 |
| 2022-01-07 | cachefiles: Add some error injection support | David Howells | 1 | -1/+41 |
| 2022-01-07 | cachefiles: Define structs | David Howells | 1 | -0/+46 |
| 2022-01-07 | cachefiles: Introduce rewritten driver | David Howells | 1 | -0/+115 |
| 2022-01-07 | cachefiles: Delete the cachefiles driver pending rewrite | David Howells | 1 | -350/+0 |
| 2021-08-27 | fscache, cachefiles: Remove the histogram stuff | David Howells | 1 | -25/+0 |
| 2021-04-23 | fscache, cachefiles: Add alternate API to use kiocb for read/write to cache | David Howells | 1 | -0/+9 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 1 | -5/+1 |
| 2018-04-04 | fscache: Add tracepoints | David Howells | 1 | -0/+2 |
| 2017-06-20 | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa... | Ingo Molnar | 1 | -1/+1 |
| 2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
| 2016-09-27 | cachefiles: Fix attempt to read i_blocks after deleting file [ver #2] | David Howells | 1 | -1/+2 |
| 2016-02-01 | CacheFiles: Provide read-and-reset release counters for cachefilesd | David Howells | 1 | -0/+4 |
| 2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 1 | -1/+1 |
| 2015-02-24 | FS-Cache: Count culled objects and objects rejected due to lack of space | David Howells | 1 | -1/+0 |
| 2014-09-26 | fs/cachefiles: add missing \n to kerror conversions | Fabian Frederick | 1 | -1/+1 |
| 2014-06-06 | fs/cachefiles: replace kerror by pr_err | Fabian Frederick | 1 | -6/+12 |
| 2014-06-06 | FS/CACHEFILES: convert printk to pr_foo() | Fabian Frederick | 1 | -11/+11 |
| 2013-09-06 | CacheFiles: Implement interface to check cache consistency | David Howells | 1 | -0/+1 |
| 2012-12-20 | CacheFiles: Downgrade the requirements passed to the allocator | David Howells | 1 | -0/+2 |
| 2010-08-12 | Add a dummy printk function for the maintenance of unused printks | David Howells | 1 | -10/+3 |
| 2010-05-11 | CacheFiles: Fix occasional EIO on call to vfs_unlink() | David Howells | 1 | -0/+1 |
| 2009-05-27 | CacheFiles: Fixup renamed filenames in comments in internal.h | David Howells | 1 | -9/+9 |
| 2009-04-03 | CacheFiles: A cache that backs onto a mounted filesystem | David Howells | 1 | -0/+360 |