| Commit message (Expand) | Author | Age | Files | Lines |
* | fscache, cachefiles: Display stat of culling events | David Howells | 2022-01-07 | 1 | -2/+5 |
* | fscache, cachefiles: Display stats of no-space events | David Howells | 2022-01-07 | 1 | -0/+8 |
* | fscache: Provide a function to resize a cookie | David Howells | 2022-01-07 | 1 | -2/+7 |
* | fscache: Provide read/write stat counters for the cache | David Howells | 2022-01-07 | 1 | -0/+9 |
* | fscache: Implement cookie invalidation | David Howells | 2022-01-07 | 1 | -0/+5 |
* | fscache: Implement cookie user counting and resource pinning | David Howells | 2022-01-07 | 1 | -0/+12 |
* | fscache: Implement cookie registration | David Howells | 2022-01-07 | 1 | -1/+27 |
* | fscache: Implement volume registration | David Howells | 2022-01-07 | 1 | -0/+12 |
* | fscache: Introduce new driver | David Howells | 2022-01-07 | 1 | -0/+22 |
* | fscache: Remove the contents of the fscache driver, pending rewrite | David Howells | 2022-01-07 | 1 | -283/+0 |
* | fscache, cachefiles: Add alternate API to use kiocb for read/write to cache | David Howells | 2021-04-23 | 1 | -0/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 2018-05-16 | 1 | -16/+1 |
* | fscache, cachefiles: Fix checker warnings | David Howells | 2018-04-04 | 1 | -1/+0 |
* | drop redundant ->owner initializations | Al Viro | 2016-05-30 | 1 | -1/+0 |
* | FS-Cache: Count the number of initialised operations | David Howells | 2015-04-02 | 1 | -1/+3 |
* | FS-Cache: Count culled objects and objects rejected due to lack of space | David Howells | 2015-02-24 | 1 | -0/+10 |
* | fs/fscache/stats.c: fix memory leak | Anurup m | 2013-04-30 | 1 | -1/+1 |
* | NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page | David Howells | 2012-12-20 | 1 | -2/+4 |
* | FS-Cache: Provide proper invalidation | David Howells | 2012-12-20 | 1 | -1/+10 |
* | fs-cache: order the debugfs stats correctly | David Howells | 2010-04-07 | 1 | -2/+2 |
* | CacheFiles: Catch an overly long wait for an old active object | David Howells | 2009-11-19 | 1 | -1/+3 |
* | FS-Cache: Start processing an object's operations on that object's death | David Howells | 2009-11-19 | 1 | -4/+8 |
* | FS-Cache: Add a retirement stat counter | David Howells | 2009-11-19 | 1 | -2/+4 |
* | FS-Cache: Handle pages pending storage that get evicted under OOM conditions | David Howells | 2009-11-19 | 1 | -0/+11 |
* | FS-Cache: Handle read request vs lookup, creation or other cache failure | David Howells | 2009-11-19 | 1 | -2/+4 |
* | FS-Cache: Fix lock misorder in fscache_write_op() | David Howells | 2009-11-19 | 1 | -2/+8 |
* | FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phase | David Howells | 2009-11-19 | 1 | -4/+8 |
* | FS-Cache: Add counters for entry/exit to/from cache operation functions | David Howells | 2009-11-19 | 1 | -0/+37 |
* | FS-Cache: Add use of /proc and presentation of statistics | David Howells | 2009-04-03 | 1 | -0/+212 |