This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 200e340f2196 Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/s [...] new 0e3c3b901c00 No need of likely/unlikely on calls of check_copy_size() new 36518b6b4da7 teach iomap_dio_rw() to suppress dsync new eacdf4eaca63 btrfs: use IOMAP_DIO_NOSYNC new e87f2c26c808 struct file: use anonymous union member for rcuhead and llist new 91b94c5d6ae5 iocb: delay evaluation of IS_SYNC(...) until we want to ch [...] new 164f4064ca81 keep iocb_flags() result cached in struct file new 59bb69c67cf1 copy_page_{to,from}_iter(): switch iovec variants to generic new 18fa9af72631 iov_iter_bvec_advance(): don't bother with bvec_iter new 7392ed1734c3 iov_iter_get_pages{,_alloc}(): cap the maxsize with MAX_RW_COUNT new 599a0bdd72f0 iov_iter: lift dealing with maxpages out of first_{iovec,b [...] new dda8e5d17c17 iov_iter: first_{iovec,bvec}_segment() - simplify a bit new 59dbd7d0904a iov_iter: massage calling conventions for first_{iovec,bve [...] new dd45ab9dd28c first_iovec_segment(): just return address new 5264406cdb66 Merge tag 'pull-work.iov_iter-base' of git://git.kernel.or [...] new c3497fd009ef fix short copy handling in copy_mc_pipe_to_iter() new d9b58ab789b0 Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...] new f615625a44c4 9p: handling Rerror without copy_from_iter_full() new ff89dd08c0f0 Merge tag 'pull-work.9p' of git://git.kernel.org/pub/scm/l [...]
The 18 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/powerpc/include/asm/uaccess.h | 2 +- arch/s390/include/asm/uaccess.h | 4 +- block/fops.c | 2 +- drivers/nvme/target/io-cmd-file.c | 2 +- fs/aio.c | 2 +- fs/btrfs/file.c | 19 +-- fs/btrfs/inode.c | 3 +- fs/direct-io.c | 2 +- fs/fcntl.c | 1 + fs/file_table.c | 17 ++- fs/fuse/file.c | 2 +- fs/iomap/direct-io.c | 19 +-- fs/open.c | 1 + fs/zonefs/super.c | 2 +- include/linux/fs.h | 21 ++- include/linux/iomap.h | 6 + include/linux/pipe_fs_i.h | 9 ++ include/linux/uaccess.h | 4 +- include/linux/uio.h | 15 +- io_uring/rw.c | 2 +- lib/iov_iter.c | 298 ++++++++----------------------------- net/9p/client.c | 86 +---------- net/9p/trans_virtio.c | 34 +++++ 23 files changed, 168 insertions(+), 385 deletions(-)