aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27VFS: fix recent breakage of FS_REVAL_DOTNeil Brown1-1/+1
2010-05-21namei.c : update mnt when it neededHuang Shijie1-2/+3
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro1-8/+13
2010-05-13vfs: Fix O_NOFOLLOW behavior for paths with trailing slashesJan Kara1-2/+4
2010-03-26Restore LOOKUP_DIRECTORY hint handling in final lookup on open()Al Viro1-8/+10
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06Fix a dumb typo - use of & instead of &&Al Viro1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-16/+0
2010-03-05Switch !O_CREAT case to use of do_last()Al Viro1-61/+66
2010-03-05Get rid of symlink body copyingAl Viro1-31/+24
2010-03-05Finish pulling of -ESTALE handling to upper level in do_filp_open()Al Viro1-1/+3
2010-03-05Turn do_link spaghetty into a normal loopAl Viro1-45/+38
2010-03-05Unify exits in O_CREAT handlingAl Viro1-17/+13
2010-03-05Kill is_link argument of do_last()Al Viro1-14/+7
2010-03-05Pull handling of LAST_BIND into do_last(), clean up ok: part in do_filp_open()Al Viro1-11/+6
2010-03-05Leave mangled flag only for setting nd.intent.open.flagAl Viro1-6/+6
2010-03-05Get rid of passing mangled flag to do_last()Al Viro1-5/+5
2010-03-05Don't pass mangled open_flag to finish_open()Al Viro1-4/+4
2010-03-05pull more into do_last()Al Viro1-14/+7
2010-03-05bail out with ELOOP earlier in do_link loopAl Viro1-6/+1
2010-03-05pull the common predecessors into do_last()Al Viro1-12/+9
2010-03-05postpone __putname() until after do_last()Al Viro1-1/+1
2010-03-05unroll do_last: loop in do_filp_open()Al Viro1-3/+7
2010-03-05Shift releasing nd->root from do_last() to its callerAl Viro1-6/+2
2010-03-05gut do_filp_open() a bit more (do_last separation)Al Viro1-68/+103
2010-03-05beginning to untangle do_filp_open()Al Viro1-50/+56
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-16/+0
2010-03-03Merge branch 'for-fsnotify' into for-linusAl Viro1-5/+3
2010-03-03set S_DEAD on unlink() and non-directory rename() victimsAl Viro1-1/+6
2010-03-03Clean follow_dotdot() up a bitAl Viro1-16/+3
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-5/+5
2010-02-19fix LOOKUP_FOLLOW on automount "symlinks"Al Viro1-2/+12
2010-02-08Lose the first argument of audit_inode_child()Al Viro1-1/+1
2010-02-08Lose the new_name argument of fsnotify_move()Al Viro1-4/+2
2010-02-07ima: rename ima_path_check to ima_file_checkMimi Zohar1-2/+2
2010-02-07fix ima breakageMimi Zohar1-4/+2
2010-02-04Fix misspellings of "truly" in comments.Adam Buchbinder1-1/+1
2010-01-14Fix the -ESTALE handling in do_filp_open()Al Viro1-11/+9
2010-01-14Fix ACC_MODE() for realAl Viro1-1/+1
2010-01-14fix autofs/afs/etc. magic mountpoint breakageAl Viro1-0/+1
2009-12-30generic_permission: MAY_OPEN is not write accessSerge E. Hallyn1-0/+1
2009-12-22Sanitize f_flags helpersAl Viro1-2/+0
2009-12-22Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)Al Viro1-2/+4
2009-12-17vfs: remove extraneous NULL d_inode check from do_filp_openJeff Layton1-1/+1
2009-12-16vfs: force reval of target when following LAST_BIND symlinks (try #7)Jeff Layton1-0/+45
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro1-2/+2
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro1-31/+25
2009-12-16O_TRUNC open shouldn't fail after file truncationAl Viro1-53/+56
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris1-0/+2
2009-12-16Sanitize exec_permission_lite()Al Viro1-9/+8