summaryrefslogtreecommitdiffstats
path: root/fs/open.c
Commit message (Expand)AuthorAgeFilesLines
* security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan2008-07-041-15/+22
* [PATCH] split linux/file.hAl Viro2008-05-011-0/+1
* xip: support non-struct page backed memoryNick Piggin2008-04-281-1/+1
* [PATCH] r/o bind mounts: debugging for missed callsDave Hansen2008-04-191-1/+11
* [PATCH] r/o bind mounts: make access() use new r/o helperDave Hansen2008-04-191-2/+11
* [PATCH] r/o bind mounts: write counts for truncate()Dave Hansen2008-04-191-6/+8
* [PATCH] r/o bind mounts: elevate write count for chmod/chown callersDave Hansen2008-04-191-9/+30
* [PATCH] r/o bind mounts: elevate write count for open()sDave Hansen2008-04-191-2/+34
* [PATCH] merge open_namei() and do_filp_open()Christoph Hellwig2008-04-191-19/+0
* [PATCH] do namei_flags calculation inside open_namei()Dave Hansen2008-04-191-20/+2
* asmlinkage_protect replaces prevent_tail_callRoland McGrath2008-04-101-4/+4
* [PATCH] check for null vfsmount in dentry_open()Christoph Hellwig2008-03-191-0/+12
* Make set_fs_{root,pwd} take a struct pathJan Blunck2008-02-141-8/+4
* Introduce path_put()Jan Blunck2008-02-141-11/+11
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-15/+16
* remove the unused exports of sys_open/sys_readArjan van de Ven2008-02-081-1/+0
* fs: remove fastcall, it is always emptyHarvey Harrison2008-02-081-2/+2
* mark sys_open/sys_read exports unusedArjan van de Ven2007-11-141-1/+1
* [PATCH] pass dentry to audit_inode()/audit_inode_child()Al Viro2007-10-211-2/+2
* Implement file posix capabilitiesSerge E. Hallyn2007-10-171-1/+2
* fs: correct SuS compliance for open of large file without optionsAlan Cox2007-10-171-1/+1
* SELinux: Improve read/write performanceYuichi Nakamura2007-10-171-0/+4
* VFS: fix a race in lease-breaking during truncatedavid m. richter2007-07-311-7/+9
* fallocate syscall interface deficiencyUlrich Drepper2007-07-241-1/+1
* sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora2007-07-171-0/+59
* O_CLOEXEC for SCM_RIGHTSUlrich Drepper2007-07-161-1/+1
* Introduce O_CLOEXECUlrich Drepper2007-07-161-3/+11
* Remove suid/sgid bits on [f]truncate()Linus Torvalds2007-05-081-0/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov2006-12-101-2/+1
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-13/+13
* [PATCH] tty: ->signal->tty lockingPeter Zijlstra2006-12-081-0/+1
* [PATCH] r/o bind mounts: prepare for write access checks: collapse if()Dave Hansen2006-10-011-27/+37
* [PATCH] Create fs/utimes.cAlexey Dobriyan2006-10-011-134/+0
* [PATCH] fix wrong error code on interrupted close syscallsErnie Petrides2006-09-291-1/+11
* [PATCH] vfs: define new lookup flag for chdirMiklos Szeredi2006-09-291-1/+2
* [PATCH] ftruncate does not always update m/ctimePeter Staubach2006-06-251-1/+1
* [PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2006-06-231-1/+1
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-13/+13
* [PATCH] log more info for directory entry change eventsAmy Griffis2006-06-201-2/+2
* [PATCH] fs/open.c: unexport sys_openatAdrian Bunk2006-05-151-1/+0
* x86: be careful about tailcall breakage for sys_open[at] tooLinus Torvalds2006-04-181-2/+14
* x86: don't allow tail-calls in sys_ftruncate[64]()Linus Torvalds2006-04-181-2/+6
* Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-03-251-1/+7
|\
| * [PATCH] Collect more inode information during syscall processing.Amy Griffis2006-03-201-1/+7
* | [PATCH] Add lookup_instantiate_filp usage warningOleg Drokin2006-03-251-0/+4
* | [PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet2006-03-231-4/+4
|/
* [PATCH] vfs: *at functions: coreUlrich Drepper2006-01-181-15/+68
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-12/+12
OpenPOWER on IntegriCloud