aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-11namei: make may_follow_link() safe in RCU modeAl Viro1-0/+3
2015-05-11namei: make put_link() RCU-safeAl Viro1-1/+2
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-6/+7
2015-05-11security: make inode_follow_link RCU-walk awareNeilBrown1-2/+3
2015-05-11namei: pick_link() callers already have inodeAl Viro1-7/+11
2015-05-11VFS: Handle lower layer dentry/inode in pathwalkDavid Howells1-5/+5
2015-05-11namei: store inode in nd->stack[]Al Viro1-3/+5
2015-05-11namei: don't mangle nd->seq in lookup_fast()Al Viro1-15/+23
2015-05-11namei: explicitly pass seq number to unlazy_walk() when dentry != NULLAl Viro1-7/+8
2015-05-11link_path_walk: use explicit returns for failure exitsAl Viro1-12/+7
2015-05-11namei: lift terminate_walk() all the way upAl Viro1-72/+34
2015-05-11namei: lift link_path_walk() call out of trailing_symlink()Al Viro1-27/+23
2015-05-11namei: path_init() calling conventions changeAl Viro1-34/+35
2015-05-11namei: get rid of nameidata->baseAl Viro1-8/+5
2015-05-10namei: split off filename_lookupat() with LOOKUP_PARENTAl Viro1-4/+33
2015-05-10namei: may_follow_link() - lift terminate_walk() on failures into callerAl Viro1-2/+3
2015-05-10namei: take increment of nd->depth into pick_link()Al Viro1-7/+4
2015-05-10namei: kill nd->linkAl Viro1-10/+8
2015-05-10may_follow_link(): trim argumentsAl Viro1-6/+5
2015-05-10namei: move bumping the refcount of link->mnt into pick_link()Al Viro1-5/+4
2015-05-10namei: fold put_link() into the failure case of complete_walk()Al Viro1-23/+6
2015-05-10namei: take the treatment of absolute symlinks to get_link()Al Viro1-29/+20
2015-05-10namei: simpler treatment of symlinks with nothing other that / in the bodyAl Viro1-5/+7
2015-05-10namei: simplify failure exits in get_link()Al Viro1-8/+4
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-5/+6
2015-05-10namei: simplify the callers of follow_managed()Al Viro1-22/+10
2015-05-10VFS: replace {, total_}link_count in task_struct with pointer to nameidataNeilBrown1-31/+39
2015-05-10namei: move link count check and stack allocation into pick_link()Al Viro1-15/+12
2015-05-10namei: make should_follow_link() store the link in nd->linkAl Viro1-29/+33
2015-05-10namei: new calling conventions for walk_component()Al Viro1-10/+20
2015-05-10link_path_walk: move the OK: inside the loopAl Viro1-15/+15
2015-05-10namei: have terminate_walk() do put_link() on everything leftAl Viro1-8/+2
2015-05-10namei: take put_link() into {lookup,mountpoint,do}_last()Al Viro1-13/+21
2015-05-10namei: lift (open-coded) terminate_walk() into callers of get_link()Al Viro1-5/+4
2015-05-10lift terminate_walk() into callers of walk_component()Al Viro1-14/+11
2015-05-10namei: lift (open-coded) terminate_walk() in follow_dotdot_rcu() into callersAl Viro1-9/+10
2015-05-10namei: we never need more than MAXSYMLINKS entries in nd->stackAl Viro1-1/+1
2015-05-10link_path_walk: end of nd->depth massageAl Viro1-6/+2
2015-05-10link_path_walk: nd->depth massage, part 10Al Viro1-7/+10
2015-05-10link_path_walk: nd->depth massage, part 9Al Viro1-6/+4
2015-05-10put_link: nd->depth massage, part 8Al Viro1-14/+4
2015-05-10trailing_symlink: nd->depth massage, part 7Al Viro1-4/+4
2015-05-10get_link: nd->depth massage, part 6Al Viro1-3/+2
2015-05-10trailing_symlink: nd->depth massage, part 5Al Viro1-5/+10
2015-05-10link_path_walk: nd->depth massage, part 4Al Viro1-4/+6
2015-05-10link_path_walk: nd->depth massage, part 3Al Viro1-3/+1
2015-05-10link_path_walk: nd->depth massage, part 2Al Viro1-8/+0
2015-05-10link_path_walk: nd->depth massage, part 1Al Viro1-5/+17
2015-05-10namei: remove restrictions on nesting depthAl Viro1-14/+52
2015-05-10namei: trim the arguments of get_link()Al Viro1-24/+21