aboutsummaryrefslogtreecommitdiffstats
path: root/fs/open.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-14[CVE-2009-0029] System call wrappers part 30Heiko Carstens1-7/+6
2009-01-14[CVE-2009-0029] System call wrappers part 20Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 17Heiko Carstens1-9/+7
2009-01-14[CVE-2009-0029] System call wrappers part 16Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 15Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 11Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 10Heiko Carstens1-7/+5
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens1-3/+24
2009-01-05inode->i_op is never NULLAl Viro1-1/+1
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda1-0/+5
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-16/+15
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-6/+11
2008-11-14CRED: Separate task security context from task_structDavid Howells1-8/+9
2008-11-14CRED: Neuter sys_capset()David Howells1-11/+1
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-1/+1
2008-10-13tty: the vhangup syscall is racyAlan Cox1-2/+1
2008-08-01[PATCH] merge locate_fd() and get_unused_fd()Al Viro1-56/+0
2008-07-26[PATCH] fix RLIM_NOFILE handlingAl Viro1-9/+0
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro1-62/+62
2008-07-26[PATCH] preparation to __user_walk_fd cleanupAl Viro1-8/+10
2008-07-26[PATCH] take noexec checks to very few callers that careAl Viro1-0/+10
2008-07-26[patch 4/4] vfs: immutable inode checking cleanupMiklos Szeredi1-22/+2
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro1-5/+5
2008-07-26[PATCH] kill altrootAl Viro1-2/+1
2008-07-26[PATCH] permission checks for chdir need special treatment only on the last stepAl Viro1-3/+2
2008-07-26[patch 1/5] vfs: truncate: dont check immutable twiceMiklos Szeredi1-1/+1
2008-07-24fs: check for statfs overflowJon Tollefson1-1/+2
2008-07-04security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan1-15/+22
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-28xip: support non-struct page backed memoryNick Piggin1-1/+1
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsDave Hansen1-1/+11
2008-04-19[PATCH] r/o bind mounts: make access() use new r/o helperDave Hansen1-2/+11
2008-04-19[PATCH] r/o bind mounts: write counts for truncate()Dave Hansen1-6/+8
2008-04-19[PATCH] r/o bind mounts: elevate write count for chmod/chown callersDave Hansen1-9/+30
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sDave Hansen1-2/+34
2008-04-19[PATCH] merge open_namei() and do_filp_open()Christoph Hellwig1-19/+0
2008-04-19[PATCH] do namei_flags calculation inside open_namei()Dave Hansen1-20/+2
2008-04-10asmlinkage_protect replaces prevent_tail_callRoland McGrath1-4/+4
2008-03-19[PATCH] check for null vfsmount in dentry_open()Christoph Hellwig1-0/+12
2008-02-14Make set_fs_{root,pwd} take a struct pathJan Blunck1-8/+4
2008-02-14Introduce path_put()Jan Blunck1-11/+11
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-15/+16
2008-02-08remove the unused exports of sys_open/sys_readArjan van de Ven1-1/+0
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison1-2/+2
2007-11-14mark sys_open/sys_read exports unusedArjan van de Ven1-1/+1
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro1-2/+2
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-1/+2
2007-10-17fs: correct SuS compliance for open of large file without optionsAlan Cox1-1/+1
2007-10-17SELinux: Improve read/write performanceYuichi Nakamura1-0/+4