summaryrefslogtreecommitdiffstats
path: root/fs/read_write.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-93/+52
|\
| * convert do_preadv()/do_pwritev()Al Viro2024-11-031-8/+4
| * fdget(), more trivial conversionsAl Viro2024-11-031-45/+26
| * fdget(), trivial conversionsAl Viro2024-11-031-19/+9
| * introduce "fd_pos" class, convert fdget_pos() users to it.Al Viro2024-11-031-21/+13
* | fs: Export generic_atomic_write_valid()John Garry2024-11-051-0/+1
* | fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry2024-10-201-5/+8
* | block/fs: Pass an iocb to generic_atomic_write_valid()John Garry2024-10-201-2/+2
|/
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-59/+59
|\
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-59/+59
* | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-39/+132
|\ \
| * | fs: remove f_versionChristian Brauner2024-09-121-5/+4
| * | fs: add generic_llseek_cookie()Christian Brauner2024-09-091-0/+45
| * | fs: use must_set_pos()Christian Brauner2024-09-091-38/+14
| * | fs: add must_set_pos()Christian Brauner2024-09-091-0/+54
| * | fs: add vfs_setpos_cookie()Christian Brauner2024-09-091-6/+25
| |/
* / fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner2024-08-301-1/+1
|/
* fs: Initial atomic write supportPrasad Singamsetty2024-06-201-1/+17
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-05-211-6/+6
|\
| * remove call_{read,write}_iter() functionsMiklos Szeredi2024-04-151-6/+6
* | Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-05-201-0/+1
|\ \
| * | vfs: export remap and write check helpersDarrick J. Wong2024-04-151-0/+1
| |/
* / fs: claw back a few FMODE_* bitsChristian Brauner2024-04-071-1/+1
|/
* 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-131-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-091-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-251-1/+3
* | | Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-07-271-0/+3
|\ \ \ | |/ / |/| |
| * | fs: sendfile handles O_NONBLOCK of out_fdAndrei Vagin2022-07-191-0/+3
| |/
* / vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein2022-07-011-33/+44
|/