summaryrefslogtreecommitdiff
path: root/fs/cachefiles/interface.c
AgeCommit message (Expand)Author
2016-09-27cachefiles: Fix attempt to read i_blocks after deleting file [ver #2]David Howells
2016-06-01FS-Cache: make check_consistency callback return intYan, Zheng
2016-02-01CacheFiles: Provide read-and-reset release counters for cachefilesdDavid Howells
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsDavid Howells
2015-04-15VFS: Cachefiles should perform fs modifications on the top layer onlyDavid Howells
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2014-09-30CacheFiles: Handle object being killed before being set upDavid Howells
2014-06-06fs/cachefiles: replace kerror by pr_errFabian Frederick
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells
2013-09-06CacheFiles: Implement interface to check cache consistencyDavid Howells
2013-06-19cachefiles: remove unused macro list_to_page()Haicheng Li
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells
2012-12-20FS-Cache: Mark cancellation of in-progress operationDavid Howells
2012-12-20CacheFiles: Implement invalidationDavid Howells
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells
2012-01-03fs: move code out of buffer.cAl Viro
2011-03-31Fix common misspellingsLucas De Marchi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-19CacheFiles: Don't log lookup/create failing with ENOBUFSDavid Howells
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells
2009-06-11enforce ->sync_fs is only called for rw superblockChristoph Hellwig
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemDavid Howells