summaryrefslogtreecommitdiff
path: root/include/linux/uio.h
AgeCommit message (Expand)Author
2021-10-24iov_iter: Introduce nofault flag to disable page faultsAndreas Gruenbacher
2021-10-20iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher
2021-09-15Revert "iov_iter: track truncated size"Jens Axboe
2021-09-14iov_iter: add helper to save iov_iter stateJens Axboe
2021-09-03iov_iter: track truncated sizePavel Begunkov
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro
2021-06-10sanitize iov_iter_fault_in_readable()Al Viro
2021-06-10iov_iter: separate direction from flavourAl Viro
2021-06-10iov_iter: switch ..._full() variants of primitives to use of iov_iter_revert()Al Viro
2021-06-03iov_iter: Remove iov_iter_for_each_range()David Howells
2021-04-26iov_iter: Four fixes for ITER_XARRAYDavid Howells
2021-04-23iov_iter: Add ITER_XARRAYDavid Howells
2021-02-04udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig
2020-10-03iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells
2019-07-13Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-06-29block: never take page references for ITER_BVECChristoph Hellwig
2019-05-31uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-01iov_iter: fix iov_iter_typeMing Lei
2019-03-23Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-18iov_iter: add ITER_BVEC_FLAG_NO_REF flagJens Axboe
2019-02-04uio: remove the unused iov_for_each macroChristoph Hellwig
2018-12-13iov_iter: introduce hash_and_copy_to_iter helperSagi Grimberg
2018-12-13iov_iter: pass void csum pointer to csum_and_copy_to_iterSagi Grimberg
2018-10-24iov_iter: Add I/O discard iteratorDavid Howells
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-09-12uaccess: Fix is_source param for check_copy_size() in copy_to_iter_mcsafe()Dave Jiang
2018-05-22uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilationDan Williams
2018-05-15x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams
2017-10-11new primitive: iov_iter_for_each_range()Al Viro
2017-10-11kill iov_shorten()Al Viro
2017-07-10fix brown paperbag bug in inlined copy_..._iter()Al Viro
2017-07-07Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-06-29iov_iter/hardening: move object size checks to inlined partAl Viro
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams
2017-04-02[iov_iter] new privimitive: iov_iter_revert()Al Viro
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10constify iov_iter_count() and iter_is_iovec()Al Viro
2016-10-05new iov_iter flavour: pipe-backedAl Viro