aboutsummaryrefslogtreecommitdiff
path: root/fs/read_write.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-22/+27
2018-10-30vfs: remap helper should update destination inode metadataGravatar Darrick J. Wong 1-0/+19
2018-10-30vfs: pass remap flags to generic_remap_checksGravatar Darrick J. Wong 1-1/+1
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepGravatar Darrick J. Wong 1-7/+7
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeGravatar Darrick J. Wong 1-9/+9
2018-10-30vfs: rename clone_verify_area to remap_verify_areaGravatar Darrick J. Wong 1-5/+5
2018-10-30vfs: rename vfs_clone_file_prep to be more descriptiveGravatar Darrick J. Wong 1-4/+4
2018-10-30vfs: skip zero-length dedupe requestsGravatar Darrick J. Wong 1-0/+5
2018-10-30vfs: avoid problematic remapping requests into partial EOF blockGravatar Darrick J. Wong 1-0/+33
2018-10-30vfs: exit early from zero length remap operationsGravatar Darrick J. Wong 1-0/+2
2018-10-30vfs: check file ranges before cloning filesGravatar Darrick J. Wong 1-42/+13
2018-10-30vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOFGravatar Darrick J. Wong 1-3/+0
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2018-10-18Delete invalid assignment statements in do_sendfileGravatar nixiaoming 1-1/+0
2018-10-17vfs: dedupe should return EPERM if permission is not grantedGravatar Mark Fasheh 1-1/+1
2018-10-17vfs: allow dedupe of user owned read-only filesGravatar Mark Fasheh 1-1/+15
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Gravatar Amir Goldstein 1-2/+15
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroGravatar Arnd Bergmann 1-1/+1
2018-07-18vfs: export vfs_dedupe_file_range_one() to modulesGravatar Miklos Szeredi 1-3/+3
2018-07-06vfs: dedupe: extract helper for a single dedupGravatar Miklos Szeredi 1-40/+49
2018-07-06vfs: dedupe: rationalize argsGravatar Miklos Szeredi 1-2/+2
2018-07-06vfs: dedupe: return intGravatar Miklos Szeredi 1-2/+2
2018-07-06vfs: limit size of dedupeGravatar Miklos Szeredi 1-0/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+2
2018-04-15fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()Gravatar Zev Weiss 1-3/+3
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsGravatar Dominik Brodowski 1-4/+16
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Gravatar Dominik Brodowski 1-1/+6
2018-04-02fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Gravatar Dominik Brodowski 1-2/+7
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Gravatar Dominik Brodowski 1-2/+7
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-21/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-11kill iov_shorten()Gravatar Al Viro 1-21/+0
2017-09-26vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsGravatar Andreas Gruenbacher 1-2/+2
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-11/+32
2017-09-04fs: unexport vfs_readv and vfs_writevGravatar Christoph Hellwig 1-3/+1
2017-09-04fs: unexport vfs_read and vfs_writeGravatar Christoph Hellwig 1-4/+0
2017-09-04fs: unexport __vfs_read/__vfs_writeGravatar Christoph Hellwig 1-2/+0
2017-09-04fs: make the buf argument to __kernel_write a void pointerGravatar Christoph Hellwig 1-1/+1
2017-09-04fs: fix kernel_write prototypeGravatar Christoph Hellwig 1-3/+3
2017-09-04fs: fix kernel_read prototypeGravatar Christoph Hellwig 1-5/+3
2017-09-04fs: move kernel_read to fs/read_write.cGravatar Christoph Hellwig 1-0/+16
2017-09-04fs: move kernel_write to fs/read_write.cGravatar Christoph Hellwig 1-1/+16
2017-08-31annotate RWF_... flagsGravatar Christoph Hellwig 1-25/+25
2017-07-07Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+4
2017-07-06move file_{start,end}_write() out of do_iter_write()Gravatar Al Viro 1-2/+4
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-129/+91
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+3
2017-06-29fs: implement vfs_iter_write using do_iter_writeGravatar Christoph Hellwig 1-20/+9
2017-06-29fs: implement vfs_iter_read using do_iter_readGravatar Christoph Hellwig 1-20/+9
2017-06-29fs: move more code into do_iter_read/do_iter_writeGravatar Christoph Hellwig 1-45/+28