aboutsummaryrefslogtreecommitdiffstats
path: root/fs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-27cleanup may_openChristoph Hellwig1-14/+12
2009-03-26vfs: Use lowercase names of quota functionsJan Kara1-11/+11
2009-02-06Merge branch 'master' into nextJames Morris1-82/+115
2009-02-06integrity: IMA hooksMimi Zohar1-0/+8
2009-01-14[CVE-2009-0029] System call wrappers part 29Heiko Carstens1-11/+10
2009-01-14[CVE-2009-0029] System call wrappers part 20Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 15Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens1-4/+4
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-19/+13
2009-01-05inode->i_op is never NULLAl Viro1-19/+13
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-4/+9
2008-12-31make INIT_FS use the __RW_LOCK_UNLOCKED initializationSteven Rostedt1-1/+1
2008-12-31take init_fs to saner placeAl Viro1-0/+7
2008-12-31kill vfs_permissionChristoph Hellwig1-18/+13
2008-12-31pass a struct path * to may_openChristoph Hellwig1-7/+7
2008-12-31kill walk_init_rootChristoph Hellwig1-13/+8
2008-12-31remove incorrect comment in inode_permissionChristoph Hellwig1-1/+0
2008-12-31vfs: ensure page symlinks are NUL-terminatedDuane Griffin1-2/+5
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda1-0/+36
2008-12-04Merge branch 'master' into nextJames Morris1-1/+1
2008-11-19don't unlink an active swapfileHugh Dickins1-1/+1
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells1-4/+6
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi1-17/+4
2008-10-23[PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intentOGAWA Hirofumi1-0/+1
2008-10-23[PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookupOGAWA Hirofumi1-9/+18
2008-10-23[PATCH vfs-2.6 2/6] vfs: add d_ancestor()OGAWA Hirofumi1-12/+10
2008-10-23[PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT()OGAWA Hirofumi1-2/+2
2008-10-23[PATCH] make O_EXCL in nd->intent.flags visible in nd->flagsAl Viro1-1/+3
2008-10-23[PATCH] get rid of path_lookup_create()Al Viro1-39/+22
2008-10-23[PATCH] new helper - kern_path()Al Viro1-0/+10
2008-08-01[patch 3/4] vfs: remove unused nameidata argument of may_create()Miklos Szeredi1-8/+7
2008-08-01Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: TreeStephen Smalley1-1/+1
2008-07-26[PATCH] get rid of __user_path_lookup_openAl Viro1-13/+0
2008-07-26[PATCH] new (local) helper: user_path_parent()Al Viro1-80/+57
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-18/+18
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-13/+9
2008-07-26[PATCH] take noexec checks to very few callers that careAl Viro1-9/+0
2008-07-26[PATCH] more nameidata removal: exec_permission_lite() doesn't need itAl Viro1-3/+2
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro1-9/+4
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro1-2/+0
2008-07-26[PATCH] kill altrootAl Viro1-87/+2
2008-07-26[PATCH] permission checks for chdir need special treatment only on the last stepAl Viro1-2/+0
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi1-2/+2