summaryrefslogtreecommitdiff
path: root/fs/fscache/object.c
Commit message (Expand)AuthorAge
* fscache: Fix dead object requeueDavid Howells2017-01-31
* fscache: Clear outstanding writes when disabling a cookieDavid Howells2017-01-31
* FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-02
* FS-Cache: Synchronise object death state change vs operation submissionDavid Howells2015-04-02
* FS-Cache: Handle a new operation submitted against a killed objectDavid Howells2015-04-02
* FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells2015-02-24
* FS-Cache: Reduce cookie ref count if submit fails.Milosz Tanski2014-08-27
* FS-Cache: Handle removal of unadded object to the fscache_object_list rb treeDavid Howells2014-02-17
* Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-14
|\
| * block: Replace __get_cpu_var usesChristoph Lameter2013-11-08
* | FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-27
|/
* 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: Add transition to handle invalidate immediately after lookup David Howells2012-12-20
* FS-Cache: Exclusive op submission can BUG if there's been an I/O errorDavid Howells2012-12-20
* FS-Cache: Initialise the object event mask with the calculated maskDavid Howells2012-12-20
* FS-Cache: Provide proper invalidationDavid Howells2012-12-20
* FS-Cache: Fix operation state management and accountingDavid Howells2012-12-20
* 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
* FS-Cache: Actually requeue an object when requestedDavid Howells2009-11-19
* FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-19
* FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failureDavid Howells2009-11-19
* FS-Cache: The object-available state can't rely on the cookie to be availableDavid Howells2009-11-19
* FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid 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
* SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-19
* FS-Cache: Object management state machineDavid Howells2009-04-03