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