aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-01-23audit: replace getname()/putname() hacks with reference countersPaul Moore1-15/+14
2015-01-23audit: enable filename recording via getname_kernel()Paul Moore1-0/+1
2015-01-23simpler calling conventions for filename_mountpoint()Al Viro1-16/+7
2015-01-23fs: create proper filename objects using getname_kernel()Paul Moore1-16/+48
2015-01-23fs: rework getname_kernel to handle up to PATH_MAX sized filenamesPaul Moore1-14/+20
2015-01-23cut down the number of do_path_lookup() callersAl Viro1-4/+12
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-47/+51
2014-12-13syscalls: implement execveat() system callDavid Drysdale1-1/+1
2014-12-11fs/namei.c: fold link_path_walk() call into path_init()Al Viro1-21/+6
2014-12-11path_init(): don't bother with LOOKUP_PARENT in argumentAl Viro1-4/+4
2014-12-11fs/namei.c: new helper (path_cleanup())Al Viro1-17/+13
2014-12-11path_init(): store the "base" pointer to file in nameidata itselfAl Viro1-14/+13
2014-12-10make nameidata completely opaque outside of fs/namei.cAl Viro1-0/+24
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-10-30fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud1-1/+2
2014-10-28overlayfs: fix lockdep misannotationMiklos Szeredi1-1/+1
2014-10-24vfs: add RENAME_WHITEOUTMiklos Szeredi1-2/+6
2014-10-24vfs: add whiteout supportMiklos Szeredi1-0/+14
2014-10-24vfs: export check_sticky()Miklos Szeredi1-7/+2
2014-10-24vfs: export __inode_permission() to modulesMiklos Szeredi1-0/+1
2014-10-24vfs: add i_op->dentry_open()Miklos Szeredi1-3/+6
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+16
2014-10-12let path_init() failures treated the same way as subsequent link_path_walk()Al Viro1-2/+3
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman1-5/+5
2014-10-09vfs: Lazily remove mounts on unlinked files and directories.Eric W. Biederman1-6/+6
2014-10-09vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman1-1/+5
2014-10-01Merge commit 'v3.16' into nextJames Morris1-1/+2
2014-09-16vfs: workaround gcc <4.6 build error in link_path_walk()James Hogan1-1/+1
2014-09-15vfs: simplify and shrink stack frame of link_path_walk()Linus Torvalds1-21/+18
2014-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-20/+32
2014-09-14vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds1-9/+10
2014-09-14be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro1-2/+13
2014-09-14don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-09-13fix bogus read_seqretry() checks introduced in b37199eAl Viro1-2/+2
2014-09-13vfs: fix bad hashing of dentriesLinus Torvalds1-2/+2
2014-09-09ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin1-1/+1
2014-08-07namei: trivial fix to vfs_rename_dir commentJ. Bruce Fields1-1/+1
2014-08-07VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode.NeilBrown1-11/+16
2014-08-07fs: call rename2 if existsMiklos Szeredi1-2/+3
2014-07-24fs: umount on symlink leaks mnt countVasily Averin1-1/+2
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski1-5/+6
2014-04-19fix races between __d_instantiate() and checks of dentry flagsAl Viro1-3/+3
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-36/+31
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-04-01new helper: readlink_copy()Al Viro1-8/+5
2014-04-01namei.c: move EXPORT_SYMBOL to corresponding definitionsAl Viro1-28/+27
2014-04-01get_write_access() is inlined, exporting it is pointlessAl Viro1-1/+0
2014-04-01vfs: add cross-renameMiklos Szeredi1-32/+72