aboutsummaryrefslogtreecommitdiff
path: root/fs/fscache/internal.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-08fscache: Move fscache_cookies_seq_ops specific code under CONFIG_PROC_FSGravatar Yue Hu 1-0/+4
2022-03-18fscache: export fscache_end_operation()Gravatar Jeffle Xu 1-11/+0
2022-01-07fscache: Provide a function to resize a cookieGravatar David Howells 1-0/+3
2022-01-07fscache: Provide a means to begin an operationGravatar David Howells 1-0/+11
2022-01-07fscache: Implement cookie invalidationGravatar David Howells 1-0/+2
2022-01-07fscache: Implement cookie user counting and resource pinningGravatar David Howells 1-0/+5
2022-01-07fscache: Implement cookie-level access helpersGravatar David Howells 1-0/+3
2022-01-07fscache: Implement volume-level access helpersGravatar David Howells 1-0/+3
2022-01-07fscache: Implement cache-level access helpersGravatar David Howells 1-0/+2
2022-01-07fscache: Implement cookie registrationGravatar David Howells 1-0/+23
2022-01-07fscache: Implement volume registrationGravatar David Howells 1-0/+14
2022-01-07fscache: Implement cache registrationGravatar David Howells 1-0/+33
2022-01-07fscache: Implement a hash functionGravatar David Howells 1-0/+2
2022-01-07fscache: Introduce new driverGravatar David Howells 1-0/+183
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteGravatar David Howells 1-461/+0
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tGravatar David Howells 1-8/+9
2021-08-27fscache: Fix fscache_cookie_put() to not deref after decGravatar David Howells 1-1/+1
2021-08-27fscache: Fix cookie key hashingGravatar David Howells 1-0/+2
2021-08-27fscache: Remove the object list procfileGravatar David Howells 1-13/+0
2021-08-27fscache, cachefiles: Remove the histogram stuffGravatar David Howells 1-24/+0
2021-08-27fscache: Procfile to display cookiesGravatar David Howells 1-0/+1
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheGravatar David Howells 1-0/+4
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-10-18fscache: Fix incomplete initialisation of inline key spaceGravatar David Howells 1-1/+0
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-1/+2
2018-04-06fscache: Maintain a catalogue of allocated cookiesGravatar David Howells 1-0/+7
2018-04-04fscache: Attach the index key and aux data to the cookieGravatar David Howells 1-0/+21
2018-04-04fscache: Add tracepointsGravatar David Howells 1-8/+8
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsGravatar David Howells 1-2/+0
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesGravatar David Howells 1-5/+2
2015-04-02FS-Cache: Count the number of initialised operationsGravatar David Howells 1-0/+1
2015-04-02FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooGravatar David Howells 1-1/+2
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceGravatar David Howells 1-0/+5
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsGravatar NeilBrown 1-2/+0
2014-06-04fs/fscache: convert printk to pr_foo()Gravatar Fabian Frederick 1-10/+16
2013-09-06FS-Cache: Add interface to check consistency of a cached objectGravatar David Howells 1-0/+6
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsGravatar David Howells 1-0/+3
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesGravatar David Howells 1-4/+4
2012-12-20FS-Cache: Clear remaining page count on retrieval cancellationGravatar David Howells 1-1/+2
2012-12-20NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageGravatar David Howells 1-0/+1
2012-12-20FS-Cache: Exclusive op submission can BUG if there's been an I/O errorGravatar David Howells 1-0/+1
2012-12-20FS-Cache: Provide proper invalidationGravatar David Howells 1-0/+10
2010-08-12Add a dummy printk function for the maintenance of unused printksGravatar David Howells 1-10/+4
2010-07-22fscache: convert operation to use workqueue instead of slow-workGravatar Tejun Heo 1-0/+1
2010-07-22fscache: convert object to use workqueue instead of slow-workGravatar Tejun Heo 1-0/+7
2009-11-20FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=nGravatar David Howells 1-0/+1
2009-11-19CacheFiles: Catch an overly long wait for an old active objectGravatar David Howells 1-0/+1
2009-11-19FS-Cache: Start processing an object's operations on that object's deathGravatar David Howells 1-0/+5