aboutsummaryrefslogtreecommitdiff
path: root/fs/fscache/cache.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08fscache: Use wrapper fscache_set_cache_state() directly when relinquishingGravatar Yue Hu 1-1/+1
2022-01-07fscache: Count data storage objects in a cacheGravatar David Howells 1-0/+2
2022-01-07fscache: Add a function for a cache backend to note an I/O errorGravatar David Howells 1-0/+20
2022-01-07fscache: Implement functions add/remove a cacheGravatar David Howells 1-0/+70
2022-01-07fscache: Implement cache-level access helpersGravatar David Howells 1-0/+62
2022-01-07fscache: Implement cache registrationGravatar David Howells 1-0/+274
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteGravatar David Howells 1-416/+0
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tGravatar David Howells 1-1/+1
2021-08-27fscache: Change %p in format strings to something elseGravatar David Howells 1-4/+4
2021-08-27fscache: Remove the object list procfileGravatar David Howells 1-1/+0
2020-05-05docs: filesystems: caching/backend-api.txt: convert it to ReSTGravatar Mauro Carvalho Chehab 1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingGravatar Kiran Kumar Modukuri 1-1/+1
2018-04-04fscache: Attach the index key and aux data to the cookieGravatar David Howells 1-1/+1
2014-06-04fs/fscache: convert printk to pr_foo()Gravatar Fabian Frederick 1-7/+6
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesGravatar David Howells 1-15/+17
2013-06-19FS-Cache: Wrap checks on object stateGravatar David Howells 1-1/+1
2012-12-20FS-Cache: Limit the number of I/O error reports for a cacheGravatar David Howells 1-4/+4
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsGravatar David Howells 1-0/+4
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedGravatar David Howells 1-0/+1
2009-04-03FS-Cache: Add and document asynchronous operation handlingGravatar David Howells 1-1/+1
2009-04-03FS-Cache: Add cache managementGravatar David Howells 1-0/+249
2009-04-03FS-Cache: Add cache tag handlingGravatar David Howells 1-0/+166