aboutsummaryrefslogtreecommitdiff
path: root/fs/fscache/operation.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-02FS-Cache: Retain the netfs context in the retrieval op earlierGravatar David Howells 1-1/+1
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesGravatar David Howells 1-7/+24
2015-04-02FS-Cache: Put an aborted initialised op so that it is accounted correctlyGravatar David Howells 1-26/+28
2015-04-02FS-Cache: Fix cancellation of in-progress operationGravatar David Howells 1-0/+7
2015-04-02FS-Cache: Count the number of initialised operationsGravatar David Howells 1-0/+1
2015-04-02FS-Cache: Out of line fscache_operation_init()Gravatar David Howells 1-0/+22
2015-04-02FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooGravatar David Howells 1-3/+17
2015-04-02FS-Cache: Handle a new operation submitted against a killed objectGravatar David Howells 1-0/+6
2015-04-02FS-Cache: When submitting an op, cancel it if the target object is dyingGravatar David Howells 1-17/+30
2015-04-02FS-Cache: Move fscache_report_unexpected_submission() to make it more availableGravatar David Howells 1-37/+37
2014-06-04fs/fscache: convert printk to pr_foo()Gravatar Fabian Frederick 1-2/+1
2013-06-19FS-Cache: Don't use spin_is_locked() in assertionsGravatar David Howells 1-3/+2
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsGravatar David Howells 1-8/+4
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesGravatar David Howells 1-13/+9
2013-06-19FS-Cache: Wrap checks on object stateGravatar David Howells 1-1/+1
2012-12-20FS-Cache: Clear remaining page count on retrieval cancellationGravatar David Howells 1-1/+4
2012-12-20FS-Cache: Mark cancellation of in-progress operationGravatar David Howells 1-3/+4
2012-12-20FS-Cache: Exclusive op submission can BUG if there's been an I/O errorGravatar David Howells 1-3/+10
2012-12-20FS-Cache: Provide proper invalidationGravatar David Howells 1-0/+32
2012-12-20FS-Cache: Fix operation state management and accountingGravatar David Howells 1-32/+59
2012-12-20FS-Cache: Make cookie relinquishment wait for outstanding readsGravatar David Howells 1-2/+8
2011-05-25fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSGravatar Amerigo Wang 1-10/+0
2011-01-14FS-Cache: Fix operation handlingGravatar Akshat Aranya 1-1/+1
2010-07-22fscache: convert operation to use workqueue instead of slow-workGravatar Tejun Heo 1-59/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGGravatar David Howells 1-2/+2
2009-11-19FS-Cache: Handle read request vs lookup, creation or other cache failureGravatar David Howells 1-0/+5
2009-11-19FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseGravatar David Howells 1-28/+54
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedGravatar David Howells 1-0/+3
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsGravatar David Howells 1-0/+29
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearGravatar David Howells 1-0/+1
2009-04-03FS-Cache: Add and document asynchronous operation handlingGravatar David Howells 1-0/+459