summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2015-05-11lift terminate_walk() into callers of walk_component()Al Viro
2015-05-11namei: lift (open-coded) terminate_walk() in follow_dotdot_rcu() into callersAl Viro
2015-05-11namei: we never need more than MAXSYMLINKS entries in nd->stackAl Viro
2015-05-11link_path_walk: end of nd->depth massageAl Viro
2015-05-11link_path_walk: nd->depth massage, part 10Al Viro
2015-05-11link_path_walk: nd->depth massage, part 9Al Viro
2015-05-11put_link: nd->depth massage, part 8Al Viro
2015-05-11trailing_symlink: nd->depth massage, part 7Al Viro
2015-05-11get_link: nd->depth massage, part 6Al Viro
2015-05-11trailing_symlink: nd->depth massage, part 5Al Viro
2015-05-11link_path_walk: nd->depth massage, part 4Al Viro
2015-05-11link_path_walk: nd->depth massage, part 3Al Viro
2015-05-11link_path_walk: nd->depth massage, part 2Al Viro
2015-05-11link_path_walk: nd->depth massage, part 1Al Viro
2015-05-11namei: remove restrictions on nesting depthAl Viro
2015-05-11namei: trim the arguments of get_link()Al Viro
2015-05-11namei: trim redundant arguments of fs/namei.c:put_link()Al Viro
2015-05-11namei: trim redundant arguments of trailing_symlink()Al Viro
2015-05-11namei: move link/cookie pairs into nameidataAl Viro
2015-05-11link_path_walk: cleanup - turn goto start; into continue;Al Viro
2015-05-11link_path_walk: split "return from recursive call" pathAl Viro
2015-05-11link_path_walk: kill the recursionAl Viro
2015-05-11link_path_walk: final preparations to killing recursionAl Viro
2015-05-11link_path_walk: get rid of duplicationAl Viro
2015-05-11link_path_walk: massage a bit moreAl Viro
2015-05-11link_path_walk: turn inner loop into explicit gotoAl Viro
2015-05-11link_path_walk: don't bother with walk_component() after jumping linkAl Viro
2015-05-11link_path_walk: handle get_link() returning ERR_PTR() immediatelyAl Viro
2015-05-11namei: rename follow_link to trailing_symlink, move it downAl Viro
2015-05-11namei: move the calls of may_follow_link() into follow_link()Al Viro
2015-05-11namei: expand the call of follow_link() in link_path_walk()Al Viro
2015-05-11namei: expand nested_symlink() in its only callerAl Viro
2015-05-11do_last: move path there from caller's stack frameAl Viro
2015-05-11namei: introduce nameidata->linkAl Viro
2015-05-11namei: don't bother with ->follow_link() if ->i_link is setAl Viro
2015-05-11namei.c: separate the parts of follow_link() that find the link bodyAl Viro
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-11namei: lift nameidata into filename_mountpoint()Al Viro
2015-05-11name: shift nameidata down into user_path_walk()Al Viro
2015-05-11namei: get rid of lookup_hash()Al Viro
2015-05-11do_last: regularize the logics around following symlinksAl Viro
2015-05-11do_last: kill symlink_okAl Viro
2015-05-11namei: take O_NOFOLLOW treatment into do_last()Al Viro
2015-05-11uninline walk_component()Al Viro
2015-05-11SECURITY: 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