aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fscache.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-29netfs: Replace PG_fscache by setting folio->private and marking dirtyGravatar David Howells 1-8/+14
2023-12-24netfs: Move pinning-for-writeback from fscache to netfsGravatar David Howells 1-42/+0
2023-12-24netfs, fscache: Remove ->begin_cache_operationGravatar David Howells 1-3/+0
2022-11-23fscache: fix OOB Read in __fscache_acquire_volumeGravatar David Howells 1-1/+1
2022-08-31fscache: fix misdocumented parameterGravatar Khalid Masum 1-2/+2
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2022-07-07docs: filesystems: update netfs-api.rst referenceGravatar Mauro Carvalho Chehab 1-1/+1
2022-07-05fscache: Fix invalidation/lookup raceGravatar David Howells 1-0/+1
2022-05-18cachefiles: notify the user daemon when looking up cookieGravatar Jeffle Xu 1-0/+1
2022-04-08fscache: Remove the cookie parameter from fscache_clear_page_bits()Gravatar Yue Hu 1-3/+1
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+14
2022-03-18fscache: export fscache_end_operation()Gravatar Jeffle Xu 1-0/+14
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Gravatar Matthew Wilcox (Oracle) 1-3/+5
2022-01-21fscache: Add a comment explaining how page-release optimisation worksGravatar David Howells 1-0/+5
2022-01-10nfs: Implement cache I/O by accessing the cache directlyGravatar David Howells 1-0/+28
2022-01-07fscache, cachefiles: Store the volume coherency dataGravatar David Howells 1-0/+2
2022-01-07fscache: Provide a function to resize a cookieGravatar David Howells 1-0/+18
2022-01-07fscache: Provide a function to note the release of a pageGravatar David Howells 1-0/+16
2022-01-07vfs, fscache: Implement pinning of cache usage for writebackGravatar David Howells 1-0/+41
2022-01-07fscache: Implement higher-level write I/O interfaceGravatar David Howells 1-0/+63
2022-01-07fscache: Implement raw I/O interfaceGravatar David Howells 1-0/+74
2022-01-07fscache: Provide a function to let the netfs update its coherency dataGravatar David Howells 1-0/+22
2022-01-07fscache: Provide a means to begin an operationGravatar David Howells 1-0/+49
2022-01-07fscache: Implement cookie invalidationGravatar David Howells 1-0/+31
2022-01-07fscache: Implement cookie user counting and resource pinningGravatar David Howells 1-1/+81
2022-01-07fscache: Implement cookie registrationGravatar David Howells 1-0/+134
2022-01-07fscache: Implement volume registrationGravatar David Howells 1-0/+84
2022-01-07fscache: Introduce new driverGravatar David Howells 1-1/+5
2022-01-07fscache: Remove the contents of the fscache driver, pending rewriteGravatar David Howells 1-849/+2
2021-11-03fscache_cookie_enabled: check cookie is valid before accessing itGravatar Dominique Martinet 1-1/+1
2021-08-27fscache: Use refcount_t for the cookie refcount instead of atomic_tGravatar David Howells 1-1/+1
2021-08-27fscache: Procfile to display cookiesGravatar David Howells 1-0/+1
2021-08-27fscache: Add a cookie debug ID and use that in tracesGravatar David Howells 1-0/+1
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheGravatar David Howells 1-0/+39
2021-04-23netfs, mm: Move PG_fscache helper funcs to linux/netfs.hGravatar David Howells 1-10/+1
2020-05-05docs: filesystems: caching/netfs-api.txt: convert it to ReSTGravatar Mauro Carvalho Chehab 1-21/+21
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-04-06fscache: Maintain a catalogue of allocated cookiesGravatar David Howells 1-2/+6
2018-04-06fscache: Pass object size in rather than calling back for itGravatar David Howells 1-16/+16
2018-04-04fscache: Attach the index key and aux data to the cookieGravatar David Howells 1-45/+65
2018-01-02fscache: Fix the default for fscache_maybe_release_page()Gravatar David Howells 1-1/+1
2017-09-06fscache: remove unused ->now_uncached callbackGravatar Jan Kara 1-9/+0
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesGravatar David Howells 1-14/+99
2013-09-06fscache: Netfs function for cleanup post readpagesGravatar Milosz Tanski 1-0/+22
2013-09-06FS-Cache: Add interface to check consistency of a cached objectGravatar David Howells 1-0/+20
2012-12-20FS-Cache: Provide proper invalidationGravatar David Howells 1-0/+38
2012-12-20CacheFiles: Fix the marking of cached pagesGravatar David Howells 1-6/+6
2011-07-07FS-Cache: Add a helper to bulk uncache pages on an inodeGravatar David Howells 1-0/+21
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2010-07-11fscache: fix missing kerneldoc annotationGravatar Suresh Jayaraman 1-0/+1