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