summaryrefslogtreecommitdiffstats
path: root/fs/fscache/operation.c
Commit message (Expand)AuthorAgeFilesLines
* FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells2015-04-021-1/+1
* FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-021-7/+24
* FS-Cache: Put an aborted initialised op so that it is accounted correctlyDavid Howells2015-04-021-26/+28
* FS-Cache: Fix cancellation of in-progress operationDavid Howells2015-04-021-0/+7
* FS-Cache: Count the number of initialised operationsDavid Howells2015-04-021-0/+1
* FS-Cache: Out of line fscache_operation_init()David Howells2015-04-021-0/+22
* FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooDavid Howells2015-04-021-3/+17
* FS-Cache: Handle a new operation submitted against a killed objectDavid Howells2015-04-021-0/+6
* FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells2015-04-021-17/+30
* FS-Cache: Move fscache_report_unexpected_submission() to make it more availableDavid Howells2015-04-021-37/+37
* fs/fscache: convert printk to pr_foo()Fabian Frederick2014-06-041-2/+1
* FS-Cache: Don't use spin_is_locked() in assertionsDavid Howells2013-06-191-3/+2
* FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells2013-06-191-8/+4
* FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells2013-06-191-13/+9
* FS-Cache: Wrap checks on object stateDavid Howells2013-06-191-1/+1
* FS-Cache: Clear remaining page count on retrieval cancellationDavid Howells2012-12-201-1/+4
* FS-Cache: Mark cancellation of in-progress operationDavid Howells2012-12-201-3/+4
* FS-Cache: Exclusive op submission can BUG if there's been an I/O errorDavid Howells2012-12-201-3/+10
* FS-Cache: Provide proper invalidationDavid Howells2012-12-201-0/+32
* FS-Cache: Fix operation state management and accountingDavid Howells2012-12-201-32/+59
* FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells2012-12-201-2/+8
* 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
OpenPOWER on IntegriCloud