aboutsummaryrefslogtreecommitdiff
path: root/lib/iov_iter.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-8/+24
2022-11-25iov_iter: saner checks for attempt to copy to/from iteratorGravatar Al Viro 1-14/+17
2022-11-25csum_and_copy_to_iter(): handle ITER_DISCARDGravatar Al Viro 1-2/+6
2022-11-25get rid of unlikely() on page_copy_sane() callsGravatar Al Viro 1-6/+5
2022-11-09iov_iter: introduce iov_iter_get_pages_[alloc_]flags()Gravatar Logan Gunthorpe 1-8/+24
2022-10-03instrumented.h: allow instrumenting both sides of copy_from_user()Gravatar Alexander Potapenko 1-3/+6
2022-08-08fix copy_page_from_iter() for compound destinationsGravatar Al Viro 1-4/+18
2022-08-08copy_page_to_iter(): don't split high-order page in case of ITER_PIPEGravatar Al Viro 1-15/+6
2022-08-08expand those iov_iter_advance()...Gravatar Al Viro 1-2/+9
2022-08-08pipe_get_pages(): switch to append_pipe()Gravatar Al Viro 1-29/+6
2022-08-08get rid of non-advancing variantsGravatar Al Viro 1-9/+18
2022-08-08iov_iter: saner helper for page array allocationGravatar Al Viro 1-45/+32
2022-08-08fold __pipe_get_pages() into pipe_get_pages()Gravatar Al Viro 1-37/+38
2022-08-08ITER_XARRAY: don't open-code DIV_ROUND_UP()Gravatar Al Viro 1-9/+1
2022-08-08unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() gutsGravatar Al Viro 1-59/+27
2022-08-08unify xarray_get_pages() and xarray_get_pages_alloc()Gravatar Al Viro 1-39/+10
2022-08-08unify pipe_get_pages() and pipe_get_pages_alloc()Gravatar Al Viro 1-32/+17
2022-08-08iov_iter_get_pages(): sanity-check argumentsGravatar Al Viro 1-7/+2
2022-08-08iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...Gravatar Al Viro 1-16/+22
2022-08-08ITER_PIPE: fold data_start() and pipe_space_for_user() togetherGravatar Al Viro 1-25/+19
2022-08-08ITER_PIPE: cache the type of last bufferGravatar Al Viro 1-39/+38
2022-08-08ITER_PIPE: clean iov_iter_revert()Gravatar Al Viro 1-46/+14
2022-08-08ITER_PIPE: clean pipe_advance() upGravatar Al Viro 1-17/+17
2022-08-08ITER_PIPE: lose iter_head argument of __pipe_get_pages()Gravatar Al Viro 1-4/+3
2022-08-08ITER_PIPE: fold push_pipe() into __pipe_get_pages()Gravatar Al Viro 1-55/+25
2022-08-08ITER_PIPE: allocate buffers as we go in copy-to-pipe primitivesGravatar Al Viro 1-73/+98
2022-08-08ITER_PIPE: helpers for adding pipe buffersGravatar Al Viro 1-42/+46
2022-08-08ITER_PIPE: helper for getting pipe buffer by indexGravatar Al Viro 1-6/+9
2022-08-08new iov_iter flavour - ITER_UBUFGravatar Al Viro 1-18/+69
2022-08-03Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-4/+11
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-231/+52
2022-07-06first_iovec_segment(): just return addressGravatar Al Viro 1-7/+8
2022-07-06iov_iter: massage calling conventions for first_{iovec,bvec}_segment()Gravatar Al Viro 1-24/+18
2022-07-06iov_iter: first_{iovec,bvec}_segment() - simplify a bitGravatar Al Viro 1-16/+16
2022-07-06iov_iter: lift dealing with maxpages out of first_{iovec,bvec}_segment()Gravatar Al Viro 1-10/+10
2022-07-06iov_iter_get_pages{,_alloc}(): cap the maxsize with MAX_RW_COUNTGravatar Al Viro 1-0/+4
2022-07-06iov_iter_bvec_advance(): don't bother with bvec_iterGravatar Al Viro 1-9/+14
2022-06-28fix short copy handling in copy_mc_pipe_to_iter()Gravatar Al Viro 1-4/+11
2022-06-28copy_page_{to,from}_iter(): switch iovec variants to genericGravatar Al Viro 1-187/+4
2022-06-27iov: introduce iov_iter_alignedGravatar Keith Busch 1-0/+92
2022-06-11iov_iter: fix build issue due to possible type mis-matchGravatar Linus Torvalds 1-2/+2
2022-06-10iov_iter: Fix iter_xarray_get_pages{,_alloc}()Gravatar David Howells 1-16/+4
2022-02-21lib/iov_iter: initialize "flags" in new pipe_bufferGravatar Max Kellermann 1-0/+2
2022-01-04iov_iter: Convert iter_xarray to use foliosGravatar Matthew Wilcox (Oracle) 1-16/+14
2021-10-24iov_iter: Introduce nofault flag to disable page faultsGravatar Andreas Gruenbacher 1-5/+15
2021-10-20iov_iter: Introduce fault_in_iov_iter_writeableGravatar Andreas Gruenbacher 1-0/+39
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableGravatar Andreas Gruenbacher 1-12/+21
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Gravatar Andreas Gruenbacher 1-6/+4
2021-10-12iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueGravatar Andreas Gruenbacher 1-2/+3
2021-09-14iov_iter: add helper to save iov_iter stateGravatar Jens Axboe 1-0/+36