summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-11namei: expand nested_symlink() in its only callerAl Viro1-38/+23
2015-05-11do_last: move path there from caller's stack frameAl Viro1-25/+25
2015-05-11namei: introduce nameidata->linkAl Viro1-28/+34
2015-05-11namei: don't bother with ->follow_link() if ->i_link is setAl Viro1-7/+13
2015-05-11namei.c: separate the parts of follow_link() that find the link bodyAl Viro1-29/+36
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro1-45/+21
2015-05-11namei: lift nameidata into filename_mountpoint()Al Viro1-15/+13
2015-05-11name: shift nameidata down into user_path_walk()Al Viro1-57/+67
2015-05-11namei: get rid of lookup_hash()Al Viro1-15/+5
2015-05-11do_last: regularize the logics around following symlinksAl Viro1-8/+7
2015-05-11do_last: kill symlink_okAl Viro1-4/+2
2015-05-11namei: take O_NOFOLLOW treatment into do_last()Al Viro1-6/+5
2015-05-11uninline walk_component()Al Viro1-2/+1
2015-05-11SECURITY: remove nameidata arg from inode_follow_link.NeilBrown1-1/+1
2015-05-09path_openat(): fix double fput()Al Viro1-1/+2
2015-05-09namei: d_is_negative() should be checked before ->d_seq validationAl Viro1-6/+13
2015-04-24RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro1-2/+4
2015-04-15VFS: Make pathwalk use d_is_reg() rather than S_ISREG()David Howells1-1/+1
2015-04-15VFS: Combine inode checks with d_is_negative() and d_is_positive() in pathwalkDavid Howells1-3/+3
2015-04-12remove incorrect comment in lookup_one_len()Al Viro1-3/+1
2015-04-12namei.c: fold do_path_lookup() into both callersAl Viro1-24/+24
2015-04-12kill struct filename.separateAl Viro1-13/+16
2015-03-25switch path_init() to struct filenameAl Viro1-8/+8
2015-03-25switch path_mountpoint() to struct filenameAl Viro1-10/+11
2015-03-25switch path_lookupat() to struct filenameAl Viro1-7/+6
2015-03-25getname_flags(): clean up a bitAl Viro1-28/+25
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-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-47/+51
2014-12-13syscalls: implement execveat() system callDavid Drysdale1-1/+1
2014-12-12fs/namei.c: fold link_path_walk() call into path_init()Al Viro1-21/+6
2014-12-12path_init(): don't bother with LOOKUP_PARENT in argumentAl Viro1-4/+4
2014-12-12fs/namei.c: new helper (path_cleanup())Al Viro1-17/+13
2014-12-12path_init(): store the "base" pointer to file in nameidata itselfAl Viro1-14/+13
2014-12-11make 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/vir...Linus Torvalds1-1/+1
2014-10-31fs: allow open(dir, O_TMPFILE|..., 0) with mode 0Eric Rannaud1-1/+2
2014-10-29overlayfs: 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/vir...Linus Torvalds1-11/+16
2014-10-13let path_init() failures treated the same way as subsequent link_path_walk()Al Viro1-2/+3