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