summaryrefslogtreecommitdiffstats
path: root/fs/fscache/internal.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-08fscache: Move fscache_cookies_seq_ops specific code under CONFIG_PROC_FSYue Hu1-0/+4
2022-03-18fscache: export fscache_end_operation()Jeffle Xu1-11/+0
2022-01-07fscache: Provide a function to resize a cookieDavid Howells1-0/+3
2022-01-07fscache: Provide a means to begin an operationDavid Howells1-0/+11
2022-01-07fscache: Implement cookie invalidationDavid Howells1-0/+2
2022-01-07fscache: Implement cookie user counting and resource pinningDavid Howells1-0/+5
2022-01-07fscache: Implement cookie-level access helpersDavid Howells1-0/+3
2022-01-07fscache: Implement volume-level access helpersDavid Howells1-0/+3
2022-01-07fscache: Implement cache-level access helpersDavid Howells1-0/+2
2022-01-07fscache: Implement cookie registrationDavid Howells1-0/+23
2022-01-07fscache: Implement volume registrationDavid Howells1-0/+14
2022-01-07fscache: Implement cache registrationDavid Howells1-0/+33
2022-01-07fscache: Implement a hash functionDavid Howells1-0/+2
2022-01-07fscache: Introduce new driverDavid Howells1-0/+183
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells1-461/+0
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells1-8/+9
2021-08-27fscache: Fix fscache_cookie_put() to not deref after decDavid Howells1-1/+1
2021-08-27fscache: Fix cookie key hashingDavid Howells1-0/+2
2021-08-27fscache: Remove the object list procfileDavid Howells1-13/+0
2021-08-27fscache, cachefiles: Remove the histogram stuffDavid Howells1-24/+0
2021-08-27fscache: Procfile to display cookiesDavid Howells1-0/+1
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells1-0/+4
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells1-1/+0
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-1/+2
2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells1-0/+7
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-0/+21
2018-04-04fscache: Add tracepointsDavid Howells1-8/+8
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells1-2/+0
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesDavid Howells1-5/+2
2015-04-02FS-Cache: Count the number of initialised operationsDavid Howells1-0/+1
2015-04-02FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooDavid Howells1-1/+2
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells1-0/+5
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-2/+0
2014-06-04fs/fscache: convert printk to pr_foo()Fabian Frederick1-10/+16
2013-09-06FS-Cache: Add interface to check consistency of a cached objectDavid Howells1-0/+6
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells1-0/+3
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells1-4/+4
2012-12-20FS-Cache: Clear remaining page count on retrieval cancellationDavid Howells1-1/+2
2012-12-20NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells1-0/+1
2012-12-20FS-Cache: Exclusive op submission can BUG if there's been an I/O errorDavid Howells1-0/+1
2012-12-20FS-Cache: Provide proper invalidationDavid Howells1-0/+10
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-10/+4
2010-07-22fscache: convert operation to use workqueue instead of slow-workTejun Heo1-0/+1
2010-07-22fscache: convert object to use workqueue instead of slow-workTejun Heo1-0/+7
2009-11-20FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=nDavid Howells1-0/+1
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells1-0/+1
2009-11-19FS-Cache: Start processing an object's operations on that object's deathDavid Howells1-0/+5