summaryrefslogtreecommitdiffstats
path: root/fs/read_write.c
Commit message (Expand)AuthorAgeFilesLines
* fsnotify: optionally pass access range in file permission hooksAmir Goldstein2023-12-121-2/+8
* fs: use splice_copy_file_range() inline helperAmir Goldstein2023-12-121-34/+0
* splice: return type ssize_t from all helpersAmir Goldstein2023-12-121-1/+1
* fs: use do_splice_direct() for nfsd/ksmbd server-side-copyAmir Goldstein2023-12-051-13/+26
* fs: move file_start_write() into direct_splice_actor()Amir Goldstein2023-12-011-2/+0
* fs: fork splice_file_range() from do_splice_direct()Amir Goldstein2023-12-011-4/+2
* fs: create file_write_started() helperAmir Goldstein2023-11-241-1/+1
* fs: move kiocb_start_write() into vfs_iocb_iter_write()Amir Goldstein2023-11-241-0/+7
* fs: move permission hook out of do_iter_read()Amir Goldstein2023-11-241-27/+39
* fs: move permission hook out of do_iter_write()Amir Goldstein2023-11-241-38/+48
* fs: move file_start_write() into vfs_iter_write()Amir Goldstein2023-11-241-3/+10
* fs: Fix one kernel-doc commentYang Li2023-08-151-1/+1
* splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe2023-03-301-6/+5
* Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-6/+6
|\
| * use less confusing names for iov_iter direction initializersAl Viro2022-11-251-6/+6
* | vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein2022-11-251-4/+15
|/
* [coredump] don't use __kernel_write() on kmap_local_page()Al Viro2022-09-281-8/+14
* switch new_sync_{read,write}() to ITER_UBUFAl Viro2022-08-081-4/+2
* Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-14/+3
|\
| * fs: remove no_llseekJason A. Donenfeld2022-07-161-6/+0
| * fs: do not compare against ->llseekJason A. Donenfeld2022-07-161-8/+3
* | Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds2022-08-021-1/+3
|\ \
| * | fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch2022-07-241-1/+3
* | | Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-07-261-0/+3
|\ \ \ | |/ / |/| |
| * | fs: sendfile handles O_NONBLOCK of out_fdAndrei Vagin2022-07-181-0/+3
| |/
* / vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein2022-06-301-33/+44
|/
* riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren2022-04-261-0/+16
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-1/+0
|\
| * fs: Remove FIXME comment in generic_write_checks()Tal Zussman2022-01-301-1/+0
* | fs: export variant of generic_write_checks without iov_iterOmar Sandoval2022-03-141-13/+20
* | fs: export rw_verify_area()Omar Sandoval2022-03-141-0/+1
|/
* fs: remove leftover comments from mandatory locking removalJeff Layton2021-10-261-4/+0
* fs: clean up after mandatory file locking support removalLukas Bulwahn2021-08-241-7/+3
* fs: remove mandatory file locking supportJeff Layton2021-08-231-7/+0
* teach sendfile(2) to handle send-to-pipe directlyAl Viro2021-01-251-6/+13
* Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-231-437/+107
|\
| * vfs: move the generic write and copy checks out of mmDarrick J. Wong2020-10-151-0/+143
| * vfs: move the remap range helpers to remap_range.cDarrick J. Wong2020-10-151-473/+0
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-26/+45
|\ \
| * | fs: Allow a NULL pos pointer to __kernel_readMatthew Wilcox (Oracle)2020-10-151-2/+3
| * | fs: Allow a NULL pos pointer to __kernel_writeMatthew Wilcox (Oracle)2020-10-151-2/+3
| * | fs: don't allow splice read/write without explicit opsChristoph Hellwig2020-09-081-1/+1
| * | fs: don't allow kernel reads and writes without iter opsChristoph Hellwig2020-09-081-25/+42
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-336/+26
|\ \ \ | |_|/ |/| |
| * | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-14/+0
| * | fs: remove various compat readv/writev helpersChristoph Hellwig2020-10-031-149/+30
| * | iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-2/+4
| * | iov_iter: move rw_copy_check_uvector() into lib/iov_iter.cDavid Laight2020-09-251-179/+0
| |/
* / autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds2020-09-291-0/+8
|/