summaryrefslogtreecommitdiff
path: root/fs/read_write.c
AgeCommit message (Expand)Author
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-11kill iov_shorten()Al Viro
2017-09-26vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-04fs: unexport vfs_readv and vfs_writevChristoph Hellwig
2017-09-04fs: unexport vfs_read and vfs_writeChristoph Hellwig
2017-09-04fs: unexport __vfs_read/__vfs_writeChristoph Hellwig
2017-09-04fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig
2017-09-04fs: fix kernel_write prototypeChristoph Hellwig
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig
2017-09-04fs: move kernel_read to fs/read_write.cChristoph Hellwig
2017-09-04fs: move kernel_write to fs/read_write.cChristoph Hellwig
2017-08-31annotate RWF_... flagsChristoph Hellwig
2017-07-07Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-06move file_{start,end}_write() out of do_iter_write()Al Viro
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig
2017-06-29fs: move more code into do_iter_read/do_iter_writeChristoph Hellwig
2017-06-29fs: remove __do_readv_writevChristoph Hellwig
2017-06-29fs: remove do_compat_readv_writevChristoph Hellwig
2017-06-29fs: remove do_readv_writevChristoph Hellwig
2017-06-20fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues
2017-06-16fs: pass on flags in compat_writevChristoph Hellwig
2017-04-17move compat_rw_copy_check_uvector() over to fs/read_write.cAl Viro
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-20vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi
2017-02-20vfs: pass type instead of fn to do_{loop,iter}_readv_writev()Miklos Szeredi
2017-02-20vfs: extract common parts of {compat_,}do_readv_writev()Miklos Szeredi
2017-02-07vfs: wrap write f_ops with file_{start,end}_write()Amir Goldstein
2017-02-07vfs: deny copy_file_range() for non regular filesAmir Goldstein
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-22vfs: fix isize/pos/len checks for reflink & dedupeDarrick J. Wong
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-16vfs: fix vfs_clone_file_range() for overlayfs filesAmir Goldstein
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein
2016-12-16vfs: allow vfs_clone_file_range() across mount pointsAmir Goldstein
2016-12-16vfs: no mnt_want_write_file() in vfs_{copy,clone}_file_range()Miklos Szeredi
2016-12-09vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig
2016-10-14iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum
2016-07-15x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu
2016-05-18Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro
2016-05-01fs: add RWF_DSYNC aand RWF_SYNCChristoph Hellwig
2016-04-03rw_verify_area(): saner calling conventionsAl Viro