summaryrefslogtreecommitdiffstats
path: root/include/linux/fscache.h
Commit message (Expand)AuthorAgeFilesLines
* fscache: fix OOB Read in __fscache_acquire_volumeDavid Howells2022-11-231-1/+1
* fscache: fix misdocumented parameterKhalid Masum2022-08-311-2/+2
* Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds2022-08-021-1/+1
|\
| * docs: filesystems: update netfs-api.rst referenceMauro Carvalho Chehab2022-07-071-1/+1
* | fscache: Fix invalidation/lookup raceDavid Howells2022-07-051-0/+1
|/
* cachefiles: notify the user daemon when looking up cookieJeffle Xu2022-05-181-0/+1
* fscache: Remove the cookie parameter from fscache_clear_page_bits()Yue Hu2022-04-081-3/+1
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-0/+14
|\
| * fscache: export fscache_end_operation()Jeffle Xu2022-03-181-0/+14
* | fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)2022-03-151-3/+5
|/
* fscache: Add a comment explaining how page-release optimisation worksDavid Howells2022-01-211-0/+5
* nfs: Implement cache I/O by accessing the cache directlyDavid Howells2022-01-101-0/+28
* fscache, cachefiles: Store the volume coherency dataDavid Howells2022-01-071-0/+2
* fscache: Provide a function to resize a cookieDavid Howells2022-01-071-0/+18
* fscache: Provide a function to note the release of a pageDavid Howells2022-01-071-0/+16
* vfs, fscache: Implement pinning of cache usage for writebackDavid Howells2022-01-071-0/+41
* fscache: Implement higher-level write I/O interfaceDavid Howells2022-01-071-0/+63
* fscache: Implement raw I/O interfaceDavid Howells2022-01-071-0/+74
* fscache: Provide a function to let the netfs update its coherency dataDavid Howells2022-01-071-0/+22
* fscache: Provide a means to begin an operationDavid Howells2022-01-071-0/+49
* fscache: Implement cookie invalidationDavid Howells2022-01-071-0/+31
* fscache: Implement cookie user counting and resource pinningDavid Howells2022-01-071-1/+81
* fscache: Implement cookie registrationDavid Howells2022-01-071-0/+134
* fscache: Implement volume registrationDavid Howells2022-01-071-0/+84
* fscache: Introduce new driverDavid Howells2022-01-071-1/+5
* fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells2022-01-071-849/+2
* fscache_cookie_enabled: check cookie is valid before accessing itDominique Martinet2021-11-031-1/+1
* fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells2021-08-271-1/+1
* fscache: Procfile to display cookiesDavid Howells2021-08-271-0/+1
* fscache: Add a cookie debug ID and use that in tracesDavid Howells2021-08-271-0/+1
* fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells2021-04-231-0/+39
* netfs, mm: Move PG_fscache helper funcs to linux/netfs.hDavid Howells2021-04-231-10/+1
* docs: filesystems: caching/netfs-api.txt: convert it to ReSTMauro Carvalho Chehab2020-05-051-21/+21
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* fscache: Maintain a catalogue of allocated cookiesDavid Howells2018-04-061-2/+6
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-061-16/+16
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-041-45/+65
* fscache: Fix the default for fscache_maybe_release_page()David Howells2018-01-021-1/+1
* fscache: remove unused ->now_uncached callbackJan Kara2017-09-061-9/+0
* FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-14/+99
* fscache: Netfs function for cleanup post readpagesMilosz Tanski2013-09-061-0/+22
* FS-Cache: Add interface to check consistency of a cached objectDavid Howells2013-09-061-0/+20
* FS-Cache: Provide proper invalidationDavid Howells2012-12-201-0/+38
* CacheFiles: Fix the marking of cached pagesDavid Howells2012-12-201-6/+6
* FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells2011-07-071-0/+21
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* fscache: fix missing kerneldoc annotationSuresh Jayaraman2010-07-111-0/+1
* fscache: fix a trivial typo in the commentSuresh Jayaraman2010-07-111-1/+1
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-191-0/+27
* FS-Cache: Implement data I/O part of netfs APIDavid Howells2009-04-031-5/+47