summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/interface.c
Commit message (Expand)AuthorAgeFilesLines
* cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells2016-09-271-1/+7
* FS-Cache: make check_consistency callback return intYan, Zheng2016-06-011-1/+1
* CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells2016-02-011-9/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells2015-04-151-1/+1
* VFS: Cachefiles should perform fs modifications on the top layer onlyDavid Howells2015-04-151-2/+2
* Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-221-2/+2
* CacheFiles: Handle object being killed before being set upDavid Howells2014-09-301-13/+20
* fs/cachefiles: replace kerror by pr_errFabian Frederick2014-06-061-1/+1
* FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick2014-06-061-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-2/+2
|\
| * locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-091-2/+2
* | FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-1/+1
|/
* CacheFiles: Implement interface to check cache consistencyDavid Howells2013-09-061-0/+26
* cachefiles: remove unused macro list_to_page()Haicheng Li2013-06-191-2/+0
* FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells2013-06-191-1/+10
* FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells2013-06-191-1/+1
* FS-Cache: Mark cancellation of in-progress operationDavid Howells2012-12-201-1/+1
* CacheFiles: Implement invalidationDavid Howells2012-12-201-0/+49
* CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells2012-12-201-4/+4
* fs: move code out of buffer.cAl Viro2012-01-031-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* CacheFiles: Don't log lookup/create failing with ENOBUFSDavid Howells2009-11-191-2/+3
* CacheFiles: Catch an overly long wait for an old active objectDavid Howells2009-11-191-2/+4
* CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells2009-11-191-3/+17
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-0/+1
* enforce ->sync_fs is only called for rw superblockChristoph Hellwig2009-06-111-0/+2
* vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara2009-06-111-1/+1
* CacheFiles: A cache that backs onto a mounted filesystemDavid Howells2009-04-031-0/+449