aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FS-Cache: Mark cancellation of in-progress operationDavid Howells2012-12-201-1/+1
* FS-Cache: Don't mask off the object event mask when printing itDavid Howells2012-12-201-2/+1
* CacheFiles: Add missing retrieval completionsDavid Howells2012-12-201-4/+10
* CacheFiles: Implement invalidationDavid Howells2012-12-202-1/+53
* FS-Cache: Fix operation state management and accountingDavid Howells2012-12-201-5/+26
* CacheFiles: Make some debugging statements conditionalDavid Howells2012-12-201-7/+7
* CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells2012-12-205-14/+18
* CacheFiles: Fix the marking of cached pagesDavid Howells2012-12-201-23/+11
* fs: cachefiles: add support for large files in filesystem cachingJustin Lecher2012-07-301-1/+1
* switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-221-4/+4
* don't pass nameidata * to vfs_create()Al Viro2012-07-141-1/+1
* switch touch_atime to struct pathAl Viro2012-03-201-1/+2
* fs: move code out of buffer.cAl Viro2012-01-031-1/+0
* kill useless checks for sb->s_op == NULLAl Viro2011-07-201-1/+0
* get rid of pointless checks for dentry->sb == NULLAl Viro2011-07-201-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* CacheFiles: Add calls to path-based security hooksDavid Howells2011-01-231-8/+44
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-121-10/+3
* vfs: add helpers to get root and pwdMiklos Szeredi2010-08-101-12/+2
* cachefiles: use path_get instead of lone dgetMiklos Szeredi2010-08-101-12/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-102-2/+6
|\
| * pass a struct path to vfs_statfsChristoph Hellwig2010-08-092-2/+6
* | fscache: convert operation to use workqueue instead of slow-workTejun Heo2010-07-221-2/+2
* | fscache: convert object to use workqueue instead of slow-workTejun Heo2010-07-221-7/+6
|/
* CacheFiles: Fix error handling in cachefiles_determine_cache_security()David Howells2010-05-121-0/+4
* CacheFiles: Fix occasional EIO on call to vfs_unlink()David Howells2010-05-112-12/+87
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* CacheFiles: Fix a race in cachefiles_delete_object() vs renameDavid Howells2010-02-201-1/+11
* Untangling ima mess, part 2: deal with countersAl Viro2009-12-161-2/+0
* switch cachefiles to kern_path()Al Viro2009-12-161-7/+4
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-2/+2
* CacheFiles: Update IMA counters when using dentry_openMarc Dionne2009-12-011-0/+2
* 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-192-21/+72
* CacheFiles: Better showing of debugging information in active object problemsDavid Howells2009-11-191-27/+75
* CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happyDavid Howells2009-11-191-2/+2
* CacheFiles: Handle truncate unlocking the page we're readingDavid Howells2009-11-191-6/+93
* CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells2009-11-192-7/+36
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-192-2/+5
* 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: Fixup renamed filenames in comments in internal.hDavid Howells2009-05-271-9/+9
* CacheFiles: A cache that backs onto a mounted filesystemDavid Howells2009-04-0313-0/+4363