summaryrefslogtreecommitdiff
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* fix races between __d_instantiate() and checks of dentry flagsAl Viro2014-04-191-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-36/+31
|\
| * new helper: readlink_copy()Al Viro2014-04-011-8/+5
| * namei.c: move EXPORT_SYMBOL to corresponding definitionsAl Viro2014-04-011-28/+27
| * get_write_access() is inlined, exporting it is pointlessAl Viro2014-04-011-1/+0
* | Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-04-041-1/+1
|\ \
| * | locks: fix locks_mandatory_locked to respect file-private locksJeff Layton2014-03-311-1/+1
* | | vfs: add cross-renameMiklos Szeredi2014-04-011-32/+72
* | | security: add flags to rename hooksMiklos Szeredi2014-04-011-2/+3
* | | vfs: add RENAME_NOREPLACE flagMiklos Szeredi2014-04-011-8/+13
* | | vfs: add renameat2 syscallMiklos Szeredi2014-04-011-7/+27
* | | vfs: rename: use common code for dir and non-dirMiklos Szeredi2014-04-011-112/+75
* | | vfs: rename: move d_move() upMiklos Szeredi2014-04-011-3/+2
* | | vfs: add d_is_dir()Miklos Szeredi2014-04-011-12/+11
| |/ |/|
* | rcuwalk: recheck mount_lock after mountpoint crossing attemptsAl Viro2014-03-231-16/+13
* | vfs: atomic f_pos accesses as per POSIXLinus Torvalds2014-03-101-1/+1
* | execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-051-0/+30
|/
* Fix mountpoint reference leakage in linkatOleg Drokin2014-01-311-1/+4
* vfs: unexport the getname() symbolJeff Layton2014-01-311-1/+0
* fs: add get_acl helperChristoph Hellwig2014-01-251-21/+3
* dcache: allow word-at-a-time name hashing with big-endian CPUsWill Deacon2013-12-121-6/+1
* fix bogus path_put() of nd->root after some unlazy_walk() failuresAl Viro2013-11-291-2/+1
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-11-211-0/+1
|\
| * audit: add child record before the create to handle case where create failsJeff Layton2013-11-051-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-126/+196
|\ \
| * | locks: break delegations on linkJ. Bruce Fields2013-11-091-4/+32
| * | locks: break delegations on renameJ. Bruce Fields2013-11-091-4/+43
| * | locks: helper functions for delegation breakingJ. Bruce Fields2013-11-091-10/+3
| * | locks: break delegations on unlinkJ. Bruce Fields2013-11-091-3/+39
| * | namei: minor vfs_unlink cleanupJ. Bruce Fields2013-11-091-3/+4
| * | vfs: take i_mutex on renamed fileJ. Bruce Fields2013-11-091-5/+5
| * | dcache: fix outdated DCACHE_NEED_LOOKUP commentJ. Bruce Fields2013-11-091-2/+2
| * | VFS: Put a small type field into struct dentry::d_flagsDavid Howells2013-11-091-57/+38
| * | get rid of {lock,unlock}_rcu_walk()Al Viro2013-11-091-24/+14
| * | RCU'd vfsmountsAl Viro2013-11-091-24/+26
| * | split __lookup_mnt() in two functionsAl Viro2013-10-241-2/+2
* | | fs/namei.c: fix new kernel-doc warningRandy Dunlap2013-10-221-1/+2
|/ /
* | atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/na...Al Viro2013-09-171-14/+19
* | vfs: don't set FILE_CREATED before calling ->atomic_open()Miklos Szeredi2013-09-161-3/+8
* | Add missing unlocks to error paths of mountpoint_last.Dave Jones2013-09-101-1/+4
* | ... and fold the renamed __vfs_follow_link() into its only callerAl Viro2013-09-101-24/+14
* | fs: remove vfs_follow_linkChristoph Hellwig2013-09-101-8/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-101-53/+59
|\ \
| * | introduce kern_path_mountpoint()Al Viro2013-09-081-11/+24
| * | rename user_path_umountat() to user_path_mountpoint_at()Al Viro2013-09-081-12/+11
| * | take unlazy_walk() into umount_lookup_last()Al Viro2013-09-081-33/+27
* | | vfs: make sure we don't have a stale root path if unlazy_walk() failsLinus Torvalds2013-09-101-1/+4
* | | vfs: fix dentry RCU to refcounting possibly sleeping dput()Linus Torvalds2013-09-081-53/+49
* | | vfs: use lockred "dead" flag to mark unrecoverably dead dentriesLinus Torvalds2013-09-081-18/+5
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-051-0/+182
|\ \