aboutsummaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-29integrity: add ima_counts_put (updated)Gravatar Mimi Zohar 1-0/+7
2009-06-24vfs: fix nd->root leak in do_filp_open()Gravatar J. R. Okajima 1-1/+10
2009-06-11switch lookup_mnt()Gravatar Al Viro 1-3/+3
2009-06-11switch follow_mount()Gravatar Al Viro 1-8/+8
2009-06-11switch follow_down()Gravatar Al Viro 1-6/+6
2009-06-11switch follow_up() to struct pathGravatar Al Viro 1-8/+8
2009-06-11Make vfs_path_lookup() use starting point as rootGravatar Al Viro 1-5/+4
2009-06-11Cache root in nameidataGravatar Al Viro 1-19/+34
2009-06-11Preparations to caching root in path_walk()Gravatar Al Viro 1-10/+21
2009-05-22Merge branch 'master' into nextGravatar James Morris 1-6/+7
2009-05-22integrity: path_check updateGravatar Mimi Zohar 1-2/+4
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Gravatar Al Viro 1-6/+7
2009-04-20Fix i_mutex vs. readdir handling in nfsdGravatar David Woodhouse 1-0/+2
2009-03-31Get rid of indirect include of fs_struct.hGravatar Al Viro 1-0/+1
2009-03-31New helper - current_umask()Gravatar Al Viro 1-3/+3
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Gravatar Al Viro 1-7/+0
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-14/+12
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-11/+11
2009-03-27cleanup may_openGravatar Christoph Hellwig 1-14/+12
2009-03-26vfs: Use lowercase names of quota functionsGravatar Jan Kara 1-11/+11
2009-02-06Merge branch 'master' into nextGravatar James Morris 1-82/+115
2009-02-06integrity: IMA hooksGravatar Mimi Zohar 1-0/+8
2009-01-14[CVE-2009-0029] System call wrappers part 29Gravatar Heiko Carstens 1-11/+10
2009-01-14[CVE-2009-0029] System call wrappers part 20Gravatar Heiko Carstens 1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 15Gravatar Heiko Carstens 1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 14Gravatar Heiko Carstens 1-4/+4
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-19/+13
2009-01-05inode->i_op is never NULLGravatar Al Viro 1-19/+13
2009-01-04fs: symlink write_begin allocation context fixGravatar Nick Piggin 1-4/+9
2008-12-31make INIT_FS use the __RW_LOCK_UNLOCKED initializationGravatar Steven Rostedt 1-1/+1
2008-12-31take init_fs to saner placeGravatar Al Viro 1-0/+7
2008-12-31kill vfs_permissionGravatar Christoph Hellwig 1-18/+13
2008-12-31pass a struct path * to may_openGravatar Christoph Hellwig 1-7/+7
2008-12-31kill walk_init_rootGravatar Christoph Hellwig 1-13/+8
2008-12-31remove incorrect comment in inode_permissionGravatar Christoph Hellwig 1-1/+0
2008-12-31vfs: ensure page symlinks are NUL-terminatedGravatar Duane Griffin 1-2/+5
2008-12-31introduce new LSM hooks where vfsmount is available.Gravatar Kentaro Takeda 1-0/+36
2008-12-04Merge branch 'master' into nextGravatar James Morris 1-1/+1
2008-11-19don't unlink an active swapfileGravatar Hugh Dickins 1-1/+1
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemGravatar David Howells 1-4/+6
2008-10-23[PATCH] move executable checking into ->permission()Gravatar Miklos Szeredi 1-17/+4
2008-10-23[PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intentGravatar OGAWA Hirofumi 1-0/+1
2008-10-23[PATCH vfs-2.6 5/6] vfs: remove LOOKUP_PARENT from non LOOKUP_PARENT lookupGravatar OGAWA Hirofumi 1-9/+18
2008-10-23[PATCH vfs-2.6 2/6] vfs: add d_ancestor()Gravatar OGAWA Hirofumi 1-12/+10
2008-10-23[PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT()Gravatar OGAWA Hirofumi 1-2/+2
2008-10-23[PATCH] make O_EXCL in nd->intent.flags visible in nd->flagsGravatar Al Viro 1-1/+3
2008-10-23[PATCH] get rid of path_lookup_create()Gravatar Al Viro 1-39/+22
2008-10-23[PATCH] new helper - kern_path()Gravatar Al Viro 1-0/+10
2008-08-01[patch 3/4] vfs: remove unused nameidata argument of may_create()Gravatar Miklos Szeredi 1-8/+7
2008-08-01Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: TreeGravatar Stephen Smalley 1-1/+1