aboutsummaryrefslogtreecommitdiff
path: root/fs/open.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+20
2016-06-30vfs: merge .d_select_inode() into .d_real()Gravatar Miklos Szeredi 1-4/+4
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2016-05-17Merge branch 'ovl-fixes' into for-linusGravatar Al Viro 1-8/+4
2016-05-10vfs: add vfs_select_inode() helperGravatar Miklos Szeredi 1-8/+4
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Gravatar Al Viro 1-1/+1
2016-03-30fs: add filp_clone_open APIGravatar James Bottomley 1-0/+20
2016-03-28constify chmod_common/security_path_chmodGravatar Al Viro 1-1/+1
2016-03-28constify chown_common/security_path_chownGravatar Al Viro 1-1/+1
2016-03-28constify vfs_truncate()Gravatar Al Viro 1-1/+1
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesGravatar Jann Horn 1-4/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-6/+6
2016-01-04don't carry MAY_OPEN in op->acc_modeGravatar Al Viro 1-4/+1
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Gravatar Eric W. Biederman 1-1/+1
2015-06-23fs: Call security_ops->inode_killpriv on truncateGravatar Jan Kara 1-2/+4
2015-06-23vfs: add file_path() helperGravatar Miklos Szeredi 1-0/+6
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayGravatar David Howells 1-23/+26
2015-05-11VFS: Handle lower layer dentry/inode in pathwalkGravatar David Howells 1-1/+1
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+6
2015-04-11->aio_read and ->aio_write removedGravatar Al Viro 1-2/+2
2015-04-11NFS: fix BUG() crash in notify_change() with patch to chown_common()Gravatar Andrew Elble 1-1/+1
2015-04-11drop bogus check in file_open_root()Gravatar Al Viro 1-3/+0
2015-03-25fs: Add support FALLOC_FL_INSERT_RANGE for fallocateGravatar Namjae Jeon 1-2/+6
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-2/+8
2015-02-16vfs: remove get_xip_memGravatar Matthew Wilcox 1-4/+1
2015-01-23fs: create proper filename objects using getname_kernel()Gravatar Paul Moore 1-2/+8
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+3
2014-12-13fallocate: create FAN_MODIFY and IN_MODIFY eventsGravatar Heinrich Schuchardt 1-0/+11
2014-11-19new helper: audit_file()Gravatar Al Viro 1-2/+2
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchGravatar J. Bruce Fields 1-2/+21
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Gravatar Anna Schumaker 1-2/+3
2014-10-24vfs: add i_op->dentry_open()Gravatar Miklos Szeredi 1-2/+21
2014-08-01vfs: fix check for fallocate on active swapfileGravatar Eric Biggers 1-3/+2
2014-05-06new methods: ->read_iter() and ->write_iter()Gravatar Al Viro 1-2/+4
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeGravatar Al Viro 1-0/+4
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-12/+9
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-52/+16
2014-04-12fs: disallow all fallocate operation on active swapfileGravatar Lukas Czerner 1-0/+7
2014-04-12fs: move falloc collapse range check into the filesystem methodsGravatar Lukas Czerner 1-8/+0
2014-04-12fs: prevent doing FALLOC_FL_ZERO_RANGE on append only fileGravatar Lukas Czerner 1-4/+2
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-3/+26
2014-04-01tidy do_dentry_open() up a bitGravatar Al Viro 1-12/+10
2014-04-01mark struct file that had write access grabbed by open()Gravatar Al Viro 1-5/+4
2014-04-01fold __get_file_write_access() into its only callerGravatar Al Viro 1-19/+6
2014-04-01get rid of DEBUG_WRITECOUNTGravatar Al Viro 1-8/+0
2014-04-01don't bother with {get,put}_write_access() on non-regular filesGravatar Al Viro 1-19/+7
2014-03-13fs: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateGravatar Lukas Czerner 1-1/+6
2014-03-10vfs: atomic f_pos accesses as per POSIXGravatar Linus Torvalds 1-0/+4
2014-02-24fs: Add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocateGravatar Namjae Jeon 1-3/+21
2013-11-09locks: break delegations on any attribute modificationGravatar J. Bruce Fields 1-4/+18