aboutsummaryrefslogtreecommitdiff
path: root/fs/fscache/object.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-31fscache: Fix dead object requeueGravatar David Howells 1-2/+24
2017-01-31fscache: Clear outstanding writes when disabling a cookieGravatar David Howells 1-0/+6
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesGravatar David Howells 1-1/+2
2015-04-02FS-Cache: Synchronise object death state change vs operation submissionGravatar David Howells 1-3/+14
2015-04-02FS-Cache: Handle a new operation submitted against a killed objectGravatar David Howells 1-0/+2
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceGravatar David Howells 1-0/+47
2014-08-27FS-Cache: Reduce cookie ref count if submit fails.Gravatar Milosz Tanski 1-0/+1
2014-02-17FS-Cache: Handle removal of unadded object to the fscache_object_list rb treeGravatar David Howells 1-0/+3
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2013-11-08block: Replace __get_cpu_var usesGravatar Christoph Lameter 1-1/+1
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesGravatar David Howells 1-2/+5
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsGravatar David Howells 1-113/+75
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesGravatar David Howells 1-491/+527
2013-06-19FS-Cache: Wrap checks on object stateGravatar David Howells 1-4/+4
2013-06-19FS-Cache: Uninline fscache_object_init()Gravatar David Howells 1-2/+38
2012-12-20FS-Cache: Add transition to handle invalidate immediately after lookup Gravatar David Howells 1-0/+3
2012-12-20FS-Cache: Exclusive op submission can BUG if there's been an I/O errorGravatar David Howells 1-6/+17
2012-12-20FS-Cache: Initialise the object event mask with the calculated maskGravatar David Howells 1-1/+2
2012-12-20FS-Cache: Provide proper invalidationGravatar David Howells 1-0/+72
2012-12-20FS-Cache: Fix operation state management and accountingGravatar David Howells 1-2/+0
2010-07-22fscache: convert object to use workqueue instead of slow-workGravatar Tejun Heo 1-53/+53
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGGravatar David Howells 1-3/+3
2009-11-19CacheFiles: Catch an overly long wait for an old active objectGravatar David Howells 1-1/+9
2009-11-19FS-Cache: Actually requeue an object when requestedGravatar David Howells 1-2/+1
2009-11-19FS-Cache: Start processing an object's operations on that object's deathGravatar David Howells 1-0/+1
2009-11-19FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failureGravatar David Howells 1-5/+12
2009-11-19FS-Cache: The object-available state can't rely on the cookie to be availableGravatar David Howells 1-2/+7
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsGravatar David Howells 1-2/+24
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedGravatar David Howells 1-1/+1
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsGravatar David Howells 1-1/+40
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearGravatar David Howells 1-0/+1
2009-04-03FS-Cache: Object management state machineGravatar David Howells 1-0/+810