aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells1-3/+3
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells1-1/+9
2009-11-19FS-Cache: Actually requeue an object when requestedDavid Howells1-2/+1
2009-11-19FS-Cache: Start processing an object's operations on that object's deathDavid Howells1-0/+1
2009-11-19FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failureDavid Howells1-5/+12
2009-11-19FS-Cache: The object-available state can't rely on the cookie to be availableDavid Howells1-2/+7
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells1-2/+24
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells1-1/+1
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells1-1/+40
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells1-0/+1
2009-04-03FS-Cache: Object management state machineDavid Howells1-0/+810