summaryrefslogtreecommitdiffstats
path: root/lib/iov_iter.c
Commit message (Expand)AuthorAgeFilesLines
...
* iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...Al Viro2022-08-081-16/+22
* ITER_PIPE: fold data_start() and pipe_space_for_user() togetherAl Viro2022-08-081-25/+19
* ITER_PIPE: cache the type of last bufferAl Viro2022-08-081-39/+38
* ITER_PIPE: clean iov_iter_revert()Al Viro2022-08-081-46/+14
* ITER_PIPE: clean pipe_advance() upAl Viro2022-08-081-17/+17
* ITER_PIPE: lose iter_head argument of __pipe_get_pages()Al Viro2022-08-081-4/+3
* ITER_PIPE: fold push_pipe() into __pipe_get_pages()Al Viro2022-08-081-55/+25
* ITER_PIPE: allocate buffers as we go in copy-to-pipe primitivesAl Viro2022-08-081-73/+98
* ITER_PIPE: helpers for adding pipe buffersAl Viro2022-08-081-42/+46
* ITER_PIPE: helper for getting pipe buffer by indexAl Viro2022-08-081-6/+9
* new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-18/+69
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-08-031-4/+11
|\
| * fix short copy handling in copy_mc_pipe_to_iter()Al Viro2022-06-281-4/+11
* | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-231/+52
|\ \
| * | first_iovec_segment(): just return addressAl Viro2022-07-061-7/+8
| * | iov_iter: massage calling conventions for first_{iovec,bvec}_segment()Al Viro2022-07-061-24/+18
| * | iov_iter: first_{iovec,bvec}_segment() - simplify a bitAl Viro2022-07-061-16/+16
| * | iov_iter: lift dealing with maxpages out of first_{iovec,bvec}_segment()Al Viro2022-07-061-10/+10
| * | iov_iter_get_pages{,_alloc}(): cap the maxsize with MAX_RW_COUNTAl Viro2022-07-061-0/+4
| * | iov_iter_bvec_advance(): don't bother with bvec_iterAl Viro2022-07-061-9/+14
| * | copy_page_{to,from}_iter(): switch iovec variants to genericAl Viro2022-06-281-187/+4
* | | iov: introduce iov_iter_alignedKeith Busch2022-06-271-0/+92
| |/ |/|
* | iov_iter: fix build issue due to possible type mis-matchLinus Torvalds2022-06-111-2/+2
* | iov_iter: Fix iter_xarray_get_pages{,_alloc}()David Howells2022-06-101-16/+4
|/
* lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann2022-02-211-0/+2
* iov_iter: Convert iter_xarray to use foliosMatthew Wilcox (Oracle)2022-01-041-16/+14
* iov_iter: Introduce nofault flag to disable page faultsAndreas Gruenbacher2021-10-241-5/+15
* iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher2021-10-201-0/+39
* iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-12/+21
* gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2021-10-181-6/+4
* iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueAndreas Gruenbacher2021-10-121-2/+3
* iov_iter: add helper to save iov_iter stateJens Axboe2021-09-141-0/+36
* lib/iov_iter.c: fix kernel-doc warningsRandy Dunlap2021-09-081-2/+6
* iov_iter: remove uaccess_kernel() warning from iov_iter_init()Linus Torvalds2021-07-041-1/+0
* csum_and_copy_to_pipe_iter(): leave handling of csum_state to callerAl Viro2021-06-101-23/+18
* clean up copy_mc_pipe_to_iter()Al Viro2021-06-101-24/+9
* pipe_zero(): we don't need no stinkin' kmap_atomic()...Al Viro2021-06-101-1/+3
* iov_iter: clean csum_and_copy_...() primitives up a bitAl Viro2021-06-101-6/+4
* copy_page_from_iter(): don't need kmap_atomic() for kvec/bvec casesAl Viro2021-06-101-2/+2
* copy_page_to_iter(): don't bother with kmap_atomic() for bvec/kvec casesAl Viro2021-06-101-3/+3
* iterate_xarray(): only of the first iteration we might get offset != 0Al Viro2021-06-101-3/+3
* pull handling of ->iov_offset into iterate_{iovec,bvec,xarray}Al Viro2021-06-101-12/+14
* iov_iter: make iterator callbacks use base and len instead of iovecAl Viro2021-06-101-91/+91
* iov_iter: make the amount already copied available to iterator callbacksAl Viro2021-06-101-70/+50
* iov_iter: get rid of separate bvec and xarray callbacksAl Viro2021-06-101-82/+30
* iov_iter: teach iterate_{bvec,xarray}() about possible short copiesAl Viro2021-06-101-41/+24
* iterate_bvec(): expand bvec.h macro forest, massage a bitAl Viro2021-06-101-13/+20
* iov_iter: unify iterate_iovec and iterate_kvecAl Viro2021-06-101-23/+5
* iov_iter: massage iterate_iovec and iterate_kvec to logics similar to iterate...Al Viro2021-06-101-55/+36
* iterate_and_advance(): get rid of magic in case when n is 0Al Viro2021-06-101-1/+1