summaryrefslogtreecommitdiffstats
path: root/fs/read_write.c
AgeCommit message (Expand)AuthorLines
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-93/+52
2024-11-04fs: Export generic_atomic_write_valid()John Garry-0/+1
2024-11-03convert do_preadv()/do_pwritev()Al Viro-8/+4
2024-11-03fdget(), more trivial conversionsAl Viro-45/+26
2024-11-03fdget(), trivial conversionsAl Viro-19/+9
2024-11-03introduce "fd_pos" class, convert fdget_pos() users to it.Al Viro-21/+13
2024-10-19fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry-5/+8
2024-10-19block/fs: Pass an iocb to generic_atomic_write_valid()John Garry-2/+2
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-59/+59
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-39/+132
2024-09-12fs: remove f_versionChristian Brauner-5/+4
2024-09-09fs: add generic_llseek_cookie()Christian Brauner-0/+45
2024-09-09fs: use must_set_pos()Christian Brauner-38/+14
2024-09-09fs: add must_set_pos()Christian Brauner-0/+54
2024-09-09fs: add vfs_setpos_cookie()Christian Brauner-6/+25
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-59/+59
2024-06-20fs: Initial atomic write supportPrasad Singamsetty-1/+17
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-6/+6
2024-05-20Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-0/+1
2024-04-15vfs: export remap and write check helpersDarrick J. Wong-0/+1
2024-04-15remove call_{read,write}_iter() functionsMiklos Szeredi-6/+6
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner-1/+1
2023-12-12fsnotify: optionally pass access range in file permission hooksAmir Goldstein-2/+8
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein-34/+0
2023-12-12splice: return type ssize_t from all helpersAmir Goldstein-1/+1
2023-12-05fs: use do_splice_direct() for nfsd/ksmbd server-side-copyAmir Goldstein-13/+26
2023-12-01fs: move file_start_write() into direct_splice_actor()Amir Goldstein-2/+0
2023-12-01fs: fork splice_file_range() from do_splice_direct()Amir Goldstein-4/+2
2023-11-24fs: create file_write_started() helperAmir Goldstein-1/+1
2023-11-24fs: move kiocb_start_write() into vfs_iocb_iter_write()Amir Goldstein-0/+7
2023-11-24fs: move permission hook out of do_iter_read()Amir Goldstein-27/+39
2023-11-24fs: move permission hook out of do_iter_write()Amir Goldstein-38/+48
2023-11-24fs: move file_start_write() into vfs_iter_write()Amir Goldstein-3/+10
2023-08-15fs: Fix one kernel-doc commentYang Li-1/+1
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells-1/+1
2023-03-30iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe-6/+5
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-6/+6
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-6/+6
2022-11-25vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein-4/+15
2022-09-28[coredump] don't use __kernel_write() on kmap_local_page()Al Viro-8/+14
2022-08-08switch new_sync_{read,write}() to ITER_UBUFAl Viro-4/+2
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+3
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds-1/+3
2022-07-26Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+3
2022-07-24fs: add a FMODE_BUF_WASYNC flags for f_modeStefan Roesch-1/+3
2022-07-18fs: sendfile handles O_NONBLOCK of out_fdAndrei Vagin-0/+3
2022-07-16fs: remove no_llseekJason A. Donenfeld-6/+0
2022-07-16fs: do not compare against ->llseekJason A. Donenfeld-8/+3
2022-06-30vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein-33/+44