Age | Commit message (Expand) | Author | Files | Lines |
2022-02-01 | netfs, cachefiles: Add a method to query presence of data in the cache | David Howells | 1 | -0/+59 |
2022-01-21 | cachefiles: Check that the backing filesystem supports tmpfiles | David Howells | 1 | -0/+2 |
2022-01-21 | cachefiles: Explain checks in a comment | David Howells | 1 | -1/+7 |
2022-01-21 | cachefiles: Trace active-mark failure | David Howells | 1 | -1/+3 |
2022-01-21 | cachefiles: Make some tracepoint adjustments | David Howells | 1 | -3/+5 |
2022-01-21 | cachefiles: set default tag name if it's unspecified | Jeffle Xu | 1 | -0/+11 |
2022-01-21 | cachefiles: Calculate the blockshift in terms of bytes, not pages | David Howells | 3 | -7/+4 |
2022-01-12 | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 16 | -3050/+2172 |
2022-01-07 | fscache, cachefiles: Display stat of culling events | David Howells | 1 | -0/+1 |
2022-01-07 | fscache, cachefiles: Display stats of no-space events | David Howells | 5 | -10/+34 |
2022-01-07 | cachefiles: Allow cachefiles to actually function | David Howells | 1 | -3/+1 |
2022-01-07 | fscache, cachefiles: Store the volume coherency data | David Howells | 3 | -2/+103 |
2022-01-07 | cachefiles: Implement the I/O routines | David Howells | 1 | -0/+514 |
2022-01-07 | cachefiles: Implement cookie resize for truncate | David Howells | 1 | -0/+78 |
2022-01-07 | cachefiles: Implement begin and end I/O operation | David Howells | 4 | -0/+77 |
2022-01-07 | cachefiles: Implement backing file wrangling | David Howells | 5 | -1/+619 |
2022-01-07 | cachefiles: Implement culling daemon commands | David Howells | 3 | -2/+320 |
2022-01-07 | cachefiles: Mark a backing file in use with an inode flag | David Howells | 2 | -0/+37 |
2022-01-07 | cachefiles: Implement metadata/coherency data storage in xattrs | David Howells | 3 | -1/+204 |
2022-01-07 | cachefiles: Implement key to filename encoding | David Howells | 3 | -0/+144 |
2022-01-07 | cachefiles: Implement object lifecycle funcs | David Howells | 3 | -2/+135 |
2022-01-07 | cachefiles: Implement volume support | David Howells | 6 | -2/+171 |
2022-01-07 | cachefiles: Implement cache registration and withdrawal | David Howells | 5 | -3/+240 |
2022-01-07 | cachefiles: Implement a function to get/create a directory in the cache | David Howells | 2 | -0/+150 |
2022-01-07 | vfs, cachefiles: Mark a backing file in use with an inode flag | David Howells | 2 | -0/+44 |
2022-01-07 | cachefiles: Provide a function to check how much space there is | David Howells | 4 | -1/+112 |
2022-01-07 | cachefiles: Register a miscdev and parse commands over it | David Howells | 4 | -0/+752 |
2022-01-07 | cachefiles: Add security derivation | David Howells | 3 | -1/+134 |
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 | 5 | -1/+108 |
2022-01-07 | cachefiles: Define structs | David Howells | 1 | -0/+46 |
2022-01-07 | cachefiles: Introduce rewritten driver | David Howells | 4 | -0/+198 |
2022-01-07 | cachefiles: Delete the cachefiles driver pending rewrite | David Howells | 13 | -5083/+0 |
2021-12-03 | fs: add is_idmapped_mnt() helper | Christian Brauner | 1 | -1/+1 |
2021-11-01 | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -6/+6 |
2021-10-25 | fs: get rid of the res2 iocb->ki_complete argument | Jens Axboe | 1 | -6/+6 |
2021-09-27 | mm/filemap: Convert page wait queues to be folios | Matthew Wilcox (Oracle) | 1 | -8/+8 |
2021-08-27 | cachefiles: Change %p in format strings to something else | David Howells | 5 | -34/+28 |
2021-08-27 | fscache, cachefiles: Remove the histogram stuff | David Howells | 6 | -180/+0 |
2021-08-25 | cachefiles: Use file_inode() rather than accessing ->f_inode | David Howells | 1 | -2/+2 |
2021-08-25 | netfs: Move cookie debug ID to struct netfs_cache_resources | David Howells | 1 | -1/+1 |
2021-04-23 | fscache, cachefiles: Add alternate API to use kiocb for read/write to cache | David Howells | 4 | -2/+433 |
2021-03-24 | Merge tag 'afs-cachefiles-fixes-20210323' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -4/+3 |
2021-03-24 | cachefiles: do not yet allow on idmapped mounts | Christian Brauner | 1 | -0/+6 |
2021-03-23 | fs/cachefiles: Remove wait_bit_key layout dependency | Matthew Wilcox (Oracle) | 1 | -4/+3 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -23/+31 |
2021-01-24 | namei: prepare for idmapped mounts | Christian Brauner | 1 | -4/+8 |
2021-01-24 | namei: introduce struct renamedata | Christian Brauner | 1 | -2/+7 |
2021-01-24 | xattr: handle idmapped mounts | Tycho Andersen | 1 | -15/+14 |