summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2015-05-10namei: expand nested_symlink() in its only callerAl Viro
2015-05-10do_last: move path there from caller's stack frameAl Viro
2015-05-10namei: introduce nameidata->linkAl Viro
2015-05-10namei: don't bother with ->follow_link() if ->i_link is setAl Viro
2015-05-10namei.c: separate the parts of follow_link() that find the link bodyAl Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-10namei: lift nameidata into filename_mountpoint()Al Viro
2015-05-10name: shift nameidata down into user_path_walk()Al Viro
2015-05-10namei: get rid of lookup_hash()Al Viro
2015-05-10do_last: regularize the logics around following symlinksAl Viro
2015-05-10do_last: kill symlink_okAl Viro
2015-05-10namei: take O_NOFOLLOW treatment into do_last()Al Viro
2015-05-10uninline walk_component()Al Viro
2015-05-10SECURITY: remove nameidata arg from inode_follow_link.NeilBrown
2015-05-09path_openat(): fix double fput()Al Viro
2015-05-09namei: d_is_negative() should be checked before ->d_seq validationAl Viro
2015-04-24RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro
2015-04-15VFS: Make pathwalk use d_is_reg() rather than S_ISREG()David Howells
2015-04-15VFS: Combine inode checks with d_is_negative() and d_is_positive() in pathwalkDavid Howells
2015-04-11remove incorrect comment in lookup_one_len()Al Viro
2015-04-11namei.c: fold do_path_lookup() into both callersAl Viro
2015-04-11kill struct filename.separateAl Viro
2015-03-24switch path_init() to struct filenameAl Viro
2015-03-24switch path_mountpoint() to struct filenameAl Viro
2015-03-24switch path_lookupat() to struct filenameAl Viro
2015-03-24getname_flags(): clean up a bitAl Viro
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-01-23audit: replace getname()/putname() hacks with reference countersPaul Moore
2015-01-23audit: enable filename recording via getname_kernel()Paul Moore
2015-01-23simpler calling conventions for filename_mountpoint()Al Viro
2015-01-23fs: create proper filename objects using getname_kernel()Paul Moore
2015-01-23fs: rework getname_kernel to handle up to PATH_MAX sized filenamesPaul Moore
2015-01-23cut down the number of do_path_lookup() callersAl Viro
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-12-11fs/namei.c: fold link_path_walk() call into path_init()Al Viro
2014-12-11path_init(): don't bother with LOOKUP_PARENT in argumentAl Viro
2014-12-11fs/namei.c: new helper (path_cleanup())Al Viro
2014-12-11path_init(): store the "base" pointer to file in nameidata itselfAl Viro
2014-12-10make nameidata completely opaque outside of fs/namei.cAl 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