aboutsummaryrefslogtreecommitdiffstats
path: root/fs/open.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-26merge fchmod() and fchmodat() guts, kill ancient broken kludgeAl Viro1-50/+28
2011-07-22vfs: use ERR_CAST for err-ptr tossing in lookup_instantiate_filpKonstantin Khlebnikov1-1/+1
2011-03-21fs: Use BUG_ON(!mnt) at dentry_open().Tetsuo Handa1-11/+2
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+2
2011-03-16Merge branch 'next' into for-linusJames Morris1-1/+2
2011-03-15readlinkat(), fchownat() and fstatat() with empty relative pathnamesAl Viro1-4/+6
2011-03-15New kind of open files - "location only".Al Viro1-6/+29
2011-03-14open-style analog of vfs_path_lookup()Al Viro1-0/+14
2011-03-14switch do_filp_open() to struct open_flagsAl Viro1-1/+72
2011-03-10Check for immutable/append flag in fallocate pathMarco Stornelli1-0/+8
2011-03-08Merge branch 'master'; commit 'v2.6.38-rc7' into nextJames Morris1-3/+10
2011-02-11Fix possible filp_cachep memory corruptionLinus Torvalds1-0/+2
2011-02-10IMA: maintain i_readcount in the VFS layerMimi Zohar1-1/+2
2011-01-17fallocate should be a file operationChristoph Hellwig1-2/+2
2011-01-12fs: add hole punching to fallocateJosef Bacik1-1/+6
2010-10-29fix open/umount raceAl Viro1-3/+3
2010-08-18fs: cleanup files_lock lockingNick Piggin1-2/+2
2010-08-11vfs: clarify that nonseekable_open() will never failDmitry Torokhov1-1/+3
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-1/+2
2010-08-02vfs: re-introduce MAY_CHDIREric Paris1-3/+3
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa1-3/+2
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris1-1/+1
2010-07-28inotify: remove inotify in kernel interfaceEric Paris1-0/+1
2010-05-21Take statfs variants to fs/statfs.cAl Viro1-166/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-4/+1
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-4/+1
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-1/+1
2009-12-22Sanitize f_flags helpersAl Viro1-1/+1
2009-12-22Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)Al Viro1-7/+6
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro1-0/+2
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris1-0/+2
2009-11-24LSM: Move security_path_chmod()/security_path_chown() to after mutex_lock().Tetsuo Handa1-21/+15
2009-10-12LSM: Add security_path_chroot().Tetsuo Handa1-0/+3
2009-10-12LSM: Add security_path_chmod() and security_path_chown().Tetsuo Handa1-4/+20
2009-09-23fs: change sys_truncate length parameter typeHeiko Carstens1-3/+2
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-0/+2
2009-08-21vfs: allow file truncations when both suid and write permissions setAmerigo Wang1-4/+6
2009-06-24fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...Ankit Jain1-29/+29
2009-06-11fs: introduce mnt_clone_writenpiggin@suse.de1-2/+2
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro1-1/+1
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-26vfs: Use lowercase names of quota functionsJan Kara1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 30Heiko Carstens1-7/+6
2009-01-14[CVE-2009-0029] System call wrappers part 20Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 17Heiko Carstens1-9/+7
2009-01-14[CVE-2009-0029] System call wrappers part 16Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 15Heiko Carstens1-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 11Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 10Heiko Carstens1-7/+5
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens1-3/+24
2009-01-05inode->i_op is never NULLAl Viro1-1/+1
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda1-0/+5
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-16/+15
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-6/+11
2008-11-14CRED: Separate task security context from task_structDavid Howells1-8/+9
2008-11-14CRED: Neuter sys_capset()David Howells1-11/+1
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-1/+1
2008-10-13tty: the vhangup syscall is racyAlan Cox1-2/+1
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
2006-06-20[PATCH] log more info for directory entry change eventsAmy Griffis1-2/+2
2006-05-15[PATCH] fs/open.c: unexport sys_openatAdrian Bunk1-1/+0
2006-04-18x86: be careful about tailcall breakage for sys_open[at] tooLinus Torvalds1-2/+14
2006-04-18x86: don't allow tail-calls in sys_ftruncate[64]()Linus Torvalds1-2/+6
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+7
2006-03-25[PATCH] Add lookup_instantiate_filp usage warningOleg Drokin1-0/+4
2006-03-23[PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet1-4/+4
2006-03-20[PATCH] Collect more inode information during syscall processing.Amy Griffis1-1/+7
2006-01-18[PATCH] vfs: *at functions: coreUlrich Drepper1-15/+68
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-12/+12
2006-01-08[PATCH] tiny: Uninline some open.c functionsMatt Mackall1-3/+3
2006-01-08[PATCH] Fix some problems with truncate and mtime semantics.NeilBrown1-4/+5
2005-11-09[PATCH] add a file_permission helperChristoph Hellwig1-1/+1
2005-11-09[PATCH] add a vfs_permission helperChristoph Hellwig1-6/+6
2005-11-07[PATCH] VFS: pass file pointer to filesystem from ftruncate()Miklos Szeredi1-3/+7
2005-11-07[PATCH] memory leak in dentry_open()Peter Staubach1-1/+8
2005-10-18VFS: Allow the filesystem to return a full file pointer on open intentTrond Myklebust1-14/+65
2005-09-13[PATCH] open returns ENFILE but creates file anywayPeter Staubach1-42/+56
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma1-4/+4
2005-09-09[PATCH] files: break up files structDipankar Sarma1-17/+24
2005-09-07[PATCH] remove duplicated sys_open32() code from 64bit archsMiklos Szeredi1-8/+11
2005-07-12[PATCH] inotifyRobert Love1-1/+2
2005-06-24[PATCH] xip: fs/mm: execute in placeCarsten Otte1-1/+3
2005-06-23[PATCH] sys_open() cleanupTelemaque Ndizihiwe1-11/+7
2005-06-23[PATCH] Remove f_error field from struct fileChristoph Lameter1-12/+4
2005-06-23[PATCH] Don't force O_LARGEFILE for 32 bit processes on ia64Yoav Zach1-3/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1076