aboutsummaryrefslogtreecommitdiff
path: root/fs/fscache/object.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-22fscache: convert object to use workqueue instead of slow-workGravatar Tejun Heo 1-53/+53
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGGravatar David Howells 1-3/+3
2009-11-19CacheFiles: Catch an overly long wait for an old active objectGravatar David Howells 1-1/+9
2009-11-19FS-Cache: Actually requeue an object when requestedGravatar David Howells 1-2/+1
2009-11-19FS-Cache: Start processing an object's operations on that object's deathGravatar David Howells 1-0/+1
2009-11-19FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failureGravatar David Howells 1-5/+12
2009-11-19FS-Cache: The object-available state can't rely on the cookie to be availableGravatar David Howells 1-2/+7
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsGravatar David Howells 1-2/+24
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedGravatar David Howells 1-1/+1
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsGravatar David Howells 1-1/+40
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearGravatar David Howells 1-0/+1
2009-04-03FS-Cache: Object management state machineGravatar David Howells 1-0/+810