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