Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull iov_iter updates from Al Viro: "iov_iter cleanups and fixes. There are followups, but this is what had sat in -next this cycle. IMO the macro forest in there became much thinner and easier to follow..." * 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: (37 commits) csum_and_copy_to_pipe_iter(): leave handling of csum_state to caller clean up copy_mc_pipe_to_iter() pipe_zero(): we don't need no stinkin' kmap_atomic()... iov_iter: clean csum_and_copy_...() primitives up a bit copy_page_from_iter(): don't need kmap_atomic() for kvec/bvec cases copy_page_to_iter(): don't bother with kmap_atomic() for bvec/kvec cases iterate_xarray(): only of the first iteration we might get offset != 0 pull handling of ->iov_offset into iterate_{iovec,bvec,xarray} iov_iter: make iterator callbacks use base and len instead of iovec iov_iter: make the amount already copied available t...
Showing
- Documentation/filesystems/porting.rst 9 additions, 0 deletionsDocumentation/filesystems/porting.rst
- fs/btrfs/file.c 11 additions, 12 deletionsfs/btrfs/file.c
- fs/fuse/file.c 1 addition, 3 deletionsfs/fuse/file.c
- fs/iomap/buffered-io.c 15 additions, 20 deletionsfs/iomap/buffered-io.c
- fs/ntfs/file.c 10 additions, 23 deletionsfs/ntfs/file.c
- include/linux/uio.h 34 additions, 32 deletionsinclude/linux/uio.h
- include/net/checksum.h 8 additions, 6 deletionsinclude/net/checksum.h
- lib/iov_iter.c 540 additions, 691 deletionslib/iov_iter.c
- mm/filemap.c 15 additions, 21 deletionsmm/filemap.c
Please register or sign in to comment