aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2016-05-17atomic_open(): fix the handling of create_errorAl Viro
2016-03-11do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro
2015-10-27vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman
2015-05-23path_openat(): fix double fput()Al Viro
2015-05-17RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-30fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud
2014-10-28overlayfs: fix lockdep misannotationMiklos Szeredi
2014-10-24vfs: add RENAME_WHITEOUTMiklos Szeredi
2014-10-24vfs: add whiteout supportMiklos Szeredi
2014-10-24vfs: export check_sticky()Miklos Szeredi
2014-10-24vfs: export __inode_permission() to modulesMiklos Szeredi
2014-10-24vfs: add i_op->dentry_open()Miklos Szeredi
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-12let path_init() failures treated the same way as subsequent link_path_walk()Al Viro
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman
2014-10-09vfs: Lazily remove mounts on unlinked files and directories.Eric W. Biederman
2014-10-09vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman
2014-10-01Merge commit 'v3.16' into nextJames Morris
2014-09-16vfs: workaround gcc <4.6 build error in link_path_walk()James Hogan
2014-09-15vfs: simplify and shrink stack frame of link_path_walk()Linus Torvalds
2014-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-09-14vfs: avoid non-forwarding large load after small store in path lookupLinus Torvalds
2014-09-14be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro
2014-09-14don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro
2014-09-13fix bogus read_seqretry() checks introduced in b37199eAl Viro
2014-09-13vfs: fix bad hashing of dentriesLinus Torvalds
2014-09-09ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin
2014-08-07namei: trivial fix to vfs_rename_dir commentJ. Bruce Fields
2014-08-07VFS: allow ->d_manage() to declare -EISDIR in rcu_walk mode.NeilBrown
2014-08-07fs: call rename2 if existsMiklos Szeredi
2014-07-24fs: umount on symlink leaks mnt countVasily Averin
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski
2014-04-19fix races between __d_instantiate() and checks of dentry flagsAl Viro
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-04-01new helper: readlink_copy()Al Viro
2014-04-01namei.c: move EXPORT_SYMBOL to corresponding definitionsAl Viro
2014-04-01get_write_access() is inlined, exporting it is pointlessAl Viro
2014-04-01vfs: add cross-renameMiklos Szeredi
2014-04-01security: add flags to rename hooksMiklos Szeredi
2014-04-01vfs: add RENAME_NOREPLACE flagMiklos Szeredi
2014-04-01vfs: add renameat2 syscallMiklos Szeredi
2014-04-01vfs: rename: use common code for dir and non-dirMiklos Szeredi
2014-04-01vfs: rename: move d_move() upMiklos Szeredi
2014-04-01vfs: add d_is_dir()Miklos Szeredi
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton
2014-03-23rcuwalk: recheck mount_lock after mountpoint crossing attemptsAl Viro
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds