aboutsummaryrefslogtreecommitdiffstats
path: root/fs/read_write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-18vfs: export vfs_dedupe_file_range_one() to modulesMiklos Szeredi1-3/+3
2018-07-06vfs: dedupe: extract helper for a single dedupMiklos Szeredi1-40/+49
2018-07-06vfs: dedupe: rationalize argsMiklos Szeredi1-2/+2
2018-07-06vfs: dedupe: return intMiklos Szeredi1-2/+2
2018-07-06vfs: limit size of dedupeMiklos Szeredi1-0/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-04-15fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()Zev Weiss1-3/+3
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski1-4/+16
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski1-1/+6
2018-04-02fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Dominik Brodowski1-2/+7
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski1-2/+7
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-21/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-11kill iov_shorten()Al Viro1-21/+0
2017-09-26vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher1-2/+2
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+32
2017-09-04fs: unexport vfs_readv and vfs_writevChristoph Hellwig1-3/+1
2017-09-04fs: unexport vfs_read and vfs_writeChristoph Hellwig1-4/+0
2017-09-04fs: unexport __vfs_read/__vfs_writeChristoph Hellwig1-2/+0
2017-09-04fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig1-1/+1
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig1-3/+3
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-5/+3
2017-09-04fs: move kernel_read to fs/read_write.cChristoph Hellwig1-0/+16
2017-09-04fs: move kernel_write to fs/read_write.cChristoph Hellwig1-1/+16
2017-08-31annotate RWF_... flagsChristoph Hellwig1-25/+25
2017-07-07Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+4
2017-07-06move file_{start,end}_write() out of do_iter_write()Al Viro1-2/+4
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-129/+91
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+3
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig1-20/+9
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig1-20/+9
2017-06-29fs: move more code into do_iter_read/do_iter_writeChristoph Hellwig1-45/+28
2017-06-29fs: remove __do_readv_writevChristoph Hellwig1-24/+36
2017-06-29fs: remove do_compat_readv_writevChristoph Hellwig1-26/+16
2017-06-29fs: remove do_readv_writevChristoph Hellwig1-22/+21
2017-06-20fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues1-9/+3
2017-06-16fs: pass on flags in compat_writevChristoph Hellwig1-1/+1
2017-04-17move compat_rw_copy_check_uvector() over to fs/read_write.cAl Viro1-0/+75
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/xacct.h>Ingo Molnar1-1/+2
2017-02-20vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi1-6/+6
2017-02-20vfs: pass type instead of fn to do_{loop,iter}_readv_writev()Miklos Szeredi1-19/+18
2017-02-20vfs: extract common parts of {compat_,}do_readv_writev()Miklos Szeredi1-51/+29
2017-02-07vfs: wrap write f_ops with file_{start,end}_write()Amir Goldstein1-2/+2
2017-02-07vfs: deny copy_file_range() for non regular filesAmir Goldstein1-0/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-22vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong1-7/+11
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+226
2016-12-16vfs: fix vfs_clone_file_range() for overlayfs filesAmir Goldstein1-5/+5
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein1-3/+0