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