summaryrefslogtreecommitdiff
path: root/fs/read_write.c
AgeCommit message (Expand)Author
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-04fs: Export generic_atomic_write_valid()John Garry
2024-11-03convert do_preadv()/do_pwritev()Al Viro
2024-11-03fdget(), more trivial conversionsAl Viro
2024-11-03fdget(), trivial conversionsAl Viro
2024-11-03introduce "fd_pos" class, convert fdget_pos() users to it.Al Viro
2024-10-19fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry
2024-10-19block/fs: Pass an iocb to generic_atomic_write_valid()John Garry
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-12fs: remove f_versionChristian Brauner
2024-09-09fs: add generic_llseek_cookie()Christian Brauner
2024-09-09fs: use must_set_pos()Christian Brauner
2024-09-09fs: add must_set_pos()Christian Brauner
2024-09-09fs: add vfs_setpos_cookie()Christian Brauner
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-06-20fs: Initial atomic write supportPrasad Singamsetty
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-05-20Merge tag 'xfs-6.10-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-04-15vfs: export remap and write check helpersDarrick J. Wong
2024-04-15remove call_{read,write}_iter() functionsMiklos Szeredi
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner
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