Age | Commit message (Expand) | Author | Files | Lines |
2015-05-10 | link_path_walk: end of nd->depth massage | Al Viro | 1 | -6/+2 |
2015-05-10 | link_path_walk: nd->depth massage, part 10 | Al Viro | 1 | -7/+10 |
2015-05-10 | link_path_walk: nd->depth massage, part 9 | Al Viro | 1 | -6/+4 |
2015-05-10 | put_link: nd->depth massage, part 8 | Al Viro | 1 | -14/+4 |
2015-05-10 | trailing_symlink: nd->depth massage, part 7 | Al Viro | 1 | -4/+4 |
2015-05-10 | get_link: nd->depth massage, part 6 | Al Viro | 1 | -3/+2 |
2015-05-10 | trailing_symlink: nd->depth massage, part 5 | Al Viro | 1 | -5/+10 |
2015-05-10 | link_path_walk: nd->depth massage, part 4 | Al Viro | 1 | -4/+6 |
2015-05-10 | link_path_walk: nd->depth massage, part 3 | Al Viro | 1 | -3/+1 |
2015-05-10 | link_path_walk: nd->depth massage, part 2 | Al Viro | 1 | -8/+0 |
2015-05-10 | link_path_walk: nd->depth massage, part 1 | Al Viro | 1 | -5/+17 |
2015-05-10 | namei: remove restrictions on nesting depth | Al Viro | 1 | -14/+52 |
2015-05-10 | namei: trim the arguments of get_link() | Al Viro | 1 | -24/+21 |
2015-05-10 | namei: trim redundant arguments of fs/namei.c:put_link() | Al Viro | 1 | -12/+13 |
2015-05-10 | namei: trim redundant arguments of trailing_symlink() | Al Viro | 1 | -13/+8 |
2015-05-10 | namei: move link/cookie pairs into nameidata | Al Viro | 1 | -17/+18 |
2015-05-10 | link_path_walk: cleanup - turn goto start; into continue; | Al Viro | 1 | -3/+6 |
2015-05-10 | link_path_walk: split "return from recursive call" path | Al Viro | 1 | -23/+17 |
2015-05-10 | link_path_walk: kill the recursion | Al Viro | 1 | -11/+29 |
2015-05-10 | link_path_walk: final preparations to killing recursion | Al Viro | 1 | -7/+11 |
2015-05-10 | link_path_walk: get rid of duplication | Al Viro | 1 | -8/+2 |
2015-05-10 | link_path_walk: massage a bit more | Al Viro | 1 | -6/+13 |
2015-05-10 | link_path_walk: turn inner loop into explicit goto | Al Viro | 1 | -29/+32 |
2015-05-10 | link_path_walk: don't bother with walk_component() after jumping link | Al Viro | 1 | -3/+7 |
2015-05-10 | link_path_walk: handle get_link() returning ERR_PTR() immediately | Al Viro | 1 | -1/+3 |
2015-05-10 | namei: rename follow_link to trailing_symlink, move it down | Al Viro | 1 | -32/+30 |
2015-05-10 | namei: move the calls of may_follow_link() into follow_link() | Al Viro | 1 | -15/+6 |
2015-05-10 | namei: expand the call of follow_link() in link_path_walk() | Al Viro | 1 | -4/+22 |
2015-05-10 | namei: expand nested_symlink() in its only caller | Al Viro | 1 | -38/+23 |
2015-05-10 | do_last: move path there from caller's stack frame | Al Viro | 1 | -25/+25 |
2015-05-10 | namei: introduce nameidata->link | Al Viro | 1 | -28/+34 |
2015-05-10 | namei: don't bother with ->follow_link() if ->i_link is set | Al Viro | 1 | -7/+13 |
2015-05-10 | namei.c: separate the parts of follow_link() that find the link body | Al Viro | 1 | -29/+36 |
2015-05-10 | new ->follow_link() and ->put_link() calling conventions | Al Viro | 1 | -45/+21 |
2015-05-10 | namei: lift nameidata into filename_mountpoint() | Al Viro | 1 | -15/+13 |
2015-05-10 | name: shift nameidata down into user_path_walk() | Al Viro | 1 | -57/+67 |
2015-05-10 | namei: get rid of lookup_hash() | Al Viro | 1 | -15/+5 |
2015-05-10 | do_last: regularize the logics around following symlinks | Al Viro | 1 | -8/+7 |
2015-05-10 | do_last: kill symlink_ok | Al Viro | 1 | -4/+2 |
2015-05-10 | namei: take O_NOFOLLOW treatment into do_last() | Al Viro | 1 | -6/+5 |
2015-05-10 | uninline walk_component() | Al Viro | 1 | -2/+1 |
2015-05-10 | SECURITY: remove nameidata arg from inode_follow_link. | NeilBrown | 1 | -1/+1 |
2015-05-09 | path_openat(): fix double fput() | Al Viro | 1 | -1/+2 |
2015-05-09 | namei: d_is_negative() should be checked before ->d_seq validation | Al Viro | 1 | -6/+13 |
2015-04-24 | RCU pathwalk breakage when running into a symlink overmounting something | Al Viro | 1 | -2/+4 |
2015-04-15 | VFS: Make pathwalk use d_is_reg() rather than S_ISREG() | David Howells | 1 | -1/+1 |
2015-04-15 | VFS: Combine inode checks with d_is_negative() and d_is_positive() in pathwalk | David Howells | 1 | -3/+3 |
2015-04-11 | remove incorrect comment in lookup_one_len() | Al Viro | 1 | -3/+1 |
2015-04-11 | namei.c: fold do_path_lookup() into both callers | Al Viro | 1 | -24/+24 |
2015-04-11 | kill struct filename.separate | Al Viro | 1 | -13/+16 |