summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
AgeCommit message (Expand)Author
2016-05-11Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-10vfs: add lookup_hash() helperMiklos Szeredi
2016-05-10vfs: rename: check backing inode being equalMiklos Szeredi
2016-04-30atomic_open(): fix the handling of create_errorAl Viro
2016-03-31fix the braino in "namei: massage lookup_slow() to be usable by lookup_one_le...Al Viro
2016-03-14kill dentry_unhash()Al Viro
2016-03-14namei: teach lookup_slow() to skip revalidateAl Viro
2016-03-14namei: massage lookup_slow() to be usable by lookup_one_len_unlocked()Al Viro
2016-03-14lookup_one_len_unlocked(): use lookup_dcache()Al Viro
2016-03-14namei: simplify invalidation logics in lookup_dcache()Al Viro
2016-03-14namei: change calling conventions for lookup_{fast,slow} and follow_managed()Al Viro
2016-03-14namei: untanlge lookup_fast()Al Viro
2016-03-05lookup_dcache(): lift d_alloc() into callersAl Viro
2016-03-05do_last(): reorder and simplify a bitAl Viro
2016-02-27do_last(): ELOOP failure exit should be done after leaving RCU modeAl Viro
2016-02-27should_follow_link(): validate ->d_seq after having decided to followAl Viro
2016-02-27namei: ->d_inode of a pinned dentry is stable only for positivesAl Viro
2016-02-27do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08teach page_get_link() to work in RCU modeAl Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro
2015-12-06restore_nameidata(): no need to clear now->stackAl Viro
2015-12-06namei.c: take "jump to root" into a new helperAl Viro
2015-12-06path_init(): set nd->inode earlier in cwd-relative caseAl Viro
2015-12-06namei.c: fold set_root_rcu() into set_root()Al Viro
2015-12-06typo in fs/namei.c commentMike Marshall
2015-12-06namei: page_getlink() and page_follow_link_light() are the same thingAl 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