aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-20/+32
2014-09-14vfs: avoid non-forwarding large load after small store in path lookupGravatar Linus Torvalds 1-9/+10
2014-09-14be careful with nd->inode in path_init() and follow_dotdot_rcu()Gravatar Al Viro 1-2/+13
2014-09-14don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Gravatar Al Viro 1-16/+17
2014-09-13fix bogus read_seqretry() checks introduced in b37199eGravatar Al Viro 1-2/+2
2014-09-13vfs: fix bad hashing of dentriesGravatar Linus Torvalds 1-2/+2
2014-08-07namei: trivial fix to vfs_rename_dir commentGravatar J. Bruce Fields 1-1/+1
2014-08-07VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode.Gravatar NeilBrown 1-11/+16
2014-08-07fs: call rename2 if existsGravatar Miklos Szeredi 1-2/+3
2014-07-24fs: umount on symlink leaks mnt countGravatar Vasily Averin 1-1/+2
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidGravatar Andy Lutomirski 1-5/+6
2014-04-19fix races between __d_instantiate() and checks of dentry flagsGravatar Al Viro 1-3/+3
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-36/+31
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-1/+1
2014-04-01new helper: readlink_copy()Gravatar Al Viro 1-8/+5
2014-04-01namei.c: move EXPORT_SYMBOL to corresponding definitionsGravatar Al Viro 1-28/+27
2014-04-01get_write_access() is inlined, exporting it is pointlessGravatar Al Viro 1-1/+0
2014-04-01vfs: add cross-renameGravatar Miklos Szeredi 1-32/+72
2014-04-01security: add flags to rename hooksGravatar Miklos Szeredi 1-2/+3
2014-04-01vfs: add RENAME_NOREPLACE flagGravatar Miklos Szeredi 1-8/+13
2014-04-01vfs: add renameat2 syscallGravatar Miklos Szeredi 1-7/+27
2014-04-01vfs: rename: use common code for dir and non-dirGravatar Miklos Szeredi 1-112/+75
2014-04-01vfs: rename: move d_move() upGravatar Miklos Szeredi 1-3/+2
2014-04-01vfs: add d_is_dir()Gravatar Miklos Szeredi 1-12/+11
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksGravatar Jeff Layton 1-1/+1
2014-03-23rcuwalk: recheck mount_lock after mountpoint crossing attemptsGravatar Al Viro 1-16/+13
2014-03-10vfs: atomic f_pos accesses as per POSIXGravatar Linus Torvalds 1-1/+1
2014-02-05execve: use 'struct filename *' for executable name passingGravatar Linus Torvalds 1-0/+30
2014-01-31Fix mountpoint reference leakage in linkatGravatar Oleg Drokin 1-1/+4
2014-01-31vfs: unexport the getname() symbolGravatar Jeff Layton 1-1/+0
2014-01-25fs: add get_acl helperGravatar Christoph Hellwig 1-21/+3
2013-12-12dcache: allow word-at-a-time name hashing with big-endian CPUsGravatar Will Deacon 1-6/+1
2013-11-29fix bogus path_put() of nd->root after some unlazy_walk() failuresGravatar Al Viro 1-2/+1
2013-11-21Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-0/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-126/+196
2013-11-09locks: break delegations on linkGravatar J. Bruce Fields 1-4/+32
2013-11-09locks: break delegations on renameGravatar J. Bruce Fields 1-4/+43
2013-11-09locks: helper functions for delegation breakingGravatar J. Bruce Fields 1-10/+3
2013-11-09locks: break delegations on unlinkGravatar J. Bruce Fields 1-3/+39
2013-11-09namei: minor vfs_unlink cleanupGravatar J. Bruce Fields 1-3/+4
2013-11-09vfs: take i_mutex on renamed fileGravatar J. Bruce Fields 1-5/+5
2013-11-09dcache: fix outdated DCACHE_NEED_LOOKUP commentGravatar J. Bruce Fields 1-2/+2
2013-11-09VFS: Put a small type field into struct dentry::d_flagsGravatar David Howells 1-57/+38
2013-11-09get rid of {lock,unlock}_rcu_walk()Gravatar Al Viro 1-24/+14
2013-11-09RCU'd vfsmountsGravatar Al Viro 1-24/+26
2013-11-05audit: add child record before the create to handle case where create failsGravatar Jeff Layton 1-0/+1
2013-10-24split __lookup_mnt() in two functionsGravatar Al Viro 1-2/+2
2013-10-22fs/namei.c: fix new kernel-doc warningGravatar Randy Dunlap 1-1/+2
2013-09-17atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/na...Gravatar Al Viro 1-14/+19
2013-09-16vfs: don't set FILE_CREATED before calling ->atomic_open()Gravatar Miklos Szeredi 1-3/+8