summaryrefslogtreecommitdiffstats
path: root/fs/fscache/object.c
Commit message (Expand)AuthorAgeFilesLines
* fscache: use appropriate radix tree accessorsMatthew Wilcox2018-04-111-1/+1
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-061-2/+3
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-041-4/+18
* fscache: Add more tracepointsDavid Howells2018-04-041-1/+2
* fscache: Add tracepointsDavid Howells2018-04-041-13/+23
* fscache: Fix dead object requeueDavid Howells2017-01-311-2/+24
* fscache: Clear outstanding writes when disabling a cookieDavid Howells2017-01-311-0/+6
* FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-021-1/+2
* FS-Cache: Synchronise object death state change vs operation submissionDavid Howells2015-04-021-3/+14
* FS-Cache: Handle a new operation submitted against a killed objectDavid Howells2015-04-021-0/+2
* FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells2015-02-241-0/+47
* FS-Cache: Reduce cookie ref count if submit fails.Milosz Tanski2014-08-271-0/+1
* FS-Cache: Handle removal of unadded object to the fscache_object_list rb treeDavid Howells2014-02-171-0/+3
* Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-141-1/+1
|\
| * block: Replace __get_cpu_var usesChristoph Lameter2013-11-081-1/+1
* | FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-2/+5
|/
* FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells2013-06-191-113/+75
* FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells2013-06-191-491/+527
* FS-Cache: Wrap checks on object stateDavid Howells2013-06-191-4/+4
* FS-Cache: Uninline fscache_object_init()David Howells2013-06-191-2/+38
* FS-Cache: Add transition to handle invalidate immediately after lookup David Howells2012-12-201-0/+3
* FS-Cache: Exclusive op submission can BUG if there's been an I/O errorDavid Howells2012-12-201-6/+17
* FS-Cache: Initialise the object event mask with the calculated maskDavid Howells2012-12-201-1/+2
* FS-Cache: Provide proper invalidationDavid Howells2012-12-201-0/+72
* FS-Cache: Fix operation state management and accountingDavid Howells2012-12-201-2/+0
* fscache: convert object to use workqueue instead of slow-workTejun Heo2010-07-221-53/+53
* SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells2010-03-291-3/+3
* CacheFiles: Catch an overly long wait for an old active objectDavid Howells2009-11-191-1/+9
* FS-Cache: Actually requeue an object when requestedDavid Howells2009-11-191-2/+1
* FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-191-0/+1
* FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failureDavid Howells2009-11-191-5/+12
* FS-Cache: The object-available state can't rely on the cookie to be availableDavid Howells2009-11-191-2/+7
* FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells2009-11-191-2/+24
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-1/+1
* FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells2009-11-191-1/+40
* SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-191-0/+1
* FS-Cache: Object management state machineDavid Howells2009-04-031-0/+810