aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-08fscache: Use wrapper fscache_set_cache_state() directly when relinquishingYue Hu1-1/+1
2022-01-07fscache: Count data storage objects in a cacheDavid Howells1-0/+2
2022-01-07fscache: Add a function for a cache backend to note an I/O errorDavid Howells1-0/+20
2022-01-07fscache: Implement functions add/remove a cacheDavid Howells1-0/+70
2022-01-07fscache: Implement cache-level access helpersDavid Howells1-0/+62
2022-01-07fscache: Implement cache registrationDavid Howells1-0/+274
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells1-416/+0
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells1-1/+1
2021-08-27fscache: Change %p in format strings to something elseDavid Howells1-4/+4
2021-08-27fscache: Remove the object list procfileDavid Howells1-1/+0
2020-05-05docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri1-1/+1
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-1/+1
2014-06-04fs/fscache: convert printk to pr_foo()Fabian Frederick1-7/+6
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells1-15/+17
2013-06-19FS-Cache: Wrap checks on object stateDavid Howells1-1/+1
2012-12-20FS-Cache: Limit the number of I/O error reports for a cacheDavid Howells1-4/+4
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells1-0/+4
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells1-0/+1
2009-04-03FS-Cache: Add and document asynchronous operation handlingDavid Howells1-1/+1
2009-04-03FS-Cache: Add cache managementDavid Howells1-0/+249
2009-04-03FS-Cache: Add cache tag handlingDavid Howells1-0/+166