| Commit message (Expand) | Author | Age | Files | Lines |
* | fscache: Use wrapper fscache_set_cache_state() directly when relinquishing | Yue Hu | 2022-04-08 | 1 | -1/+1 |
* | fscache: Count data storage objects in a cache | David Howells | 2022-01-07 | 1 | -0/+2 |
* | fscache: Add a function for a cache backend to note an I/O error | David Howells | 2022-01-07 | 1 | -0/+20 |
* | fscache: Implement functions add/remove a cache | David Howells | 2022-01-07 | 1 | -0/+70 |
* | fscache: Implement cache-level access helpers | David Howells | 2022-01-07 | 1 | -0/+62 |
* | fscache: Implement cache registration | David Howells | 2022-01-07 | 1 | -0/+274 |
* | fscache: Remove the contents of the fscache driver, pending rewrite | David Howells | 2022-01-07 | 1 | -416/+0 |
* | fscache: Use refcount_t for the cookie refcount instead of atomic_t | David Howells | 2021-08-27 | 1 | -1/+1 |
* | fscache: Change %p in format strings to something else | David Howells | 2021-08-27 | 1 | -4/+4 |
* | fscache: Remove the object list procfile | David Howells | 2021-08-27 | 1 | -1/+0 |
* | docs: filesystems: caching/backend-api.txt: convert it to ReST | Mauro Carvalho Chehab | 2020-05-05 | 1 | -4/+4 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | fscache: Fix reference overput in fscache_attach_object() error handling | Kiran Kumar Modukuri | 2018-07-25 | 1 | -1/+1 |
* | fscache: Attach the index key and aux data to the cookie | David Howells | 2018-04-04 | 1 | -1/+1 |
* | fs/fscache: convert printk to pr_foo() | Fabian Frederick | 2014-06-04 | 1 | -7/+6 |
* | FS-Cache: Fix object state machine to have separate work and wait states | David Howells | 2013-06-19 | 1 | -15/+17 |
* | FS-Cache: Wrap checks on object state | David Howells | 2013-06-19 | 1 | -1/+1 |
* | FS-Cache: Limit the number of I/O error reports for a cache | David Howells | 2012-12-20 | 1 | -4/+4 |
* | FS-Cache: Add counters for entry/exit to/from cache operation functions | David Howells | 2009-11-19 | 1 | -0/+4 |
* | FS-Cache: Allow the current state of all objects to be dumped | David Howells | 2009-11-19 | 1 | -0/+1 |
* | FS-Cache: Add and document asynchronous operation handling | David Howells | 2009-04-03 | 1 | -1/+1 |
* | FS-Cache: Add cache management | David Howells | 2009-04-03 | 1 | -0/+249 |
* | FS-Cache: Add cache tag handling | David Howells | 2009-04-03 | 1 | -0/+166 |