aboutsummaryrefslogtreecommitdiffstats
path: root/fs/open.c
Commit message (Expand)AuthorAge
* [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
* [PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro2007-10-21
* Implement file posix capabilitiesSerge E. Hallyn2007-10-17
* fs: correct SuS compliance for open of large file without optionsAlan Cox2007-10-17
* SELinux: Improve read/write performanceYuichi Nakamura2007-10-16
* VFS: fix a race in lease-breaking during truncatedavid m. richter2007-07-31
* fallocate syscall interface deficiencyUlrich Drepper2007-07-24
* sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora2007-07-17
* O_CLOEXEC for SCM_RIGHTSUlrich Drepper2007-07-16
* Introduce O_CLOEXECUlrich Drepper2007-07-16
* Remove suid/sgid bits on [f]truncate()Linus Torvalds2007-05-08
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* [PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov2006-12-10
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-08
* [PATCH] tty: ->signal->tty lockingPeter Zijlstra2006-12-08
* [PATCH] r/o bind mounts: prepare for write access checks: collapse if()Dave Hansen2006-10-01
* [PATCH] Create fs/utimes.cAlexey Dobriyan2006-10-01
* [PATCH] fix wrong error code on interrupted close syscallsErnie Petrides2006-09-29
* [PATCH] vfs: define new lookup flag for chdirMiklos Szeredi2006-09-29
* [PATCH] ftruncate does not always update m/ctimePeter Staubach2006-06-25