summaryrefslogtreecommitdiffstats
path: root/fs/read_write.c
AgeCommit message (Expand)Author
2021-01-25teach sendfile(2) to handle send-to-pipe directlyAl Viro
2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-15fs: Allow a NULL pos pointer to __kernel_readMatthew Wilcox (Oracle)
2020-10-15fs: Allow a NULL pos pointer to __kernel_writeMatthew Wilcox (Oracle)
2020-10-15vfs: move the generic write and copy checks out of mmDarrick J. Wong
2020-10-15vfs: move the remap range helpers to remap_range.cDarrick J. Wong
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig
2020-10-03fs: remove various compat readv/writev helpersChristoph Hellwig
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig
2020-09-29autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds
2020-09-25iov_iter: move rw_copy_check_uvector() into lib/iov_iter.cDavid Laight
2020-09-08fs: don't allow splice read/write without explicit opsChristoph Hellwig
2020-09-08fs: don't allow kernel reads and writes without iter opsChristoph Hellwig
2020-07-30initrd: switch initrd loading to struct file based APIsChristoph Hellwig
2020-07-08fs: remove __vfs_readChristoph Hellwig
2020-07-08fs: implement kernel_read using __kernel_readChristoph Hellwig
2020-07-08fs: add a __kernel_read helperChristoph Hellwig
2020-07-08fs: remove __vfs_writeChristoph Hellwig
2020-07-08fs: implement kernel_write using __kernel_writeChristoph Hellwig
2020-07-08fs: check FMODE_WRITE in __kernel_writeChristoph Hellwig
2020-07-08fs: unexport __kernel_writeChristoph Hellwig
2020-04-03powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek
2020-02-04Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2020-01-24vfs: add vfs_iocb_iter_[read|write] helper functionsJiufei Xue
2020-01-23fs: allow deduplication of eof block into the end of the destination fileFilipe Manana
2019-08-16vfs: fix page locking deadlocks when deduping filesDarrick J. Wong
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein
2019-06-09vfs: introduce file_modified() helperAmir Goldstein
2019-06-09vfs: add missing checks to copy_file_rangeAmir Goldstein
2019-06-09vfs: introduce generic_file_rw_checks()Amir Goldstein
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner
2019-06-09vfs: introduce generic_copy_file_range()Dave Chinner
2019-05-06vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM filesKirill Smelkov
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-02-22vfs: Make __vfs_write() staticGeert Uytterhoeven
2019-02-16vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1Aurelien Jarno
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-04vfs: allow some remap flags to be passed to vfs_clone_file_rangeDarrick J. Wong
2018-11-21vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPPDave Chinner
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-11-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-10-30vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong
2018-10-30vfs: hide file range comparison functionDarrick J. Wong
2018-10-30vfs: enable remap callers that can handle short operationsDarrick J. Wong
2018-10-30vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong