Age | Commit message (Expand) | Author | Files | Lines |
2021-11-03 | fscache_cookie_enabled: check cookie is valid before accessing it | Dominique Martinet | 1 | -1/+1 |
2021-08-27 | fscache: Use refcount_t for the cookie refcount instead of atomic_t | David Howells | 1 | -1/+1 |
2021-08-27 | fscache: Procfile to display cookies | David Howells | 1 | -0/+1 |
2021-08-27 | fscache: Add a cookie debug ID and use that in traces | David Howells | 1 | -0/+1 |
2021-04-23 | fscache, cachefiles: Add alternate API to use kiocb for read/write to cache | David Howells | 1 | -0/+39 |
2021-04-23 | netfs, mm: Move PG_fscache helper funcs to linux/netfs.h | David Howells | 1 | -10/+1 |
2020-05-05 | docs: filesystems: caching/netfs-api.txt: convert it to ReST | Mauro Carvalho Chehab | 1 | -21/+21 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2018-04-06 | fscache: Maintain a catalogue of allocated cookies | David Howells | 1 | -2/+6 |
2018-04-06 | fscache: Pass object size in rather than calling back for it | David Howells | 1 | -16/+16 |
2018-04-04 | fscache: Attach the index key and aux data to the cookie | David Howells | 1 | -45/+65 |
2018-01-02 | fscache: Fix the default for fscache_maybe_release_page() | David Howells | 1 | -1/+1 |
2017-09-07 | fscache: remove unused ->now_uncached callback | Jan Kara | 1 | -9/+0 |
2013-09-27 | FS-Cache: Provide the ability to enable/disable cookies | David Howells | 1 | -14/+99 |
2013-09-06 | fscache: Netfs function for cleanup post readpages | Milosz Tanski | 1 | -0/+22 |
2013-09-06 | FS-Cache: Add interface to check consistency of a cached object | David Howells | 1 | -0/+20 |
2012-12-21 | FS-Cache: Provide proper invalidation | David Howells | 1 | -0/+38 |
2012-12-21 | CacheFiles: Fix the marking of cached pages | David Howells | 1 | -6/+6 |
2011-07-08 | FS-Cache: Add a helper to bulk uncache pages on an inode | David Howells | 1 | -0/+21 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -3/+3 |
2010-07-12 | fscache: fix missing kerneldoc annotation | Suresh Jayaraman | 1 | -0/+1 |
2010-07-12 | fscache: fix a trivial typo in the comment | Suresh Jayaraman | 1 | -1/+1 |
2009-11-19 | FS-Cache: Handle pages pending storage that get evicted under OOM conditions | David Howells | 1 | -0/+27 |
2009-04-03 | FS-Cache: Implement data I/O part of netfs API | David Howells | 1 | -5/+47 |
2009-04-03 | FS-Cache: Implement the cookie management part of the netfs API | David Howells | 1 | -1/+15 |
2009-04-03 | FS-Cache: Add netfs registration | David Howells | 1 | -1/+8 |
2009-04-03 | FS-Cache: Add cache tag handling | David Howells | 1 | -1/+8 |
2009-04-03 | FS-Cache: Add the FS-Cache netfs API and documentation | David Howells | 1 | -0/+548 |