aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)AuthorFilesLines
2014-06-06fs/cachefiles: replace kerror by pr_errGravatar Fabian Frederick 8-54/+58
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Gravatar Fabian Frederick 6-52/+39
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+1
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2014-04-03fs: cachefiles: use add_to_page_cache_lru()Gravatar Johannes Weiner 1-20/+13
2014-04-01get rid of pointless checks for NULL ->i_opGravatar Al Viro 2-3/+1
2014-04-01security: add flags to rename hooksGravatar Miklos Szeredi 1-1/+1
2014-04-01vfs: add renameat2 syscallGravatar Miklos Szeredi 1-1/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+4
2013-11-09locks: break delegations on any attribute modificationGravatar J. Bruce Fields 1-2/+2
2013-11-09locks: break delegations on renameGravatar J. Bruce Fields 1-1/+1
2013-11-09locks: break delegations on unlinkGravatar J. Bruce Fields 1-1/+1
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesGravatar David Howells 1-1/+1
2013-09-20CacheFiles: Don't try to dump the index key if the cookie has been clearedGravatar David Howells 1-1/+1
2013-09-20CacheFiles: Fix memory leak in cachefiles_check_auxdata error pathsGravatar Josh Boyer 1-14/+15
2013-09-06CacheFiles: Implement interface to check cache consistencyGravatar David Howells 3-0/+63
2013-07-03mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIGravatar Mel Gorman 1-23/+7
2013-06-19cachefiles: remove unused macro list_to_page()Gravatar Haicheng Li 1-2/+0
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsGravatar David Howells 2-5/+12
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesGravatar David Howells 2-3/+3
2013-06-19FS-Cache: Wrap checks on object stateGravatar David Howells 1-2/+2
2013-06-19CacheFiles: name i_mutex lock class explicitlyGravatar J. Bruce Fields 1-1/+1
2013-04-09lift sb_start_write() out of ->write()Gravatar Al Viro 1-0/+2
2012-12-20FS-Cache: Mark cancellation of in-progress operationGravatar David Howells 1-1/+1
2012-12-20FS-Cache: Don't mask off the object event mask when printing itGravatar David Howells 1-2/+1
2012-12-20CacheFiles: Add missing retrieval completionsGravatar David Howells 1-4/+10
2012-12-20CacheFiles: Implement invalidationGravatar David Howells 2-1/+53
2012-12-20FS-Cache: Fix operation state management and accountingGravatar David Howells 1-5/+26
2012-12-20CacheFiles: Make some debugging statements conditionalGravatar David Howells 1-7/+7
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorGravatar David Howells 5-14/+18
2012-12-20CacheFiles: Fix the marking of cached pagesGravatar David Howells 1-23/+11
2012-07-30fs: cachefiles: add support for large files in filesystem cachingGravatar Justin Lecher 1-1/+1
2012-07-23switch dentry_open() to struct path, make it grab references itselfGravatar Al Viro 1-4/+4
2012-07-14don't pass nameidata * to vfs_create()Gravatar Al Viro 1-1/+1
2012-03-20switch touch_atime to struct pathGravatar Al Viro 1-1/+2
2012-01-03fs: move code out of buffer.cGravatar Al Viro 1-1/+0
2011-07-20kill useless checks for sb->s_op == NULLGravatar Al Viro 1-1/+0
2011-07-20get rid of pointless checks for dentry->sb == NULLGravatar Al Viro 1-1/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-24CacheFiles: Add calls to path-based security hooksGravatar David Howells 1-8/+44
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-08-12Add a dummy printk function for the maintenance of unused printksGravatar David Howells 1-10/+3
2010-08-11vfs: add helpers to get root and pwdGravatar Miklos Szeredi 1-12/+2
2010-08-11cachefiles: use path_get instead of lone dgetGravatar Miklos Szeredi 1-12/+14
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+6
2010-08-09pass a struct path to vfs_statfsGravatar Christoph Hellwig 2-2/+6
2010-07-22fscache: convert operation to use workqueue instead of slow-workGravatar Tejun Heo 1-2/+2
2010-07-22fscache: convert object to use workqueue instead of slow-workGravatar Tejun Heo 1-7/+6
2010-05-12CacheFiles: Fix error handling in cachefiles_determine_cache_security()Gravatar David Howells 1-0/+4
2010-05-11CacheFiles: Fix occasional EIO on call to vfs_unlink()Gravatar David Howells 2-12/+87