summaryrefslogtreecommitdiffstats
path: root/fs/fscache/object.c
Commit message (Expand)AuthorAgeFilesLines
* 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