aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-13vfs: Fix O_NOFOLLOW behavior for paths with trailing slashesGravatar Jan Kara 1-2/+4
2010-03-26Restore LOOKUP_DIRECTORY hint handling in final lookup on open()Gravatar Al Viro 1-8/+10
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-06Fix a dumb typo - use of & instead of &&Gravatar Al Viro 1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-16/+0
2010-03-05Switch !O_CREAT case to use of do_last()Gravatar Al Viro 1-61/+66
2010-03-05Get rid of symlink body copyingGravatar Al Viro 1-31/+24
2010-03-05Finish pulling of -ESTALE handling to upper level in do_filp_open()Gravatar Al Viro 1-1/+3
2010-03-05Turn do_link spaghetty into a normal loopGravatar Al Viro 1-45/+38
2010-03-05Unify exits in O_CREAT handlingGravatar Al Viro 1-17/+13
2010-03-05Kill is_link argument of do_last()Gravatar Al Viro 1-14/+7
2010-03-05Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open()Gravatar Al Viro 1-11/+6
2010-03-05Leave mangled flag only for setting nd.intent.open.flagGravatar Al Viro 1-6/+6
2010-03-05Get rid of passing mangled flag to do_last()Gravatar Al Viro 1-5/+5
2010-03-05Don't pass mangled open_flag to finish_open()Gravatar Al Viro 1-4/+4
2010-03-05pull more into do_last()Gravatar Al Viro 1-14/+7
2010-03-05bail out with ELOOP earlier in do_link loopGravatar Al Viro 1-6/+1
2010-03-05pull the common predecessors into do_last()Gravatar Al Viro 1-12/+9
2010-03-05postpone __putname() until after do_last()Gravatar Al Viro 1-1/+1
2010-03-05unroll do_last: loop in do_filp_open()Gravatar Al Viro 1-3/+7
2010-03-05Shift releasing nd->root from do_last() to its callerGravatar Al Viro 1-6/+2
2010-03-05gut do_filp_open() a bit more (do_last separation)Gravatar Al Viro 1-68/+103
2010-03-05beginning to untangle do_filp_open()Gravatar Al Viro 1-50/+56
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-16/+0
2010-03-03Merge branch 'for-fsnotify' into for-linusGravatar Al Viro 1-5/+3
2010-03-03set S_DEAD on unlink() and non-directory rename() victimsGravatar Al Viro 1-1/+6
2010-03-03Clean follow_dotdot() up a bitGravatar Al Viro 1-16/+3
2010-03-03Switch may_open() and break_lease() to passing O_...Gravatar Al Viro 1-5/+5
2010-02-19fix LOOKUP_FOLLOW on automount "symlinks"Gravatar Al Viro 1-2/+12
2010-02-08Lose the first argument of audit_inode_child()Gravatar Al Viro 1-1/+1
2010-02-08Lose the new_name argument of fsnotify_move()Gravatar Al Viro 1-4/+2
2010-02-07ima: rename ima_path_check to ima_file_checkGravatar Mimi Zohar 1-2/+2
2010-02-07fix ima breakageGravatar Mimi Zohar 1-4/+2
2010-02-04Fix misspellings of "truly" in comments.Gravatar Adam Buchbinder 1-1/+1
2010-01-14Fix the -ESTALE handling in do_filp_open()Gravatar Al Viro 1-11/+9
2010-01-14Fix ACC_MODE() for realGravatar Al Viro 1-1/+1
2010-01-14fix autofs/afs/etc. magic mountpoint breakageGravatar Al Viro 1-0/+1
2009-12-30generic_permission: MAY_OPEN is not write accessGravatar Serge E. Hallyn 1-0/+1
2009-12-22Sanitize f_flags helpersGravatar Al Viro 1-2/+0
2009-12-22Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)Gravatar Al Viro 1-2/+4
2009-12-17vfs: remove extraneous NULL d_inode check from do_filp_openGravatar Jeff Layton 1-1/+1
2009-12-16vfs: force reval of target when following LAST_BIND symlinks (try #7)Gravatar Jeff Layton 1-0/+45
2009-12-16Untangling ima mess, part 3: kill dead code in imaGravatar Al Viro 1-2/+2
2009-12-16Untangling ima mess, part 2: deal with countersGravatar Al Viro 1-31/+25
2009-12-16O_TRUNC open shouldn't fail after file truncationGravatar Al Viro 1-53/+56
2009-12-16fs: move get_empty_filp() deffinition to internal.hGravatar Eric Paris 1-0/+2
2009-12-16Sanitize exec_permission_lite()Gravatar Al Viro 1-9/+8
2009-12-16Kill cached_lookup() and real_lookup()Gravatar Al Viro 1-87/+66
2009-12-16Kill path_lookup_open()Gravatar Al Viro 1-32/+16
2009-12-16Take hash recalculation into do_lookup()Gravatar Al Viro 1-17/+11