summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2018-12-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2018-05-20Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-04-24getname_kernel() needs to make sure that ->name != ->iname in long caseAl Viro
2018-03-23Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2018-03-22fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman
2018-03-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-02-22vfs: don't do RCU lookup of empty pathnamesLinus Torvalds
2017-08-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2017-08-06dentry name snapshotsAl Viro
2017-02-03ANDROID: fs: Export vfs_rmdir2Guenter Roeck
2017-02-03ANDROID: vfs: Add setattr2 for filesystems with per mount permissionsDaniel Rosenberg
2017-02-03ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg
2016-09-15fs: Check for invalid i_uid in may_follow_link()Seth Forshee
2016-05-18atomic_open(): fix the handling of create_errorAl Viro
2016-05-18vfs: rename: check backing inode being equalMiklos Szeredi
2016-03-03do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro
2016-03-03should_follow_link(): validate ->d_seq after having decided to followAl Viro
2016-03-03do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro
2016-03-03namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro
2015-12-06Don't reset ->total_link_count on nested calls of vfs_path_lookup()Al Viro
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-10-27namei: permit linking with CAP_FOWNER in usernsDirk Steinmetz
2015-10-10namei: results of d_is_negative() should be checked after dentry revalidationTrond Myklebust
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-09-10namei: fix warning while make xmldocs caused by namei.cMasanari Iida
2015-08-21vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman
2015-08-04may_follow_link() should use nd->inodeAl Viro
2015-08-01link_path_walk(): be careful when failing with ENOTDIRAl Viro
2015-06-29namei: make set_root_rcu() return voidAl Viro
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