aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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 nameidataNeilBrown2-32/+40
2015-05-10lustre: rip the private symlink nesting limit outAl Viro1-12/+3
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 Viro2-14/+54
2015-05-10namei: trim the arguments of get_link()Al Viro1-24/+21
2015-05-10namei: trim redundant arguments of fs/namei.c:put_link()Al Viro1-12/+13
2015-05-10namei: trim redundant arguments of trailing_symlink()Al Viro1-13/+8
2015-05-10namei: move link/cookie pairs into nameidataAl Viro1-17/+18
2015-05-10link_path_walk: cleanup - turn goto start; into continue;Al Viro1-3/+6
2015-05-10link_path_walk: split "return from recursive call" pathAl Viro1-23/+17
2015-05-10link_path_walk: kill the recursionAl Viro1-11/+29
2015-05-10link_path_walk: final preparations to killing recursionAl Viro1-7/+11
2015-05-10link_path_walk: get rid of duplicationAl Viro1-8/+2
2015-05-10link_path_walk: massage a bit moreAl Viro1-6/+13
2015-05-10link_path_walk: turn inner loop into explicit gotoAl Viro1-29/+32
2015-05-10link_path_walk: don't bother with walk_component() after jumping linkAl Viro1-3/+7
2015-05-10link_path_walk: handle get_link() returning ERR_PTR() immediatelyAl Viro1-1/+3
2015-05-10namei: rename follow_link to trailing_symlink, move it downAl Viro1-32/+30
2015-05-10namei: move the calls of may_follow_link() into follow_link()Al Viro1-15/+6
2015-05-10namei: expand the call of follow_link() in link_path_walk()Al Viro1-4/+22
2015-05-10namei: expand nested_symlink() in its only callerAl Viro1-38/+23
2015-05-10do_last: move path there from caller's stack frameAl Viro1-25/+25
2015-05-10namei: introduce nameidata->linkAl Viro1-28/+34
2015-05-10namei: don't bother with ->follow_link() if ->i_link is setAl Viro1-7/+13
2015-05-10namei.c: separate the parts of follow_link() that find the link bodyAl Viro1-29/+36
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro31-273/+195
2015-05-10namei: lift nameidata into filename_mountpoint()Al Viro1-15/+13
2015-05-10name: shift nameidata down into user_path_walk()Al Viro1-57/+67
2015-05-10namei: get rid of lookup_hash()Al Viro1-15/+5