aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/operation.c
Commit message (Expand)AuthorAgeFilesLines
* fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang2011-05-251-10/+0
* FS-Cache: Fix operation handlingAkshat Aranya2011-01-141-1/+1
* fscache: convert operation to use workqueue instead of slow-workTejun Heo2010-07-221-59/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells2010-03-291-2/+2
* FS-Cache: Handle read request vs lookup, creation or other cache failureDavid Howells2009-11-191-0/+5
* FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells2009-11-191-28/+54
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-0/+3
* FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells2009-11-191-0/+29
* SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-191-0/+1
* FS-Cache: Add and document asynchronous operation handlingDavid Howells2009-04-031-0/+459