aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fscache-cache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-07fscache, cachefiles: Display stat of culling eventsDavid Howells1-0/+3
2022-01-07fscache, cachefiles: Display stats of no-space eventsDavid Howells1-0/+6
2022-01-07fscache: Provide a function to resize a cookieDavid Howells1-0/+4
2022-01-07fscache: Provide read/write stat counters for the cacheDavid Howells1-0/+10
2022-01-07fscache: Count data storage objects in a cacheDavid Howells1-0/+39
2022-01-07fscache: Provide a means to begin an operationDavid Howells1-0/+11
2022-01-07fscache: Implement cookie invalidationDavid Howells1-0/+4
2022-01-07fscache: Implement simple cookie state machineDavid Howells1-2/+25
2022-01-07fscache: Add a function for a cache backend to note an I/O errorDavid Howells1-0/+2
2022-01-07fscache: Provide and use cache methods to lookup/create/free a volumeDavid Howells1-0/+7
2022-01-07fscache: Implement functions add/remove a cacheDavid Howells1-0/+13
2022-01-07fscache: Implement cookie-level access helpersDavid Howells1-0/+2
2022-01-07fscache: Implement volume-level access helpersDavid Howells1-0/+4
2022-01-07fscache: Implement cookie registrationDavid Howells1-0/+22
2022-01-07fscache: Implement cache registrationDavid Howells1-0/+34
2022-01-07fscache: Introduce new driverDavid Howells1-0/+2
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells1-547/+1
2021-08-27fscache: Remove the object list procfileDavid Howells1-3/+0
2021-08-27fscache, cachefiles: Remove the histogram stuffDavid Howells1-1/+0
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells1-0/+4
2020-06-15FS-Cache: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-05docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-11-28fscache: Fix race in fscache_op_complete() due to split atomic_sub & readkiran.modukuri1-2/+1
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells1-1/+2
2018-04-04fscache: Add more tracepointsDavid Howells1-1/+2
2018-04-04fscache: Add tracepointsDavid Howells1-2/+16
2018-04-04fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells1-1/+1
2018-03-20sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_event() APIPeter Zijlstra1-1/+1
2017-01-31fscache: Fix dead object requeueDavid Howells1-0/+1
2016-06-01FS-Cache: make check_consistency callback return intYan, Zheng1-1/+1
2015-04-02FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells1-0/+1
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesDavid Howells1-0/+5
2015-04-02FS-Cache: Out of line fscache_operation_init()David Howells1-21/+3
2015-04-02FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells1-6/+0
2015-04-02FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells1-2/+7
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells1-0/+12
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells1-30/+1
2013-09-27FS-Cache: Add use/unuse/wake cookie wrappersDavid Howells1-2/+17
2013-09-06FS-Cache: Add interface to check consistency of a cached objectDavid Howells1-0/+4
2013-06-19FS-Cache: The retrieval remaining-pages counter needs to be atomic_tDavid Howells1-4/+3
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells1-16/+39
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells1-35/+31
2013-06-19FS-Cache: Wrap checks on object stateDavid Howells1-9/+28
2013-06-19FS-Cache: Uninline fscache_object_init()David Howells1-36/+2
2012-12-20FS-Cache: Mark cancellation of in-progress operationDavid Howells1-2/+2
2012-12-20FS-Cache: Convert the object event ID #defines into an enumDavid Howells1-9/+17
2012-12-20FS-Cache: Provide proper invalidationDavid Howells1-1/+7
2012-12-20FS-Cache: Fix operation state management and accountingDavid Howells1-5/+32
2012-12-20FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells1-0/+1