summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-05-11namei: lift terminate_walk() all the way upAl Viro
2015-05-11namei: lift link_path_walk() call out of trailing_symlink()Al Viro
2015-05-11namei: path_init() calling conventions changeAl Viro
2015-05-11namei: get rid of nameidata->baseAl Viro
2015-05-10namei: split off filename_lookupat() with LOOKUP_PARENTAl Viro
2015-05-10namei: may_follow_link() - lift terminate_walk() on failures into callerAl Viro
2015-05-10namei: take increment of nd->depth into pick_link()Al Viro
2015-05-10namei: kill nd->linkAl Viro
2015-05-10may_follow_link(): trim argumentsAl Viro
2015-05-10namei: move bumping the refcount of link->mnt into pick_link()Al Viro
2015-05-10namei: fold put_link() into the failure case of complete_walk()Al Viro
2015-05-10namei: take the treatment of absolute symlinks to get_link()Al Viro
2015-05-10namei: simpler treatment of symlinks with nothing other that / in the bodyAl Viro
2015-05-10namei: simplify failure exits in get_link()Al Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10namei: simplify the callers of follow_managed()Al Viro
2015-05-10VFS: replace {, total_}link_count in task_struct with pointer to nameidataNeilBrown
2015-05-10namei: move link count check and stack allocation into pick_link()Al Viro
2015-05-10namei: make should_follow_link() store the link in nd->linkAl Viro
2015-05-10namei: new calling conventions for walk_component()Al Viro
2015-05-10link_path_walk: move the OK: inside the loopAl Viro
2015-05-10namei: have terminate_walk() do put_link() on everything leftAl Viro
2015-05-10namei: take put_link() into {lookup,mountpoint,do}_last()Al Viro
2015-05-10namei: lift (open-coded) terminate_walk() into callers of get_link()Al Viro
2015-05-10lift terminate_walk() into callers of walk_component()Al Viro
2015-05-10namei: lift (open-coded) terminate_walk() in follow_dotdot_rcu() into callersAl Viro
2015-05-10namei: we never need more than MAXSYMLINKS entries in nd->stackAl Viro
2015-05-10link_path_walk: end of nd->depth massageAl Viro
2015-05-10link_path_walk: nd->depth massage, part 10Al Viro
2015-05-10link_path_walk: nd->depth massage, part 9Al Viro
2015-05-10put_link: nd->depth massage, part 8Al Viro
2015-05-10trailing_symlink: nd->depth massage, part 7Al Viro
2015-05-10get_link: nd->depth massage, part 6Al Viro
2015-05-10trailing_symlink: nd->depth massage, part 5Al Viro
2015-05-10link_path_walk: nd->depth massage, part 4Al Viro
2015-05-10link_path_walk: nd->depth massage, part 3Al Viro
2015-05-10link_path_walk: nd->depth massage, part 2Al Viro
2015-05-10link_path_walk: nd->depth massage, part 1Al Viro
2015-05-10namei: remove restrictions on nesting depthAl Viro
2015-05-10namei: trim the arguments of get_link()Al Viro
2015-05-10namei: trim redundant arguments of fs/namei.c:put_link()Al Viro
2015-05-10namei: trim redundant arguments of trailing_symlink()Al Viro
2015-05-10namei: move link/cookie pairs into nameidataAl Viro
2015-05-10link_path_walk: cleanup - turn goto start; into continue;Al Viro
2015-05-10link_path_walk: split "return from recursive call" pathAl Viro
2015-05-10link_path_walk: kill the recursionAl Viro
2015-05-10link_path_walk: final preparations to killing recursionAl Viro
2015-05-10link_path_walk: get rid of duplicationAl Viro
2015-05-10link_path_walk: massage a bit moreAl Viro
2015-05-10link_path_walk: turn inner loop into explicit gotoAl Viro