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