summaryrefslogtreecommitdiff
path: root/include/linux/fscache-cache.h
AgeCommit message (Expand)Author
2021-08-27fscache: Remove the object list procfileDavid Howells
2021-08-27fscache, cachefiles: Remove the histogram stuffDavid Howells
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells
2020-06-15FS-Cache: Replace zero-length array with flexible-arrayGustavo A. R. Silva
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-11-28fscache: Fix race in fscache_op_complete() due to split atomic_sub & readkiran.modukuri
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-04fscache: Add more tracepointsDavid Howells
2018-04-04fscache: Add tracepointsDavid Howells
2018-04-04fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells
2018-03-20sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra
2017-01-31fscache: Fix dead object requeueDavid Howells
2016-06-01FS-Cache: make check_consistency callback return intYan, Zheng
2015-04-02FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesDavid Howells
2015-04-02FS-Cache: Out of line fscache_operation_init()David Howells
2015-04-02FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells
2015-04-02FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells
2013-09-27FS-Cache: Add use/unuse/wake cookie wrappersDavid Howells
2013-09-06FS-Cache: Add interface to check consistency of a cached objectDavid Howells
2013-06-19FS-Cache: The retrieval remaining-pages counter needs to be atomic_tDavid Howells
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells
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
2013-06-19FS-Cache: Uninline fscache_object_init()David Howells
2012-12-20FS-Cache: Mark cancellation of in-progress operationDavid Howells
2012-12-20FS-Cache: Convert the object event ID #defines into an enumDavid Howells
2012-12-20FS-Cache: Provide proper invalidationDavid Howells
2012-12-20FS-Cache: Fix operation state management and accountingDavid Howells
2012-12-20FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells
2012-12-20CacheFiles: Fix the marking of cached pagesDavid Howells
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-05-25fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang
2011-03-31Fix common misspellingsLucas De Marchi
2010-07-22fscache: drop references to slow-workTejun Heo
2010-07-22fscache: convert operation to use workqueue instead of slow-workTejun Heo
2010-07-22fscache: convert object to use workqueue instead of slow-workTejun Heo
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells
2009-11-19FS-Cache: Start processing an object's operations on that object's deathDavid Howells
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells
2009-11-19FS-Cache: Fix lock misorder in fscache_write_op()David Howells
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells
2009-04-03FS-Cache: Add use of /proc and presentation of statisticsDavid Howells
2009-04-03FS-Cache: Add the FS-Cache cache backend API and documentationDavid Howells