aboutsummaryrefslogtreecommitdiff
path: root/fs/cachefiles/namei.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-01CacheFiles: Provide read-and-reset release counters for cachefilesdGravatar David Howells 1-5/+23
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-20/+20
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.Gravatar NeilBrown 1-0/+2
2015-06-23Merge branch 'fscache-fixes' into for-nextGravatar Al Viro 1-12/+21
2015-04-15VFS: fs/cachefiles: d_backing_inode() annotationsGravatar David Howells 1-35/+35
2015-04-15VFS: Cachefiles should perform fs modifications on the top layer onlyGravatar David Howells 1-26/+26
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceGravatar David Howells 1-12/+21
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsGravatar David Howells 1-4/+4
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-8/+8
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-13/+8
2014-10-13CacheFiles: Fix incorrect test for in-memory object collisionGravatar David Howells 1-1/+1
2014-09-26fs/cachefiles: add missing \n to kerror conversionsGravatar Fabian Frederick 1-7/+7
2014-09-17CacheFiles: Handle rename2Gravatar David Howells 1-1/+2
2014-06-06fs/cachefiles: replace kerror by pr_errGravatar Fabian Frederick 1-12/+12
2014-06-06FS/CACHEFILES: convert printk to pr_foo()Gravatar Fabian Frederick 1-22/+17
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2014-04-01get rid of pointless checks for NULL ->i_opGravatar Al Viro 1-2/+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-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-20CacheFiles: Don't try to dump the index key if the cookie has been clearedGravatar David Howells 1-1/+1
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesGravatar David Howells 1-2/+2
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
2012-12-20FS-Cache: Don't mask off the object event mask when printing itGravatar David Howells 1-2/+1
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
2011-01-24CacheFiles: Add calls to path-based security hooksGravatar David Howells 1-8/+44
2010-07-22fscache: convert object to use workqueue instead of slow-workGravatar Tejun Heo 1-7/+6
2010-05-11CacheFiles: Fix occasional EIO on call to vfs_unlink()Gravatar David Howells 1-12/+86
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-20CacheFiles: Fix a race in cachefiles_delete_object() vs renameGravatar David Howells 1-1/+11
2009-11-19CacheFiles: Catch an overly long wait for an old active objectGravatar David Howells 1-19/+68
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-04-03CacheFiles: A cache that backs onto a mounted filesystemGravatar David Howells 1-0/+771