aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells1-1125/+0
2021-10-04fscache: Remove an unused static variableDavid Howells1-1/+0
2021-10-04fscache: Fix some kerneldoc warnings shown up by W=1David Howells1-0/+1
2021-08-27fscache: Change %p in format strings to something elseDavid Howells1-1/+0
2021-08-27fscache: Remove the object list procfileDavid Howells1-2/+0
2021-08-27fscache, cachefiles: Remove the histogram stuffDavid Howells1-5/+0
2020-05-05docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab1-1/+1
2020-05-05docs: filesystems: convert caching/object.txt to ReSTMauro Carvalho Chehab1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-11-30fscache: fix race between enablement and dropping of objectNeilBrown1-0/+3
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri1-0/+1
2018-04-11fscache: use appropriate radix tree accessorsMatthew Wilcox1-1/+1
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells1-2/+3
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-4/+18
2018-04-04fscache: Add more tracepointsDavid Howells1-1/+2
2018-04-04fscache: Add tracepointsDavid Howells1-13/+23
2017-01-31fscache: Fix dead object requeueDavid Howells1-2/+24
2017-01-31fscache: Clear outstanding writes when disabling a cookieDavid Howells1-0/+6
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesDavid Howells1-1/+2
2015-04-02FS-Cache: Synchronise object death state change vs operation submissionDavid Howells1-3/+14
2015-04-02FS-Cache: Handle a new operation submitted against a killed objectDavid Howells1-0/+2
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells1-0/+47
2014-08-27FS-Cache: Reduce cookie ref count if submit fails.Milosz Tanski1-0/+1
2014-02-17FS-Cache: Handle removal of unadded object to the fscache_object_list rb treeDavid Howells1-0/+3
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-11-08block: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-2/+5
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells1-113/+75
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells1-491/+527
2013-06-19FS-Cache: Wrap checks on object stateDavid Howells1-4/+4
2013-06-19FS-Cache: Uninline fscache_object_init()David Howells1-2/+38
2012-12-20FS-Cache: Add transition to handle invalidate immediately after lookup David Howells1-0/+3
2012-12-20FS-Cache: Exclusive op submission can BUG if there's been an I/O errorDavid Howells1-6/+17
2012-12-20FS-Cache: Initialise the object event mask with the calculated maskDavid Howells1-1/+2
2012-12-20FS-Cache: Provide proper invalidationDavid Howells1-0/+72
2012-12-20FS-Cache: Fix operation state management and accountingDavid Howells1-2/+0
2010-07-22fscache: convert object to use workqueue instead of slow-workTejun Heo1-53/+53
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells1-3/+3
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells1-1/+9
2009-11-19FS-Cache: Actually requeue an object when requestedDavid Howells1-2/+1
2009-11-19FS-Cache: Start processing an object's operations on that object's deathDavid Howells1-0/+1
2009-11-19FS-Cache: Make sure FSCACHE_COOKIE_LOOKING_UP cleared on lookup failureDavid Howells1-5/+12
2009-11-19FS-Cache: The object-available state can't rely on the cookie to be availableDavid Howells1-2/+7
2009-11-19FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells1-2/+24
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells1-1/+1
2009-11-19FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells1-1/+40
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells1-0/+1
2009-04-03FS-Cache: Object management state machineDavid Howells1-0/+810