aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
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
2010-03-03Merge branch 'for-fsnotify' into for-linusAl Viro
2010-03-03set S_DEAD on unlink() and non-directory rename() victimsAl Viro
2010-03-03Clean follow_dotdot() up a bitAl Viro
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro
2010-02-19fix LOOKUP_FOLLOW on automount "symlinks"Al Viro
2010-02-08Lose the first argument of audit_inode_child()Al Viro
2010-02-08Lose the new_name argument of fsnotify_move()Al Viro
2010-02-07ima: rename ima_path_check to ima_file_checkMimi Zohar
2010-02-07fix ima breakageMimi Zohar
2010-02-04Fix misspellings of "truly" in comments.Adam Buchbinder
2010-01-14Fix the -ESTALE handling in do_filp_open()Al Viro
2010-01-14Fix ACC_MODE() for realAl Viro
2010-01-14fix autofs/afs/etc. magic mountpoint breakageAl Viro
2009-12-30generic_permission: MAY_OPEN is not write accessSerge E. Hallyn
2009-12-22Sanitize f_flags helpersAl Viro
2009-12-22Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)Al Viro
2009-12-17vfs: remove extraneous NULL d_inode check from do_filp_openJeff Layton
2009-12-16vfs: force reval of target when following LAST_BIND symlinks (try #7)Jeff Layton
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro
2009-12-16O_TRUNC open shouldn't fail after file truncationAl Viro
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris
2009-12-16Sanitize exec_permission_lite()Al Viro
2009-12-16Kill cached_lookup() and real_lookup()Al Viro
2009-12-16Kill path_lookup_open()Al Viro