aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/operation.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang1-10/+0
2011-01-14FS-Cache: Fix operation handlingAkshat Aranya1-1/+1
2010-07-22fscache: convert operation to use workqueue instead of slow-workTejun Heo1-59/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells1-2/+2
2009-11-19FS-Cache: Handle read request vs lookup, creation or other cache failureDavid Howells1-0/+5
2009-11-19FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells1-28/+54
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells1-0/+3
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells1-0/+29
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells1-0/+1
2009-04-03FS-Cache: Add and document asynchronous operation handlingDavid Howells1-0/+459