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