summaryrefslogtreecommitdiff
path: root/fs/read_write.c
AgeCommit message (Expand)Author
2023-12-12fsnotify: optionally pass access range in file permission hooksAmir Goldstein
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein
2023-12-12splice: return type ssize_t from all helpersAmir Goldstein
2023-12-05fs: use do_splice_direct() for nfsd/ksmbd server-side-copyAmir Goldstein
2023-12-01fs: move file_start_write() into direct_splice_actor()Amir Goldstein
2023-12-01fs: fork splice_file_range() from do_splice_direct()Amir Goldstein
2023-11-24fs: create file_write_started() helperAmir Goldstein
2023-11-24fs: move kiocb_start_write() into vfs_iocb_iter_write()Amir Goldstein
2023-11-24fs: move permission hook out of do_iter_read()Amir Goldstein
2023-11-24fs: move permission hook out of do_iter_write()Amir Goldstein
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein
2023-08-15fs: Fix one kernel-doc commentYang Li
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells
2023-03-30iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-25vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein
2022-09-28[coredump] don't use __kernel_write() on kmap_local_page()Al Viro
2022-08-08switch new_sync_{read,write}() to ITER_UBUFAl Viro
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds
2022-07-26Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-24fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch
2022-07-18fs: sendfile handles O_NONBLOCK of out_fdAndrei Vagin
2022-07-16fs: remove no_llseekJason A. Donenfeld
2022-07-16fs: do not compare against ->llseekJason A. Donenfeld
2022-06-30vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-03-14fs: export variant of generic_write_checks without iov_iterOmar Sandoval
2022-03-14fs: export rw_verify_area()Omar Sandoval
2022-01-30fs: Remove FIXME comment in generic_write_checks()Tal Zussman
2021-10-26fs: remove leftover comments from mandatory locking removalJeff Layton
2021-08-24fs: clean up after mandatory file locking support removalLukas Bulwahn
2021-08-23fs: remove mandatory file locking supportJeff Layton
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