aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2011-01-10fs: fix namei.c kernel-doc notationRandy Dunlap
2011-01-07fs: scale mntget/mntputNick Piggin
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: fs_struct use seqlockNick Piggin
2011-01-07fs: rcu-walk for path lookupNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2010-12-07fanotify: if set by user unset FMODE_NONOTIFY before fsnotify_perm() is calledLino Sanfilippo
2010-10-29fix open/umount raceAl Viro
2010-10-25new helper: ihold()Al Viro
2010-10-25fs: move permission check back into __lookup_hashChristoph Hellwig
2010-08-18fs: brlock vfsmount_lockNick Piggin
2010-08-18fs: remove extra lookup in __lookup_hashNick Piggin
2010-08-18fs: dentry allocation consolidationNick Piggin
2010-08-18fs: fix do_lookup false negativeNick Piggin
2010-08-11vfs: add helpers to get root and pwdMiklos Szeredi
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-08-02security: make LSMs explicitly mask off permissionsEric Paris
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa
2010-07-28fsnotify: use unsigned char * for dentry->d_name.nameEric Paris
2010-05-27VFS: fix recent breakage of FS_REVAL_DOTNeil Brown
2010-05-21namei.c : update mnt when it neededHuang Shijie
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro
2010-05-13vfs: Fix O_NOFOLLOW behavior for paths with trailing slashesJan Kara
2010-03-26Restore LOOKUP_DIRECTORY hint handling in final lookup on open()Al Viro
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-06Fix a dumb typo - use of & instead of &&Al Viro
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-05Switch !O_CREAT case to use of do_last()Al Viro
2010-03-05Get rid of symlink body copyingAl Viro
2010-03-05Finish pulling of -ESTALE handling to upper level in do_filp_open()Al Viro
2010-03-05Turn do_link spaghetty into a normal loopAl Viro
2010-03-05Unify exits in O_CREAT handlingAl Viro
2010-03-05Kill is_link argument of do_last()Al Viro
2010-03-05Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open()Al Viro
2010-03-05Leave mangled flag only for setting nd.intent.open.flagAl Viro
2010-03-05Get rid of passing mangled flag to do_last()Al Viro
2010-03-05Don't pass mangled open_flag to finish_open()Al Viro
2010-03-05pull more into do_last()Al Viro
2010-03-05bail out with ELOOP earlier in do_link loopAl Viro
2010-03-05pull the common predecessors into do_last()Al Viro
2010-03-05postpone __putname() until after do_last()Al Viro
2010-03-05unroll do_last: loop in do_filp_open()Al Viro
2010-03-05Shift releasing nd->root from do_last() to its callerAl Viro
2010-03-05gut do_filp_open() a bit more (do_last separation)Al Viro
2010-03-05beginning to untangle do_filp_open()Al Viro
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig