aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 4-0/+4
2010-02-20CacheFiles: Fix a race in cachefiles_delete_object() vs renameGravatar David Howells 1-1/+11
2009-12-16Untangling ima mess, part 2: deal with countersGravatar Al Viro 1-2/+0
2009-12-16switch cachefiles to kern_path()Gravatar Al Viro 1-7/+4
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionGravatar André Goddard Rosa 1-2/+2
2009-12-01CacheFiles: Update IMA counters when using dentry_openGravatar Marc Dionne 1-0/+2
2009-11-19CacheFiles: Don't log lookup/create failing with ENOBUFSGravatar David Howells 1-2/+3
2009-11-19CacheFiles: Catch an overly long wait for an old active objectGravatar David Howells 2-21/+72
2009-11-19CacheFiles: Better showing of debugging information in active object problemsGravatar David Howells 1-27/+75
2009-11-19CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happyGravatar David Howells 1-2/+2
2009-11-19CacheFiles: Handle truncate unlocking the page we're readingGravatar David Howells 1-6/+93
2009-11-19CacheFiles: Don't write a full page if there's only a partial page to cacheGravatar David Howells 2-7/+36
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedGravatar David Howells 2-2/+5
2009-06-11enforce ->sync_fs is only called for rw superblockGravatar Christoph Hellwig 1-0/+2
2009-06-11vfs: Rename fsync_super() to sync_filesystem() (version 4)Gravatar Jan Kara 1-1/+1
2009-05-27CacheFiles: Fixup renamed filenames in comments in internal.hGravatar David Howells 1-9/+9
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemGravatar David Howells 13-0/+4363