aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fscache.h
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-11fscache: fix a trivial typo in the commentGravatar Suresh Jayaraman 1-1/+1
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsGravatar David Howells 1-0/+27
2009-04-03FS-Cache: Implement data I/O part of netfs APIGravatar David Howells 1-5/+47
2009-04-03FS-Cache: Implement the cookie management part of the netfs APIGravatar David Howells 1-1/+15
2009-04-03FS-Cache: Add netfs registrationGravatar David Howells 1-1/+8
2009-04-03FS-Cache: Add cache tag handlingGravatar David Howells 1-1/+8
2009-04-03FS-Cache: Add the FS-Cache netfs API and documentationGravatar David Howells 1-0/+548