summaryrefslogtreecommitdiff
path: root/include/linux/fscache.h
AgeCommit message (Expand)Author
2022-04-08fscache: Remove the cookie parameter from fscache_clear_page_bits()Yue Hu
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-03-18fscache: export fscache_end_operation()Jeffle Xu
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)
2022-01-21fscache: Add a comment explaining how page-release optimisation worksDavid Howells
2022-01-10nfs: Implement cache I/O by accessing the cache directlyDavid Howells
2022-01-07fscache, cachefiles: Store the volume coherency dataDavid Howells
2022-01-07fscache: Provide a function to resize a cookieDavid Howells
2022-01-07fscache: Provide a function to note the release of a pageDavid Howells
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackDavid Howells
2022-01-07fscache: Implement higher-level write I/O interfaceDavid Howells
2022-01-07fscache: Implement raw I/O interfaceDavid Howells
2022-01-07fscache: Provide a function to let the netfs update its coherency dataDavid 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 registrationDavid Howells
2022-01-07fscache: Implement volume registrationDavid Howells
2022-01-07fscache: Introduce new driverDavid Howells
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells
2021-11-03fscache_cookie_enabled: check cookie is valid before accessing itDominique Martinet
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells
2021-08-27fscache: Procfile to display cookiesDavid Howells
2021-08-27fscache: Add a cookie debug ID and use that in tracesDavid Howells
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells
2021-04-23netfs, mm: Move PG_fscache helper funcs to linux/netfs.hDavid Howells
2020-05-05docs: filesystems: caching/netfs-api.txt: convert it to ReSTMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2018-01-02fscache: Fix the default for fscache_maybe_release_page()David Howells
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells
2013-09-06fscache: Netfs function for cleanup post readpagesMilosz Tanski
2013-09-06FS-Cache: Add interface to check consistency of a cached objectDavid Howells
2012-12-20FS-Cache: Provide proper invalidationDavid Howells
2012-12-20CacheFiles: Fix the marking of cached pagesDavid Howells
2011-07-07FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells
2011-03-31Fix common misspellingsLucas De Marchi
2010-07-11fscache: fix missing kerneldoc annotationSuresh Jayaraman
2010-07-11fscache: fix a trivial typo in the commentSuresh Jayaraman
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells
2009-04-03FS-Cache: Implement data I/O part of netfs APIDavid Howells
2009-04-03FS-Cache: Implement the cookie management part of the netfs APIDavid Howells
2009-04-03FS-Cache: Add netfs registrationDavid Howells
2009-04-03FS-Cache: Add cache tag handlingDavid Howells
2009-04-03FS-Cache: Add the FS-Cache netfs API and documentationDavid Howells