summaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)Author
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
2007-10-17Implement file posix capabilitiesSerge E. Hallyn
2007-10-17fs: correct SuS compliance for open of large file without optionsAlan Cox
2007-10-17SELinux: Improve read/write performanceYuichi Nakamura
2007-07-31VFS: fix a race in lease-breaking during truncatedavid m. richter
2007-07-24fallocate syscall interface deficiencyUlrich Drepper
2007-07-17sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora
2007-07-16O_CLOEXEC for SCM_RIGHTSUlrich Drepper
2007-07-16Introduce O_CLOEXECUlrich Drepper
2007-05-08Remove suid/sgid bits on [f]truncate()Linus Torvalds
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra
2006-10-01[PATCH] r/o bind mounts: prepare for write access checks: collapse if()Dave Hansen
2006-10-01[PATCH] Create fs/utimes.cAlexey Dobriyan
2006-09-29[PATCH] fix wrong error code on interrupted close syscallsErnie Petrides
2006-09-29[PATCH] vfs: define new lookup flag for chdirMiklos Szeredi
2006-06-25[PATCH] ftruncate does not always update m/ctimePeter Staubach
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells