summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-28vfs: fix do_last() regressionAl Viro1-2/+2
2020-04-28do_last(): fetch directory ->i_mode and ->i_uid before it's too lateAl Viro1-7/+10
2020-04-28namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-3/+50
2018-06-17fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman1-2/+3
2017-08-26dentry name snapshotsAl Viro1-4/+4
2017-08-26ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin1-1/+1
2016-06-15atomic_open(): fix the handling of create_errorAl Viro1-16/+4
2016-03-08do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2015-10-06vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman1-3/+28
2015-05-20path_openat(): fix double fput()Al Viro1-1/+2
2015-05-06RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro1-2/+4
2014-11-13fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud1-1/+2
2014-11-05be careful with nd->inode in path_init() and follow_dotdot_rcu()Al Viro1-2/+13
2014-10-06don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-09-17vfs: fix bad hashing of dentriesLinus Torvalds1-2/+2
2014-07-24fs: umount on symlink leaks mnt countVasily Averin1-1/+2
2014-06-11fs,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-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-36/+31
2014-04-05Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-04-02new helper: readlink_copy()Al Viro1-8/+5
2014-04-02namei.c: move EXPORT_SYMBOL to corresponding definitionsAl Viro1-28/+27
2014-04-02get_write_access() is inlined, exporting it is pointlessAl Viro1-1/+0
2014-04-01vfs: add cross-renameMiklos Szeredi1-32/+72
2014-04-01security: add flags to rename hooksMiklos Szeredi1-2/+3
2014-04-01vfs: add RENAME_NOREPLACE flagMiklos Szeredi1-8/+13
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-7/+27
2014-04-01vfs: rename: use common code for dir and non-dirMiklos Szeredi1-112/+75
2014-04-01vfs: rename: move d_move() upMiklos Szeredi1-3/+2
2014-04-01vfs: add d_is_dir()Miklos Szeredi1-12/+11
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton1-1/+1
2014-03-23rcuwalk: recheck mount_lock after mountpoint crossing attemptsAl Viro1-16/+13
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds1-1/+1
2014-02-06execve: use 'struct filename *' for executable name passingLinus Torvalds1-0/+30
2014-02-01Fix mountpoint reference leakage in linkatOleg Drokin1-1/+4
2014-01-31vfs: unexport the getname() symbolJeff Layton1-1/+0
2014-01-26fs: add get_acl helperChristoph Hellwig1-21/+3
2013-12-12dcache: allow word-at-a-time name hashing with big-endian CPUsWill Deacon1-6/+1
2013-11-29fix bogus path_put() of nd->root after some unlazy_walk() failuresAl Viro1-2/+1
2013-11-22Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-0/+1
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-126/+196
2013-11-09locks: break delegations on linkJ. Bruce Fields1-4/+32
2013-11-09locks: break delegations on renameJ. Bruce Fields1-4/+43
2013-11-09locks: helper functions for delegation breakingJ. Bruce Fields1-10/+3
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-3/+39
2013-11-09namei: minor vfs_unlink cleanupJ. Bruce Fields1-3/+4
2013-11-09vfs: take i_mutex on renamed fileJ. Bruce Fields1-5/+5
2013-11-09dcache: fix outdated DCACHE_NEED_LOOKUP commentJ. Bruce Fields1-2/+2
2013-11-09VFS: Put a small type field into struct dentry::d_flagsDavid Howells1-57/+38
2013-11-09get rid of {lock,unlock}_rcu_walk()Al Viro1-24/+14