summaryrefslogtreecommitdiff
path: root/lib/iov_iter.c
AgeCommit message (Expand)Author
2022-08-08fix copy_page_from_iter() for compound destinationsAl Viro
2022-08-08copy_page_to_iter(): don't split high-order page in case of ITER_PIPEAl Viro
2022-08-08expand those iov_iter_advance()...Al Viro
2022-08-08pipe_get_pages(): switch to append_pipe()Al Viro
2022-08-08get rid of non-advancing variantsAl Viro
2022-08-08iov_iter: saner helper for page array allocationAl Viro
2022-08-08fold __pipe_get_pages() into pipe_get_pages()Al Viro
2022-08-08ITER_XARRAY: don't open-code DIV_ROUND_UP()Al Viro
2022-08-08unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() gutsAl Viro
2022-08-08unify xarray_get_pages() and xarray_get_pages_alloc()Al Viro
2022-08-08unify pipe_get_pages() and pipe_get_pages_alloc()Al Viro
2022-08-08iov_iter_get_pages(): sanity-check argumentsAl Viro
2022-08-08iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...Al Viro
2022-08-08ITER_PIPE: fold data_start() and pipe_space_for_user() togetherAl Viro
2022-08-08ITER_PIPE: cache the type of last bufferAl Viro
2022-08-08ITER_PIPE: clean iov_iter_revert()Al Viro
2022-08-08ITER_PIPE: clean pipe_advance() upAl Viro
2022-08-08ITER_PIPE: lose iter_head argument of __pipe_get_pages()Al Viro
2022-08-08ITER_PIPE: fold push_pipe() into __pipe_get_pages()Al Viro
2022-08-08ITER_PIPE: allocate buffers as we go in copy-to-pipe primitivesAl Viro
2022-08-08ITER_PIPE: helpers for adding pipe buffersAl Viro
2022-08-08ITER_PIPE: helper for getting pipe buffer by indexAl Viro
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-03Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-07-06first_iovec_segment(): just return addressAl Viro
2022-07-06iov_iter: massage calling conventions for first_{iovec,bvec}_segment()Al Viro
2022-07-06iov_iter: first_{iovec,bvec}_segment() - simplify a bitAl Viro
2022-07-06iov_iter: lift dealing with maxpages out of first_{iovec,bvec}_segment()Al Viro
2022-07-06iov_iter_get_pages{,_alloc}(): cap the maxsize with MAX_RW_COUNTAl Viro
2022-07-06iov_iter_bvec_advance(): don't bother with bvec_iterAl Viro
2022-06-28fix short copy handling in copy_mc_pipe_to_iter()Al Viro
2022-06-28copy_page_{to,from}_iter(): switch iovec variants to genericAl Viro
2022-06-27iov: introduce iov_iter_alignedKeith Busch
2022-06-11iov_iter: fix build issue due to possible type mis-matchLinus Torvalds
2022-06-10iov_iter: Fix iter_xarray_get_pages{,_alloc}()David Howells
2022-02-21lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann
2022-01-04iov_iter: Convert iter_xarray to use foliosMatthew Wilcox (Oracle)
2021-10-24iov_iter: Introduce nofault flag to disable page faultsAndreas Gruenbacher
2021-10-20iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher
2021-10-12iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueAndreas Gruenbacher
2021-09-14iov_iter: add helper to save iov_iter stateJens Axboe
2021-09-08lib/iov_iter.c: fix kernel-doc warningsRandy Dunlap
2021-07-04iov_iter: remove uaccess_kernel() warning from iov_iter_init()Linus Torvalds
2021-06-10csum_and_copy_to_pipe_iter(): leave handling of csum_state to callerAl Viro
2021-06-10clean up copy_mc_pipe_to_iter()Al Viro
2021-06-10pipe_zero(): we don't need no stinkin' kmap_atomic()...Al Viro
2021-06-10iov_iter: clean csum_and_copy_...() primitives up a bitAl Viro