summaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-31VFS: fix a race in lease-breaking during truncatedavid m. richter1-7/+9
2007-07-24fallocate syscall interface deficiencyUlrich Drepper1-1/+1
2007-07-17sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora1-0/+59
2007-07-16O_CLOEXEC for SCM_RIGHTSUlrich Drepper1-1/+1
2007-07-16Introduce O_CLOEXECUlrich Drepper1-3/+11
2007-05-08Remove suid/sgid bits on [f]truncate()Linus Torvalds1-0/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov1-2/+1
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-13/+13
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra1-0/+1
2006-10-01[PATCH] r/o bind mounts: prepare for write access checks: collapse if()Dave Hansen1-27/+37
2006-10-01[PATCH] Create fs/utimes.cAlexey Dobriyan1-134/+0
2006-09-29[PATCH] fix wrong error code on interrupted close syscallsErnie Petrides1-1/+11
2006-09-29[PATCH] vfs: define new lookup flag for chdirMiklos Szeredi1-1/+2
2006-06-25[PATCH] ftruncate does not always update m/ctimePeter Staubach1-1/+1
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-13/+13