aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2015-05-15turn user_{path_at,path,lpath,path_dir}() into static inlinesAl Viro
2015-05-15namei: move saved_nd pointer into struct nameidataAl Viro
2015-05-15inline user_path_create()Al Viro
2015-05-15inline user_path_parent()Al Viro
2015-05-15namei: trim do_last() argumentsAl Viro
2015-05-15namei: stash dfd and name into nameidataAl Viro
2015-05-15namei: fold path_cleanup() into terminate_walk()Al Viro
2015-05-15namei: saner calling conventions for filename_parentat()Al Viro
2015-05-15namei: saner calling conventions for filename_create()Al Viro
2015-05-15namei: shift nameidata down into filename_parentat()Al Viro
2015-05-15namei: make filename_lookup() reject ERR_PTR() passed as nameAl Viro
2015-05-15namei: shift nameidata inside filename_lookup()Al Viro
2015-05-15namei: move putname() call into filename_lookup()Al Viro
2015-05-15namei: pass the struct path to store the result down into path_lookupat()Al Viro
2015-05-15namei: uninline set_root{,_rcu}()Al Viro
2015-05-15namei: be careful with mountpoint crossings in follow_dotdot_rcu()Al Viro
2015-05-15namei: unlazy_walk() doesn't need to mess with current->fs anymoreAl Viro
2015-05-15namei: handle absolute symlinks without dropping out of RCU modeAl Viro
2015-05-15enable passing fast relative symlinks without dropping out of RCU modeAl Viro
2015-05-15VFS/namei: make the use of touch_atime() in get_link() RCU-safe.NeilBrown
2015-05-15namei: don't unlazy until get_link()Al Viro
2015-05-15namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_linkAl Viro
2015-05-11namei: store seq numbers in nd->stack[]Al Viro
2015-05-11namei: make may_follow_link() safe in RCU modeAl Viro
2015-05-11namei: make put_link() RCU-safeAl Viro
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-11security: make inode_follow_link RCU-walk awareNeilBrown
2015-05-11namei: pick_link() callers already have inodeAl Viro
2015-05-11VFS: Handle lower layer dentry/inode in pathwalkDavid Howells
2015-05-11namei: store inode in nd->stack[]Al Viro
2015-05-11namei: don't mangle nd->seq in lookup_fast()Al Viro
2015-05-11namei: explicitly pass seq number to unlazy_walk() when dentry != NULLAl Viro
2015-05-11link_path_walk: use explicit returns for failure exitsAl Viro
2015-05-11namei: lift terminate_walk() all the way upAl Viro
2015-05-11namei: lift link_path_walk() call out of trailing_symlink()Al Viro
2015-05-11namei: path_init() calling conventions changeAl Viro
2015-05-11namei: get rid of nameidata->baseAl Viro
2015-05-10namei: split off filename_lookupat() with LOOKUP_PARENTAl Viro
2015-05-10namei: may_follow_link() - lift terminate_walk() on failures into callerAl Viro
2015-05-10namei: take increment of nd->depth into pick_link()Al Viro
2015-05-10namei: kill nd->linkAl Viro
2015-05-10may_follow_link(): trim argumentsAl Viro
2015-05-10namei: move bumping the refcount of link->mnt into pick_link()Al Viro
2015-05-10namei: fold put_link() into the failure case of complete_walk()Al Viro
2015-05-10namei: take the treatment of absolute symlinks to get_link()Al Viro
2015-05-10namei: simpler treatment of symlinks with nothing other that / in the bodyAl Viro
2015-05-10namei: simplify failure exits in get_link()Al Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10namei: simplify the callers of follow_managed()Al Viro
2015-05-10VFS: replace {, total_}link_count in task_struct with pointer to nameidataNeilBrown