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