| Commit message (Expand) | Author | Age | Files | Lines |
* | fscache, cachefiles: Display stat of culling events | David Howells | 2022-01-07 | 1 | -0/+3 |
* | fscache, cachefiles: Display stats of no-space events | David Howells | 2022-01-07 | 1 | -0/+6 |
* | fscache: Provide a function to resize a cookie | David Howells | 2022-01-07 | 1 | -0/+4 |
* | fscache: Provide read/write stat counters for the cache | David Howells | 2022-01-07 | 1 | -0/+10 |
* | fscache: Count data storage objects in a cache | David Howells | 2022-01-07 | 1 | -0/+39 |
* | fscache: Provide a means to begin an operation | David Howells | 2022-01-07 | 1 | -0/+11 |
* | fscache: Implement cookie invalidation | David Howells | 2022-01-07 | 1 | -0/+4 |
* | fscache: Implement simple cookie state machine | David Howells | 2022-01-07 | 1 | -2/+25 |
* | fscache: Add a function for a cache backend to note an I/O error | David Howells | 2022-01-07 | 1 | -0/+2 |
* | fscache: Provide and use cache methods to lookup/create/free a volume | David Howells | 2022-01-07 | 1 | -0/+7 |
* | fscache: Implement functions add/remove a cache | David Howells | 2022-01-07 | 1 | -0/+13 |
* | fscache: Implement cookie-level access helpers | David Howells | 2022-01-07 | 1 | -0/+2 |
* | fscache: Implement volume-level access helpers | David Howells | 2022-01-07 | 1 | -0/+4 |
* | fscache: Implement cookie registration | David Howells | 2022-01-07 | 1 | -0/+22 |
* | fscache: Implement cache registration | David Howells | 2022-01-07 | 1 | -0/+34 |
* | fscache: Introduce new driver | David Howells | 2022-01-07 | 1 | -0/+2 |
* | fscache: Remove the contents of the fscache driver, pending rewrite | David Howells | 2022-01-07 | 1 | -547/+1 |
* | fscache: Remove the object list procfile | David Howells | 2021-08-27 | 1 | -3/+0 |
* | fscache, cachefiles: Remove the histogram stuff | David Howells | 2021-08-27 | 1 | -1/+0 |
* | fscache, cachefiles: Add alternate API to use kiocb for read/write to cache | David Howells | 2021-04-23 | 1 | -0/+4 |
* | FS-Cache: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-15 | 1 | -1/+1 |
* | docs: filesystems: caching/backend-api.txt: convert it to ReST | Mauro Carvalho Chehab | 2020-05-05 | 1 | -2/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | fscache: Fix race in fscache_op_complete() due to split atomic_sub & read | kiran.modukuri | 2018-11-28 | 1 | -2/+1 |
* | fscache: Pass object size in rather than calling back for it | David Howells | 2018-04-06 | 1 | -1/+2 |
* | fscache: Add more tracepoints | David Howells | 2018-04-04 | 1 | -1/+2 |
* | fscache: Add tracepoints | David Howells | 2018-04-04 | 1 | -2/+16 |
* | fscache: Pass the correct cancelled indications to fscache_op_complete() | David Howells | 2018-04-04 | 1 | -1/+1 |
* | sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_... | Peter Zijlstra | 2018-03-20 | 1 | -1/+1 |
* | fscache: Fix dead object requeue | David Howells | 2017-01-31 | 1 | -0/+1 |
* | FS-Cache: make check_consistency callback return int | Yan, Zheng | 2016-06-01 | 1 | -1/+1 |
* | FS-Cache: Retain the netfs context in the retrieval op earlier | David Howells | 2015-04-02 | 1 | -0/+1 |
* | FS-Cache: The operation cancellation method needs calling in more places | David Howells | 2015-04-02 | 1 | -0/+5 |
* | FS-Cache: Out of line fscache_operation_init() | David Howells | 2015-04-02 | 1 | -21/+3 |
* | FS-Cache: fscache_object_is_dead() has wrong logic, kill it | David Howells | 2015-04-02 | 1 | -6/+0 |
* | FS-Cache: When submitting an op, cancel it if the target object is dying | David Howells | 2015-04-02 | 1 | -2/+7 |
* | FS-Cache: Count culled objects and objects rejected due to lack of space | David Howells | 2015-02-24 | 1 | -0/+12 |
* | FS-Cache: Provide the ability to enable/disable cookies | David Howells | 2013-09-27 | 1 | -30/+1 |
* | FS-Cache: Add use/unuse/wake cookie wrappers | David Howells | 2013-09-27 | 1 | -2/+17 |
* | FS-Cache: Add interface to check consistency of a cached object | David Howells | 2013-09-06 | 1 | -0/+4 |
* | FS-Cache: The retrieval remaining-pages counter needs to be atomic_t | David Howells | 2013-06-19 | 1 | -4/+3 |
* | FS-Cache: Simplify cookie retention for fscache_objects, fixing oops | David Howells | 2013-06-19 | 1 | -16/+39 |
* | FS-Cache: Fix object state machine to have separate work and wait states | David Howells | 2013-06-19 | 1 | -35/+31 |
* | FS-Cache: Wrap checks on object state | David Howells | 2013-06-19 | 1 | -9/+28 |
* | FS-Cache: Uninline fscache_object_init() | David Howells | 2013-06-19 | 1 | -36/+2 |
* | FS-Cache: Mark cancellation of in-progress operation | David Howells | 2012-12-20 | 1 | -2/+2 |
* | FS-Cache: Convert the object event ID #defines into an enum | David Howells | 2012-12-20 | 1 | -9/+17 |
* | FS-Cache: Provide proper invalidation | David Howells | 2012-12-20 | 1 | -1/+7 |
* | FS-Cache: Fix operation state management and accounting | David Howells | 2012-12-20 | 1 | -5/+32 |
* | FS-Cache: Make cookie relinquishment wait for outstanding reads | David Howells | 2012-12-20 | 1 | -0/+1 |