aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/jack/linux-fs-2.6Linus 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/jmorris/security-testing-2.6Linus 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
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro1-6/+7
2009-04-20Fix i_mutex vs. readdir handling in nfsdDavid Woodhouse1-0/+2
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-31New helper - current_umask()Al Viro1-3/+3
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Al Viro1-7/+0
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-14/+12
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6Linus Torvalds1-11/+11