summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
2010-02-19fix LOOKUP_FOLLOW on automount "symlinks"Al Viro
2010-02-07ima: rename ima_path_check to ima_file_checkMimi Zohar
2010-02-07fix ima breakageMimi Zohar
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
2009-12-16Take hash recalculation into do_lookup()Al Viro
2009-12-16kill __link_path_walk()/link_path_walk() distinctionAl Viro
2009-12-16lift path_put(path) to callers of __do_follow_link()Al Viro
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2009-12-11sysfs: Propagate renames to the vfs on demandEric W. Biederman
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig
2009-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-09-11Merge branch 'next' into for-linusJames Morris
2009-09-08Make 'check_acl()' a first-class filesystem opLinus Torvalds
2009-09-08Simplify exec_permission_lite(), part 3Linus Torvalds
2009-09-08Simplify exec_permission_lite() furtherLinus Torvalds
2009-09-08Simplify exec_permission_lite() logicLinus Torvalds
2009-09-08Do not call 'ima_path_check()' for each path componentLinus Torvalds
2009-09-07IMA: update ima_counts_putMimi Zohar
2009-09-03IMA: open new file for readMimi Zohar
2009-06-29integrity: add ima_counts_put (updated)Mimi Zohar
2009-06-24vfs: fix nd->root leak in do_filp_open()J. R. Okajima
2009-06-11switch lookup_mnt()Al Viro
2009-06-11switch follow_mount()Al Viro
2009-06-11switch follow_down()Al Viro
2009-06-11switch follow_up() to struct pathAl Viro
2009-06-11Make vfs_path_lookup() use starting point as rootAl Viro
2009-06-11Cache root in nameidataAl Viro
2009-06-11Preparations to caching root in path_walk()Al Viro
2009-05-22Merge branch 'master' into nextJames Morris
2009-05-22integrity: path_check updateMimi Zohar
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro
2009-04-20Fix i_mutex vs. readdir handling in nfsdDavid Woodhouse
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-03-31New helper - current_umask()Al Viro
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Al Viro
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds