summaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* namei: move link/cookie pairs into nameidataAl Viro2015-05-111-17/+18
* link_path_walk: cleanup - turn goto start; into continue;Al Viro2015-05-111-3/+6
* link_path_walk: split "return from recursive call" pathAl Viro2015-05-111-23/+17
* link_path_walk: kill the recursionAl Viro2015-05-111-11/+29
* link_path_walk: final preparations to killing recursionAl Viro2015-05-111-7/+11
* link_path_walk: get rid of duplicationAl Viro2015-05-111-8/+2
* link_path_walk: massage a bit moreAl Viro2015-05-111-6/+13
* link_path_walk: turn inner loop into explicit gotoAl Viro2015-05-111-29/+32
* link_path_walk: don't bother with walk_component() after jumping linkAl Viro2015-05-111-3/+7
* link_path_walk: handle get_link() returning ERR_PTR() immediatelyAl Viro2015-05-111-1/+3
* namei: rename follow_link to trailing_symlink, move it downAl Viro2015-05-111-32/+30
* namei: move the calls of may_follow_link() into follow_link()Al Viro2015-05-111-15/+6
* namei: expand the call of follow_link() in link_path_walk()Al Viro2015-05-111-4/+22
* namei: expand nested_symlink() in its only callerAl Viro2015-05-111-38/+23
* do_last: move path there from caller's stack frameAl Viro2015-05-111-25/+25
* namei: introduce nameidata->linkAl Viro2015-05-111-28/+34
* namei: don't bother with ->follow_link() if ->i_link is setAl Viro2015-05-111-7/+13
* namei.c: separate the parts of follow_link() that find the link bodyAl Viro2015-05-111-29/+36
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-111-45/+21
* namei: lift nameidata into filename_mountpoint()Al Viro2015-05-111-15/+13
* name: shift nameidata down into user_path_walk()Al Viro2015-05-111-57/+67
* namei: get rid of lookup_hash()Al Viro2015-05-111-15/+5
* do_last: regularize the logics around following symlinksAl Viro2015-05-111-8/+7
* do_last: kill symlink_okAl Viro2015-05-111-4/+2
* namei: take O_NOFOLLOW treatment into do_last()Al Viro2015-05-111-6/+5
* uninline walk_component()Al Viro2015-05-111-2/+1
* SECURITY: remove nameidata arg from inode_follow_link.NeilBrown2015-05-111-1/+1
* path_openat(): fix double fput()Al Viro2015-05-091-1/+2
* namei: d_is_negative() should be checked before ->d_seq validationAl Viro2015-05-091-6/+13
* RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro2015-04-241-2/+4
* VFS: Make pathwalk use d_is_reg() rather than S_ISREG()David Howells2015-04-151-1/+1
* VFS: Combine inode checks with d_is_negative() and d_is_positive() in pathwalkDavid Howells2015-04-151-3/+3
* remove incorrect comment in lookup_one_len()Al Viro2015-04-121-3/+1
* namei.c: fold do_path_lookup() into both callersAl Viro2015-04-121-24/+24
* kill struct filename.separateAl Viro2015-04-121-13/+16
* switch path_init() to struct filenameAl Viro2015-03-241-8/+8
* switch path_mountpoint() to struct filenameAl Viro2015-03-241-10/+11
* switch path_lookupat() to struct filenameAl Viro2015-03-241-7/+6
* getname_flags(): clean up a bitAl Viro2015-03-241-28/+25
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
* audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-231-15/+14
* audit: enable filename recording via getname_kernel()Paul Moore2015-01-231-0/+1
* simpler calling conventions for filename_mountpoint()Al Viro2015-01-231-16/+7
* fs: create proper filename objects using getname_kernel()Paul Moore2015-01-231-16/+48
* fs: rework getname_kernel to handle up to PATH_MAX sized filenamesPaul Moore2015-01-231-14/+20
* cut down the number of do_path_lookup() callersAl Viro2015-01-231-4/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-171-47/+51
|\
| * fs/namei.c: fold link_path_walk() call into path_init()Al Viro2014-12-111-21/+6
| * path_init(): don't bother with LOOKUP_PARENT in argumentAl Viro2014-12-111-4/+4
| * fs/namei.c: new helper (path_cleanup())Al Viro2014-12-111-17/+13