summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2009-12-16Kill cached_lookup() and real_lookup()Al Viro1-87/+66
2009-12-16Kill path_lookup_open()Al Viro1-32/+16
2009-12-16Take hash recalculation into do_lookup()Al Viro1-17/+11
2009-12-16kill __link_path_walk()/link_path_walk() distinctionAl Viro1-34/+34
2009-12-16lift path_put(path) to callers of __do_follow_link()Al Viro1-2/+2
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+9
2009-12-11sysfs: Propagate renames to the vfs on demandEric W. Biederman1-22/+0
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-0/+9
2009-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-2/+4
2009-09-11Merge branch 'next' into for-linusJames Morris1-2/+4
2009-09-08Make 'check_acl()' a first-class filesystem opLinus Torvalds1-27/+35
2009-09-08Simplify exec_permission_lite(), part 3Linus Torvalds1-2/+6
2009-09-08Simplify exec_permission_lite() furtherLinus Torvalds1-7/+1
2009-09-08Simplify exec_permission_lite() logicLinus Torvalds1-4/+1
2009-09-08Do not call 'ima_path_check()' for each path componentLinus Torvalds1-3/+0
2009-09-07IMA: update ima_counts_putMimi Zohar1-7/+15
2009-09-03IMA: open new file for readMimi Zohar1-2/+4
2009-06-29integrity: add ima_counts_put (updated)Mimi Zohar1-0/+7
2009-06-24vfs: fix nd->root leak in do_filp_open()J. R. Okajima1-1/+10
2009-06-11switch lookup_mnt()Al Viro1-3/+3
2009-06-11switch follow_mount()Al Viro1-8/+8
2009-06-11switch follow_down()Al Viro1-6/+6
2009-06-11switch follow_up() to struct pathAl Viro1-8/+8
2009-06-11Make vfs_path_lookup() use starting point as rootAl Viro1-5/+4
2009-06-11Cache root in nameidataAl Viro1-19/+34
2009-06-11Preparations to caching root in path_walk()Al Viro1-10/+21
2009-05-22Merge branch 'master' into nextJames Morris1-6/+7
2009-05-22integrity: path_check updateMimi Zohar1-2/+4