summaryrefslogtreecommitdiffstats
path: root/fs/fscache/cache.c
Commit message (Expand)AuthorAgeFilesLines
* fscache: Use wrapper fscache_set_cache_state() directly when relinquishingYue Hu2022-04-081-1/+1
* fscache: Count data storage objects in a cacheDavid Howells2022-01-071-0/+2
* fscache: Add a function for a cache backend to note an I/O errorDavid Howells2022-01-071-0/+20
* fscache: Implement functions add/remove a cacheDavid Howells2022-01-071-0/+70
* fscache: Implement cache-level access helpersDavid Howells2022-01-071-0/+62
* fscache: Implement cache registrationDavid Howells2022-01-071-0/+274
* fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells2022-01-071-416/+0
* fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells2021-08-271-1/+1
* fscache: Change %p in format strings to something elseDavid Howells2021-08-271-4/+4
* fscache: Remove the object list procfileDavid Howells2021-08-271-1/+0
* docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab2020-05-051-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri2018-07-251-1/+1
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-041-1/+1
* fs/fscache: convert printk to pr_foo()Fabian Frederick2014-06-041-7/+6
* FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells2013-06-191-15/+17
* FS-Cache: Wrap checks on object stateDavid Howells2013-06-191-1/+1
* FS-Cache: Limit the number of I/O error reports for a cacheDavid Howells2012-12-201-4/+4
* FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells2009-11-191-0/+4
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-0/+1
* FS-Cache: Add and document asynchronous operation handlingDavid Howells2009-04-031-1/+1
* FS-Cache: Add cache managementDavid Howells2009-04-031-0/+249
* FS-Cache: Add cache tag handlingDavid Howells2009-04-031-0/+166