aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fscache-cache.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-31fscache: Fix dead object requeueGravatar David Howells 1-0/+1
2016-06-01FS-Cache: make check_consistency callback return intGravatar Yan, Zheng 1-1/+1
2015-04-02FS-Cache: Retain the netfs context in the retrieval op earlierGravatar David Howells 1-0/+1
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesGravatar David Howells 1-0/+5
2015-04-02FS-Cache: Out of line fscache_operation_init()Gravatar David Howells 1-21/+3
2015-04-02FS-Cache: fscache_object_is_dead() has wrong logic, kill itGravatar David Howells 1-6/+0
2015-04-02FS-Cache: When submitting an op, cancel it if the target object is dyingGravatar David Howells 1-2/+7
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceGravatar David Howells 1-0/+12
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesGravatar David Howells 1-30/+1
2013-09-27FS-Cache: Add use/unuse/wake cookie wrappersGravatar David Howells 1-2/+17
2013-09-06FS-Cache: Add interface to check consistency of a cached objectGravatar David Howells 1-0/+4
2013-06-19FS-Cache: The retrieval remaining-pages counter needs to be atomic_tGravatar David Howells 1-4/+3
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsGravatar David Howells 1-16/+39
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesGravatar David Howells 1-35/+31
2013-06-19FS-Cache: Wrap checks on object stateGravatar David Howells 1-9/+28
2013-06-19FS-Cache: Uninline fscache_object_init()Gravatar David Howells 1-36/+2
2012-12-20FS-Cache: Mark cancellation of in-progress operationGravatar David Howells 1-2/+2
2012-12-20FS-Cache: Convert the object event ID #defines into an enumGravatar David Howells 1-9/+17
2012-12-20FS-Cache: Provide proper invalidationGravatar David Howells 1-1/+7
2012-12-20FS-Cache: Fix operation state management and accountingGravatar David Howells 1-5/+32
2012-12-20FS-Cache: Make cookie relinquishment wait for outstanding readsGravatar David Howells 1-0/+1
2012-12-20CacheFiles: Fix the marking of cached pagesGravatar David Howells 1-0/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-4/+4
2011-05-25fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSGravatar Amerigo Wang 1-12/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-07-22fscache: drop references to slow-workGravatar Tejun Heo 1-1/+0
2010-07-22fscache: convert operation to use workqueue instead of slow-workGravatar Tejun Heo 1-26/+11
2010-07-22fscache: convert object to use workqueue instead of slow-workGravatar Tejun Heo 1-3/+6
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGGravatar David Howells 1-1/+1
2009-11-19CacheFiles: Catch an overly long wait for an old active objectGravatar David Howells 1-2/+4
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheGravatar David Howells 1-0/+3
2009-11-19FS-Cache: Start processing an object's operations on that object's deathGravatar David Howells 1-0/+4
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsGravatar David Howells 1-0/+1
2009-11-19FS-Cache: Fix lock misorder in fscache_write_op()Gravatar David Howells 1-0/+1
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedGravatar David Howells 1-0/+13
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsGravatar David Howells 1-0/+12
2009-04-03FS-Cache: Add use of /proc and presentation of statisticsGravatar David Howells 1-4/+0
2009-04-03FS-Cache: Add the FS-Cache cache backend API and documentationGravatar David Howells 1-0/+509