aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/operation.c
AgeCommit message (Expand)Author
2015-04-02FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesDavid Howells
2015-04-02FS-Cache: Put an aborted initialised op so that it is accounted correctlyDavid Howells
2015-04-02FS-Cache: Fix cancellation of in-progress operationDavid Howells
2015-04-02FS-Cache: Count the number of initialised operationsDavid Howells
2015-04-02FS-Cache: Out of line fscache_operation_init()David Howells
2015-04-02FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooDavid Howells
2015-04-02FS-Cache: Handle a new operation submitted against a killed objectDavid Howells
2015-04-02FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells
2015-04-02FS-Cache: Move fscache_report_unexpected_submission() to make it more availableDavid Howells
2014-06-04fs/fscache: convert printk to pr_foo()Fabian Frederick
2013-06-19FS-Cache: Don't use spin_is_locked() in assertionsDavid Howells
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells
2013-06-19FS-Cache: Wrap checks on object stateDavid Howells
2012-12-20FS-Cache: Clear remaining page count on retrieval cancellationDavid Howells
2012-12-20FS-Cache: Mark cancellation of in-progress operationDavid Howells
2012-12-20FS-Cache: Exclusive op submission can BUG if there's been an I/O errorDavid Howells
2012-12-20FS-Cache: Provide proper invalidationDavid Howells
2012-12-20FS-Cache: Fix operation state management and accountingDavid Howells
2012-12-20FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells
2011-05-25fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang
2011-01-14FS-Cache: Fix operation handlingAkshat Aranya
2010-07-22fscache: convert operation to use workqueue instead of slow-workTejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells
2009-11-19FS-Cache: Handle read request vs lookup, creation or other cache failureDavid Howells
2009-11-19FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells
2009-04-03FS-Cache: Add and document asynchronous operation handlingDavid Howells