summaryrefslogtreecommitdiffstats
path: root/include/linux/uio.h
Commit message (Expand)AuthorAgeFilesLines
* tls: cap the output scatter list to something reasonableJakub Kicinski2022-02-041-0/+17
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-19/+1
|\
| * uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()Christoph Hellwig2021-12-181-19/+1
* | iov_iter: Add copy_folio_to_iter()Matthew Wilcox (Oracle)2022-01-041-0/+7
|/
* iov_iter: Introduce nofault flag to disable page faultsAndreas Gruenbacher2021-10-241-0/+1
* iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher2021-10-201-0/+1
* iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-1/+1
* Revert "iov_iter: track truncated size"Jens Axboe2021-09-151-5/+1
* iov_iter: add helper to save iov_iter stateJens Axboe2021-09-141-0/+15
* iov_iter: track truncated sizePavel Begunkov2021-09-031-1/+5
* iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-2/+2
* sanitize iov_iter_fault_in_readable()Al Viro2021-06-101-1/+1
* iov_iter: separate direction from flavourAl Viro2021-06-101-14/+10
* iov_iter: switch ..._full() variants of primitives to use of iov_iter_revert()Al Viro2021-06-101-11/+21
* iov_iter: Remove iov_iter_for_each_range()David Howells2021-06-031-4/+0
* iov_iter: Four fixes for ITER_XARRAYDavid Howells2021-04-261-1/+0
* iov_iter: Add ITER_XARRAYDavid Howells2021-04-231-0/+11
* udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn2021-02-041-1/+7
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-11/+9
|\
| * iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-8/+0
| * iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig2020-10-031-3/+9
* | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-061-5/+5
|/
* iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-1/+0
* pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells2019-10-311-2/+2
* Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-131-2/+2
|\
| * uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe2019-05-311-2/+2
* | block: never take page references for ITER_BVECChristoph Hellwig2019-06-291-9/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* iov_iter: fix iov_iter_typeMing Lei2019-05-011-1/+1
* Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-231-5/+19
|\
| * iov_iter: add ITER_BVEC_FLAG_NO_REF flagJens Axboe2019-03-181-5/+19
* | uio: remove the unused iov_for_each macroChristoph Hellwig2019-02-041-8/+0
|/
* iov_iter: introduce hash_and_copy_to_iter helperSagi Grimberg2018-12-131-0/+3
* iov_iter: pass void csum pointer to csum_and_copy_to_iterSagi Grimberg2018-12-131-1/+1
* iov_iter: Add I/O discard iteratorDavid Howells2018-10-241-0/+7
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-5/+5
* iov_iter: Use accessor functionDavid Howells2018-10-241-15/+33
* uaccess: Fix is_source param for check_copy_size() in copy_to_iter_mcsafe()Dave Jiang2018-09-121-1/+1
* uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilationDan Williams2018-05-221-1/+1
* x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams2018-05-151-0/+15
* new primitive: iov_iter_for_each_range()Al Viro2017-10-111-0/+4
* kill iov_shorten()Al Viro2017-10-111-2/+0
* fix brown paperbag bug in inlined copy_..._iter()Al Viro2017-07-101-4/+4
* Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-071-10/+64
|\
| * iov_iter/hardening: move object size checks to inlined partAl Viro2017-06-291-5/+53
* | x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams2017-06-091-0/+15
|/
* [iov_iter] new privimitive: iov_iter_revert()Al Viro2017-04-021-1/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-0/+3
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-0/+3
* | fs: decouple READ and WRITE from the block layer opsChristoph Hellwig2016-11-011-1/+1
|/