summaryrefslogtreecommitdiffstats
path: root/fs/open.c
AgeCommit message (Expand)AuthorLines
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-2/+8
2015-02-16vfs: remove get_xip_memMatthew Wilcox-4/+1
2015-01-23fs: create proper filename objects using getname_kernel()Paul Moore-2/+8
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-2/+3
2014-12-13fallocate: create FAN_MODIFY and IN_MODIFY eventsHeinrich Schuchardt-0/+11
2014-11-19new helper: audit_file()Al Viro-2/+2
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields-2/+21
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker-2/+3
2014-10-24vfs: add i_op->dentry_open()Miklos Szeredi-2/+21
2014-08-01vfs: fix check for fallocate on active swapfileEric Biggers-3/+2
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro-2/+4
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro-0/+4
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-12/+9
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-52/+16
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner-0/+7
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner-8/+0
2014-04-12fs: prevent doing FALLOC_FL_ZERO_RANGE on append only fileLukas Czerner-4/+2
2014-04-04Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds-3/+26
2014-04-01tidy do_dentry_open() up a bitAl Viro-12/+10
2014-04-01mark struct file that had write access grabbed by open()Al Viro-5/+4
2014-04-01fold __get_file_write_access() into its only callerAl Viro-19/+6
2014-04-01get rid of DEBUG_WRITECOUNTAl Viro-8/+0
2014-04-01don't bother with {get,put}_write_access() on non-regular filesAl Viro-19/+7
2014-03-13fs: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner-1/+6
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds-0/+4
2014-02-24fs: Add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocateNamjae Jeon-3/+21
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields-4/+18
2013-11-09get rid of s_files and files_lockAl Viro-2/+0
2013-10-24file->f_op is never NULL...Al Viro-2/+6
2013-09-16vfs: improve i_op->atomic_open() documentationMiklos Szeredi-3/+18
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+1
2013-09-03switch fchmod() to fdgetAl Viro-6/+5
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman-1/+1
2013-08-05fs: Fix file mode for O_TMPFILEAndy Lutomirski-1/+1
2013-07-20allow O_TMPFILE to work with O_WRONLYAl Viro-0/+2
2013-07-13Safer ABI for O_TMPFILEAl Viro-2/+2
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro-5/+9
2013-06-29allow build_open_flags() to return an errorAl Viro-21/+28
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro-20/+4
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro-25/+3
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+2
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+15
2013-03-01cache the value of file_inode() in struct fileAl Viro-1/+2
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro-1/+0
2013-02-25fix compat truncate/ftruncateAl Viro-0/+15
2013-02-22propagate error from get_empty_filp() to its callersAl Viro-14/+13
2013-02-22new helper: file_inode(file)Al Viro-3/+3
2012-12-20vfs: make fchownat retry once on ESTALE errorsJeff Layton-0/+5
2012-12-20vfs: make fchmodat retry once on ESTALE errorsJeff Layton-2/+7
2012-12-20vfs: have chroot retry once on ESTALE errorJeff Layton-2/+7