aboutsummaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)Author
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-03-26vfs: Use lowercase names of quota functionsJan Kara
2009-01-14[CVE-2009-0029] System call wrappers part 30Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 20Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 17Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 16Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 15Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 11Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 10Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens
2009-01-05inode->i_op is never NULLAl Viro
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Pass credentials through dentry_open()David Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Neuter sys_capset()David Howells
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-10-13tty: the vhangup syscall is racyAlan Cox
2008-08-01[PATCH] merge locate_fd() and get_unused_fd()Al Viro
2008-07-26[PATCH] fix RLIM_NOFILE handlingAl Viro
2008-07-26[PATCH] sanitize __user_walk_fd() et.al.Al Viro
2008-07-26[PATCH] preparation to __user_walk_fd cleanupAl Viro
2008-07-26[PATCH] take noexec checks to very few callers that careAl Viro
2008-07-26[patch 4/4] vfs: immutable inode checking cleanupMiklos Szeredi
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro
2008-07-26[PATCH] kill altrootAl Viro
2008-07-26[PATCH] permission checks for chdir need special treatment only on the last stepAl Viro
2008-07-26[patch 1/5] vfs: truncate: dont check immutable twiceMiklos Szeredi
2008-07-24fs: check for statfs overflowJon Tollefson
2008-07-04security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-28xip: support non-struct page backed memoryNick Piggin
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsDave Hansen
2008-04-19[PATCH] r/o bind mounts: make access() use new r/o helperDave Hansen
2008-04-19[PATCH] r/o bind mounts: write counts for truncate()Dave Hansen
2008-04-19[PATCH] r/o bind mounts: elevate write count for chmod/chown callersDave Hansen
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sDave Hansen
2008-04-19[PATCH] merge open_namei() and do_filp_open()Christoph Hellwig
2008-04-19[PATCH] do namei_flags calculation inside open_namei()Dave Hansen
2008-04-10asmlinkage_protect replaces prevent_tail_callRoland McGrath
2008-03-19[PATCH] check for null vfsmount in dentry_open()Christoph Hellwig
2008-02-14Make set_fs_{root,pwd} take a struct pathJan Blunck
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-08remove the unused exports of sys_open/sys_readArjan van de Ven
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison
2007-11-14mark sys_open/sys_read exports unusedArjan van de Ven
2007-10-21[PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro