Age | Commit message (Expand) | Author |
2022-08-08 | iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr... | Al Viro |
2022-08-08 | ITER_PIPE: fold data_start() and pipe_space_for_user() together | Al Viro |
2022-08-08 | ITER_PIPE: cache the type of last buffer | Al Viro |
2022-08-08 | ITER_PIPE: clean iov_iter_revert() | Al Viro |
2022-08-08 | ITER_PIPE: clean pipe_advance() up | Al Viro |
2022-08-08 | ITER_PIPE: lose iter_head argument of __pipe_get_pages() | Al Viro |
2022-08-08 | ITER_PIPE: fold push_pipe() into __pipe_get_pages() | Al Viro |
2022-08-08 | ITER_PIPE: allocate buffers as we go in copy-to-pipe primitives | Al Viro |
2022-08-08 | ITER_PIPE: helpers for adding pipe buffers | Al Viro |
2022-08-08 | ITER_PIPE: helper for getting pipe buffer by index | Al Viro |
2022-08-08 | new iov_iter flavour - ITER_UBUF | Al Viro |
2022-08-03 | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2022-08-03 | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-07-06 | first_iovec_segment(): just return address | Al Viro |
2022-07-06 | iov_iter: massage calling conventions for first_{iovec,bvec}_segment() | Al Viro |
2022-07-06 | iov_iter: first_{iovec,bvec}_segment() - simplify a bit | Al Viro |
2022-07-06 | iov_iter: lift dealing with maxpages out of first_{iovec,bvec}_segment() | Al Viro |
2022-07-06 | iov_iter_get_pages{,_alloc}(): cap the maxsize with MAX_RW_COUNT | Al Viro |
2022-07-06 | iov_iter_bvec_advance(): don't bother with bvec_iter | Al Viro |
2022-06-28 | fix short copy handling in copy_mc_pipe_to_iter() | Al Viro |
2022-06-28 | copy_page_{to,from}_iter(): switch iovec variants to generic | Al Viro |
2022-06-27 | iov: introduce iov_iter_aligned | Keith Busch |
2022-06-11 | iov_iter: fix build issue due to possible type mis-match | Linus Torvalds |
2022-06-10 | iov_iter: Fix iter_xarray_get_pages{,_alloc}() | David Howells |
2022-02-21 | lib/iov_iter: initialize "flags" in new pipe_buffer | Max Kellermann |
2022-01-04 | iov_iter: Convert iter_xarray to use folios | Matthew Wilcox (Oracle) |
2021-10-24 | iov_iter: Introduce nofault flag to disable page faults | Andreas Gruenbacher |
2021-10-20 | iov_iter: Introduce fault_in_iov_iter_writeable | Andreas Gruenbacher |
2021-10-18 | iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable | Andreas Gruenbacher |
2021-10-18 | gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable} | Andreas Gruenbacher |
2021-10-12 | iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value | Andreas Gruenbacher |
2021-09-14 | iov_iter: add helper to save iov_iter state | Jens Axboe |
2021-09-08 | lib/iov_iter.c: fix kernel-doc warnings | Randy Dunlap |
2021-07-04 | iov_iter: remove uaccess_kernel() warning from iov_iter_init() | Linus Torvalds |
2021-06-10 | csum_and_copy_to_pipe_iter(): leave handling of csum_state to caller | Al Viro |
2021-06-10 | clean up copy_mc_pipe_to_iter() | Al Viro |
2021-06-10 | pipe_zero(): we don't need no stinkin' kmap_atomic()... | Al Viro |
2021-06-10 | iov_iter: clean csum_and_copy_...() primitives up a bit | Al Viro |
2021-06-10 | copy_page_from_iter(): don't need kmap_atomic() for kvec/bvec cases | Al Viro |
2021-06-10 | copy_page_to_iter(): don't bother with kmap_atomic() for bvec/kvec cases | Al Viro |
2021-06-10 | iterate_xarray(): only of the first iteration we might get offset != 0 | Al Viro |
2021-06-10 | pull handling of ->iov_offset into iterate_{iovec,bvec,xarray} | Al Viro |
2021-06-10 | iov_iter: make iterator callbacks use base and len instead of iovec | Al Viro |
2021-06-10 | iov_iter: make the amount already copied available to iterator callbacks | Al Viro |
2021-06-10 | iov_iter: get rid of separate bvec and xarray callbacks | Al Viro |
2021-06-10 | iov_iter: teach iterate_{bvec,xarray}() about possible short copies | Al Viro |
2021-06-10 | iterate_bvec(): expand bvec.h macro forest, massage a bit | Al Viro |
2021-06-10 | iov_iter: unify iterate_iovec and iterate_kvec | Al Viro |
2021-06-10 | iov_iter: massage iterate_iovec and iterate_kvec to logics similar to iterate... | Al Viro |
2021-06-10 | iterate_and_advance(): get rid of magic in case when n is 0 | Al Viro |