Age | Commit message (Expand) | Author |
2020-04-02 | fs/namei.c: kill follow_mount() | Al Viro |
2020-04-02 | non-RCU analogue of the previous commit | Al Viro |
2020-04-02 | helper for mount rootwards traversal | Al Viro |
2020-04-02 | follow_dotdot(): be lazy about changing nd->path | Al Viro |
2020-04-02 | follow_dotdot_rcu(): be lazy about changing nd->path | Al Viro |
2020-04-02 | follow_dotdot{,_rcu}(): massage loops | Al Viro |
2020-04-02 | lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu | Al Viro |
2020-03-13 | follow_dotdot{,_rcu}(): switch to use of step_into() | Al Viro |
2020-03-13 | handle_dots(), follow_dotdot{,_rcu}(): preparation to switch to step_into() | Al Viro |
2020-03-13 | move handle_dots(), follow_dotdot() and follow_dotdot_rcu() past step_into() | Al Viro |
2020-03-13 | follow_dotdot{,_rcu}(): lift LOOKUP_BENEATH checks out of loop | Al Viro |
2020-03-13 | follow_dotdot{,_rcu}(): lift switching nd->path to parent out of loop | Al Viro |
2020-03-13 | expand path_parent_directory() in its callers | Al Viro |
2020-03-13 | path_parent_directory(): leave changing path->dentry to callers | Al Viro |
2020-03-13 | path_connected(): pass mount and dentry separately | Al Viro |
2020-03-13 | split the lookup-related parts of do_last() into a separate helper | Al Viro |
2020-03-13 | do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case | Al Viro |
2020-03-13 | do_last(): simplify the liveness analysis past finish_open_created | Al Viro |
2020-03-13 | do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case | Al Viro |
2020-03-13 | do_last(): don't bother with keeping got_write in FMODE_OPENED case | Al Viro |
2020-03-13 | do_last(): merge the may_open() calls | Al Viro |
2020-03-13 | atomic_open(): lift the call of may_open() into do_last() | Al Viro |
2020-03-13 | atomic_open(): return the right dentry in FMODE_OPENED case | Al Viro |
2020-03-13 | new helper: traverse_mounts() | Al Viro |
2020-03-13 | massage __follow_mount_rcu() a bit | Al Viro |
2020-03-13 | namei: have link_path_walk() maintain LOOKUP_PARENT | Al Viro |
2020-03-13 | link_path_walk(): simplify stack handling | Al Viro |
2020-03-13 | pick_link(): check for WALK_TRAILING, not LOOKUP_PARENT | Al Viro |
2020-03-13 | namei: invert the meaning of WALK_FOLLOW | Al Viro |
2020-03-13 | sanitize handling of nd->last_type, kill LAST_BIND | Al Viro |
2020-03-13 | finally fold get_link() into pick_link() | Al Viro |
2020-03-13 | merging pick_link() with get_link(), part 6 | Al Viro |
2020-03-13 | merging pick_link() with get_link(), part 5 | Al Viro |
2020-03-13 | merging pick_link() with get_link(), part 4 | Al Viro |
2020-03-13 | merging pick_link() with get_link(), part 3 | Al Viro |
2020-03-13 | merging pick_link() with get_link(), part 2 | Al Viro |
2020-03-13 | merging pick_link() with get_link(), part 1 | Al Viro |
2020-03-13 | expand the only remaining call of path_lookup_conditional() | Al Viro |
2020-03-13 | LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat() | Al Viro |
2020-03-13 | fold handle_mounts() into step_into() | Al Viro |
2020-03-13 | new step_into() flag: WALK_NOFOLLOW | Al Viro |
2020-03-13 | step_into() callers: dismiss the symlink earlier | Al Viro |
2020-03-13 | lookup_fast(): take mount traversal into callers | Al Viro |
2020-03-13 | teach handle_mounts() to handle RCU mode | Al Viro |
2020-03-13 | lookup_fast(): consolidate the RCU success case | Al Viro |
2020-03-12 | handle_mounts(): pass dentry in, turn path into a pure out argument | Al Viro |
2020-03-12 | do_last(): collapse the call of path_to_nameidata() | Al Viro |
2020-03-12 | lookup_open(): saner calling conventions (return dentry on success) | Al Viro |
2020-02-27 | atomic_open(): saner calling conventions (return dentry on success) | Al Viro |
2020-02-27 | handle_mounts(): start building a sane wrapper for follow_managed() | Al Viro |