summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
Commit message (Expand)AuthorAgeFilesLines
...
* link_path_walk(): sample parent's i_uid and i_mode for the last componentAl Viro2020-04-021-10/+7
* __nd_alloc_stack(): make it return boolAl Viro2020-04-021-27/+18
* reserve_stack(): switch to __nd_alloc_stack()Al Viro2020-04-021-11/+8
* pick_link(): take reserving space on stack into a new helperAl Viro2020-04-021-21/+25
* pick_link(): more straightforward handling of allocation failuresAl Viro2020-04-021-8/+7
* fold path_to_nameidata() into its only remaining callerAl Viro2020-04-021-13/+6
* pick_link(): pass it struct path already with normal refcounting rulesAl Viro2020-04-021-6/+6
* fs/namei.c: kill follow_mount()Al Viro2020-04-021-20/+2
* non-RCU analogue of the previous commitAl Viro2020-04-021-17/+39
* helper for mount rootwards traversalAl Viro2020-04-021-16/+24
* follow_dotdot(): be lazy about changing nd->pathAl Viro2020-04-021-5/+13
* follow_dotdot_rcu(): be lazy about changing nd->pathAl Viro2020-04-021-15/+20
* follow_dotdot{,_rcu}(): massage loopsAl Viro2020-04-021-32/+45
* lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcuAl Viro2020-04-021-34/+37
* follow_dotdot{,_rcu}(): switch to use of step_into()Al Viro2020-03-131-24/+7
* handle_dots(), follow_dotdot{,_rcu}(): preparation to switch to step_into()Al Viro2020-03-131-27/+25
* move handle_dots(), follow_dotdot() and follow_dotdot_rcu() past step_into()Al Viro2020-03-131-130/+130
* follow_dotdot{,_rcu}(): lift LOOKUP_BENEATH checks out of loopAl Viro2020-03-131-10/+10
* follow_dotdot{,_rcu}(): lift switching nd->path to parent out of loopAl Viro2020-03-131-8/+12
* expand path_parent_directory() in its callersAl Viro2020-03-131-18/+11
* path_parent_directory(): leave changing path->dentry to callersAl Viro2020-03-131-15/+19
* path_connected(): pass mount and dentry separatelyAl Viro2020-03-131-7/+5
* split the lookup-related parts of do_last() into a separate helperAl Viro2020-03-131-22/+29
* do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} caseAl Viro2020-03-131-10/+4
* do_last(): simplify the liveness analysis past finish_open_createdAl Viro2020-03-131-17/+11
* do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} caseAl Viro2020-03-131-13/+8
* do_last(): don't bother with keeping got_write in FMODE_OPENED caseAl Viro2020-03-131-20/+11
* do_last(): merge the may_open() callsAl Viro2020-03-131-7/+3
* atomic_open(): lift the call of may_open() into do_last()Al Viro2020-03-131-15/+11
* atomic_open(): return the right dentry in FMODE_OPENED caseAl Viro2020-03-131-1/+5
* new helper: traverse_mounts()Al Viro2020-03-131-105/+72
* massage __follow_mount_rcu() a bitAl Viro2020-03-131-35/+35
* namei: have link_path_walk() maintain LOOKUP_PARENTAl Viro2020-03-131-11/+6
* link_path_walk(): simplify stack handlingAl Viro2020-03-131-9/+5
* pick_link(): check for WALK_TRAILING, not LOOKUP_PARENTAl Viro2020-03-131-5/+5
* namei: invert the meaning of WALK_FOLLOWAl Viro2020-03-131-6/+6
* sanitize handling of nd->last_type, kill LAST_BINDAl Viro2020-03-131-2/+1
* finally fold get_link() into pick_link()Al Viro2020-03-131-74/+61
* merging pick_link() with get_link(), part 6Al Viro2020-03-131-8/+5
* merging pick_link() with get_link(), part 5Al Viro2020-03-131-25/+18
* merging pick_link() with get_link(), part 4Al Viro2020-03-131-33/+26
* merging pick_link() with get_link(), part 3Al Viro2020-03-131-9/+9
* merging pick_link() with get_link(), part 2Al Viro2020-03-131-28/+40
* merging pick_link() with get_link(), part 1Al Viro2020-03-131-5/+7
* expand the only remaining call of path_lookup_conditional()Al Viro2020-03-131-9/+5
* LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()Al Viro2020-03-131-83/+6
* fold handle_mounts() into step_into()Al Viro2020-03-131-26/+15
* new step_into() flag: WALK_NOFOLLOWAl Viro2020-03-131-6/+4
* step_into() callers: dismiss the symlink earlierAl Viro2020-03-131-3/+7
* lookup_fast(): take mount traversal into callersAl Viro2020-03-131-26/+24