Age | Commit message (Expand) | Author | Files | Lines |
2022-01-22 | 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-28 | 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-07 | 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-07 | fs/cachefiles: replace kerror by pr_err | Fabian Frederick | 1 | -6/+12 |
2014-06-07 | 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-21 | 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 |