aboutsummaryrefslogtreecommitdiffstats
path: root/fs/open.c
AgeCommit message (Expand)Author
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-10vfs: add vfs_select_inode() helperMiklos Szeredi
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro
2016-03-28constify chmod_common/security_path_chmodAl Viro
2016-03-28constify chown_common/security_path_chownAl Viro
2016-03-28constify vfs_truncate()Al Viro
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2015-06-23fs: Call security_ops->inode_killpriv on truncateJan Kara
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells
2015-05-11VFS: Handle lower layer dentry/inode in pathwalkDavid Howells
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-11->aio_read and ->aio_write removedAl Viro
2015-04-11NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble
2015-04-11drop bogus check in file_open_root()Al Viro
2015-03-25fs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2015-02-16vfs: remove get_xip_memMatthew Wilcox
2015-01-23fs: create proper filename objects using getname_kernel()Paul Moore
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-12-13fallocate: create FAN_MODIFY and IN_MODIFY eventsHeinrich Schuchardt
2014-11-19new helper: audit_file()Al Viro
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker
2014-10-24vfs: add i_op->dentry_open()Miklos Szeredi
2014-08-01vfs: fix check for fallocate on active swapfileEric Biggers
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner
2014-04-12fs: prevent doing FALLOC_FL_ZERO_RANGE on append only fileLukas Czerner
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-04-01tidy do_dentry_open() up a bitAl Viro
2014-04-01mark struct file that had write access grabbed by open()Al Viro
2014-04-01fold __get_file_write_access() into its only callerAl Viro
2014-04-01get rid of DEBUG_WRITECOUNTAl Viro
2014-04-01don't bother with {get,put}_write_access() on non-regular filesAl Viro
2014-03-13fs: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds
2014-02-24fs: Add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocateNamjae Jeon
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields
2013-11-09get rid of s_files and files_lockAl Viro
2013-10-24file->f_op is never NULL...Al Viro
2013-09-16vfs: improve i_op->atomic_open() documentationMiklos Szeredi