aboutsummaryrefslogtreecommitdiffstats
path: root/lib/iov_iter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03instrumented.h: allow instrumenting both sides of copy_from_user()Alexander Potapenko1-3/+6
2022-08-08fix copy_page_from_iter() for compound destinationsAl Viro1-4/+18
2022-08-08copy_page_to_iter(): don't split high-order page in case of ITER_PIPEAl Viro1-15/+6
2022-08-08expand those iov_iter_advance()...Al Viro1-2/+9
2022-08-08pipe_get_pages(): switch to append_pipe()Al Viro1-29/+6
2022-08-08get rid of non-advancing variantsAl Viro1-9/+18
2022-08-08iov_iter: saner helper for page array allocationAl Viro1-45/+32
2022-08-08fold __pipe_get_pages() into pipe_get_pages()Al Viro1-37/+38
2022-08-08ITER_XARRAY: don't open-code DIV_ROUND_UP()Al Viro1-9/+1
2022-08-08unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() gutsAl Viro1-59/+27
2022-08-08unify xarray_get_pages() and xarray_get_pages_alloc()Al Viro1-39/+10
2022-08-08unify pipe_get_pages() and pipe_get_pages_alloc()Al Viro1-32/+17
2022-08-08iov_iter_get_pages(): sanity-check argumentsAl Viro1-7/+2
2022-08-08iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wrapperAl Viro1-16/+22
2022-08-08ITER_PIPE: fold data_start() and pipe_space_for_user() togetherAl Viro1-25/+19
2022-08-08ITER_PIPE: cache the type of last bufferAl Viro1-39/+38
2022-08-08ITER_PIPE: clean iov_iter_revert()Al Viro1-46/+14
2022-08-08ITER_PIPE: clean pipe_advance() upAl Viro1-17/+17
2022-08-08ITER_PIPE: lose iter_head argument of __pipe_get_pages()Al Viro1-4/+3
2022-08-08ITER_PIPE: fold push_pipe() into __pipe_get_pages()Al Viro1-55/+25
2022-08-08ITER_PIPE: allocate buffers as we go in copy-to-pipe primitivesAl Viro1-73/+98
2022-08-08ITER_PIPE: helpers for adding pipe buffersAl Viro1-42/+46
2022-08-08ITER_PIPE: helper for getting pipe buffer by indexAl Viro1-6/+9
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro1-18/+69
2022-08-03Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+11
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-231/+52
2022-07-06first_iovec_segment(): just return addressAl Viro1-7/+8
2022-07-06iov_iter: massage calling conventions for first_{iovec,bvec}_segment()Al Viro1-24/+18
2022-07-06iov_iter: first_{iovec,bvec}_segment() - simplify a bitAl Viro1-16/+16
2022-07-06iov_iter: lift dealing with maxpages out of first_{iovec,bvec}_segment()Al Viro1-10/+10
2022-07-06iov_iter_get_pages{,_alloc}(): cap the maxsize with MAX_RW_COUNTAl Viro1-0/+4
2022-07-06iov_iter_bvec_advance(): don't bother with bvec_iterAl Viro1-9/+14
2022-06-28fix short copy handling in copy_mc_pipe_to_iter()Al Viro1-4/+11
2022-06-28copy_page_{to,from}_iter(): switch iovec variants to genericAl Viro1-187/+4
2022-06-27iov: introduce iov_iter_alignedKeith Busch1-0/+92
2022-06-11iov_iter: fix build issue due to possible type mis-matchLinus Torvalds1-2/+2
2022-06-10iov_iter: Fix iter_xarray_get_pages{,_alloc}()David Howells1-16/+4
2022-02-21lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann1-0/+2
2022-01-04iov_iter: Convert iter_xarray to use foliosMatthew Wilcox (Oracle)1-16/+14
2021-10-24iov_iter: Introduce nofault flag to disable page faultsAndreas Gruenbacher1-5/+15
2021-10-20iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher1-0/+39
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-12/+21
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher1-6/+4
2021-10-12iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueAndreas Gruenbacher1-2/+3
2021-09-14iov_iter: add helper to save iov_iter stateJens Axboe1-0/+36
2021-09-08lib/iov_iter.c: fix kernel-doc warningsRandy Dunlap1-2/+6
2021-07-04iov_iter: remove uaccess_kernel() warning from iov_iter_init()Linus Torvalds1-1/+0
2021-06-10csum_and_copy_to_pipe_iter(): leave handling of csum_state to callerAl Viro1-23/+18
2021-06-10clean up copy_mc_pipe_to_iter()Al Viro1-24/+9
2021-06-10pipe_zero(): we don't need no stinkin' kmap_atomic()...Al Viro1-1/+3