summaryrefslogtreecommitdiff
path: root/include/linux/fscache-cache.h
Commit message (Expand)AuthorAge
* FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells2015-04-02
* FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-02
* FS-Cache: Out of line fscache_operation_init()David Howells2015-04-02
* FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells2015-04-02
* FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells2015-04-02
* FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells2015-02-24
* FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-27
* FS-Cache: Add use/unuse/wake cookie wrappersDavid Howells2013-09-27
* FS-Cache: Add interface to check consistency of a cached objectDavid Howells2013-09-06
* FS-Cache: The retrieval remaining-pages counter needs to be atomic_tDavid Howells2013-06-19
* FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells2013-06-19
* FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells2013-06-19
* FS-Cache: Wrap checks on object stateDavid Howells2013-06-19
* FS-Cache: Uninline fscache_object_init()David Howells2013-06-19
* FS-Cache: Mark cancellation of in-progress operationDavid Howells2012-12-20
* FS-Cache: Convert the object event ID #defines into an enumDavid Howells2012-12-20
* FS-Cache: Provide proper invalidationDavid Howells2012-12-20
* FS-Cache: Fix operation state management and accountingDavid Howells2012-12-20
* FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells2012-12-20
* CacheFiles: Fix the marking of cached pagesDavid Howells2012-12-20
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-31
* fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang2011-05-25
* Fix common misspellingsLucas De Marchi2011-03-31
* fscache: drop references to slow-workTejun Heo2010-07-22
* fscache: convert operation to use workqueue instead of slow-workTejun Heo2010-07-22
* fscache: convert object to use workqueue instead of slow-workTejun Heo2010-07-22
* SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells2010-03-29
* CacheFiles: Catch an overly long wait for an old active objectDavid Howells2009-11-19
* CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells2009-11-19
* FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-19
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-19
* FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-19
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-19
* FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells2009-11-19
* FS-Cache: Add use of /proc and presentation of statisticsDavid Howells2009-04-03
* FS-Cache: Add the FS-Cache cache backend API and documentationDavid Howells2009-04-03