summaryrefslogtreecommitdiff
path: root/fs/fscache/cache.c
AgeCommit message (Expand)Author
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells
2021-08-27fscache: Change %p in format strings to something elseDavid Howells
2021-08-27fscache: Remove the object list procfileDavid Howells
2020-05-05docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2014-06-04fs/fscache: convert printk to pr_foo()Fabian Frederick
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells
2013-06-19FS-Cache: Wrap checks on object stateDavid Howells
2012-12-20FS-Cache: Limit the number of I/O error reports for a cacheDavid Howells
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells
2009-04-03FS-Cache: Add and document asynchronous operation handlingDavid Howells
2009-04-03FS-Cache: Add cache managementDavid Howells
2009-04-03FS-Cache: Add cache tag handlingDavid Howells