aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06fs/cachefiles: replace kerror by pr_errFabian Frederick1-12/+12
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Fabian Frederick1-22/+17
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro1-2/+1
2014-04-01security: add flags to rename hooksMiklos Szeredi1-1/+1
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+1
2013-11-09locks: break delegations on renameJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-1/+1
2013-09-20CacheFiles: Don't try to dump the index key if the cookie has been clearedDavid Howells1-1/+1
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells1-2/+2
2013-06-19FS-Cache: Wrap checks on object stateDavid Howells1-2/+2
2013-06-19CacheFiles: name i_mutex lock class explicitlyJ. Bruce Fields1-1/+1
2012-12-20FS-Cache: Don't mask off the object event mask when printing itDavid Howells1-2/+1
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-1/+1
2012-03-20switch touch_atime to struct pathAl Viro1-1/+2
2011-01-24CacheFiles: Add calls to path-based security hooksDavid Howells1-8/+44
2010-07-22fscache: convert object to use workqueue instead of slow-workTejun Heo1-7/+6
2010-05-11CacheFiles: Fix occasional EIO on call to vfs_unlink()David Howells1-12/+86
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-20CacheFiles: Fix a race in cachefiles_delete_object() vs renameDavid Howells1-1/+11
2009-11-19CacheFiles: Catch an overly long wait for an old active objectDavid Howells1-19/+68
2009-11-19CacheFiles: Better showing of debugging information in active object problemsDavid Howells1-27/+75
2009-11-19CacheFiles: Mark parent directory locks as I_MUTEX_PARENT to keep lockdep happyDavid Howells1-2/+2
2009-04-03CacheFiles: A cache that backs onto a mounted filesystemDavid Howells1-0/+771