aboutsummaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)Author
2010-10-29fix open/umount raceAl Viro
2010-08-18fs: cleanup files_lock lockingNick Piggin
2010-08-11vfs: clarify that nonseekable_open() will never failDmitry Torokhov
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-08-02vfs: re-introduce MAY_CHDIREric Paris
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa
2010-07-28fsnotify: pass a file instead of an inode to open, read, and writeEric Paris
2010-07-28inotify: remove inotify in kernel interfaceEric Paris
2010-05-21Take statfs variants to fs/statfs.cAl Viro
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro
2009-12-22Sanitize f_flags helpersAl Viro
2009-12-22Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)Al Viro
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro
2009-12-16fs: move get_empty_filp() deffinition to internal.hEric Paris
2009-11-24LSM: Move security_path_chmod()/security_path_chown() to after mutex_lock().Tetsuo Handa
2009-10-12LSM: Add security_path_chroot().Tetsuo Handa
2009-10-12LSM: Add security_path_chmod() and security_path_chown().Tetsuo Handa
2009-09-23fs: change sys_truncate length parameter typeHeiko Carstens
2009-09-02CRED: Add some configurable debugging [try #6]David Howells
2009-08-21vfs: allow file truncations when both suid and write permissions setAmerigo Wang
2009-06-24fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...Ankit Jain
2009-06-11fs: introduce mnt_clone_writenpiggin@suse.de
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-03-26vfs: Use lowercase names of quota functionsJan Kara
2009-01-14[CVE-2009-0029] System call wrappers part 30Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 20Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 17Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 16Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 15Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 11Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 10Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrapper special casesHeiko Carstens
2009-01-05inode->i_op is never NULLAl Viro
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Pass credentials through dentry_open()David Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Neuter sys_capset()David Howells
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-10-13tty: the vhangup syscall is racyAlan Cox
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