aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/uio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Revert "iov_iter: track truncated size"Jens Axboe1-5/+1
2021-09-14iov_iter: add helper to save iov_iter stateJens Axboe1-0/+15
2021-09-03iov_iter: track truncated sizePavel Begunkov1-1/+5
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variantAl Viro1-2/+2
2021-06-10sanitize iov_iter_fault_in_readable()Al Viro1-1/+1
2021-06-10iov_iter: separate direction from flavourAl Viro1-14/+10
2021-06-10iov_iter: switch ..._full() variants of primitives to use of iov_iter_revert()Al Viro1-11/+21
2021-06-03iov_iter: Remove iov_iter_for_each_range()David Howells1-4/+0
2021-04-26iov_iter: Four fixes for ITER_XARRAYDavid Howells1-1/+0
2021-04-23iov_iter: Add ITER_XARRAYDavid Howells1-0/+11
2021-02-04udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn1-1/+7
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+9
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams1-5/+5
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig1-8/+0
2020-10-03iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig1-3/+9
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-1/+0
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells1-2/+2
2019-07-13Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2019-06-29block: never take page references for ITER_BVECChristoph Hellwig1-9/+1
2019-05-31uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-01iov_iter: fix iov_iter_typeMing Lei1-1/+1
2019-03-23Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+19
2019-03-18iov_iter: add ITER_BVEC_FLAG_NO_REF flagJens Axboe1-5/+19
2019-02-04uio: remove the unused iov_for_each macroChristoph Hellwig1-8/+0
2018-12-13iov_iter: introduce hash_and_copy_to_iter helperSagi Grimberg1-0/+3
2018-12-13iov_iter: pass void csum pointer to csum_and_copy_to_iterSagi Grimberg1-1/+1
2018-10-24iov_iter: Add I/O discard iteratorDavid Howells1-0/+7
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-5/+5
2018-10-24iov_iter: Use accessor functionDavid Howells1-15/+33
2018-09-12uaccess: Fix is_source param for check_copy_size() in copy_to_iter_mcsafe()Dave Jiang1-1/+1
2018-05-22uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilationDan Williams1-1/+1
2018-05-15x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams1-0/+15
2017-10-11new primitive: iov_iter_for_each_range()Al Viro1-0/+4
2017-10-11kill iov_shorten()Al Viro1-2/+0
2017-07-10fix brown paperbag bug in inlined copy_..._iter()Al Viro1-4/+4
2017-07-07Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+64
2017-06-29iov_iter/hardening: move object size checks to inlined partAl Viro1-5/+53
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operationsDan Williams1-0/+15
2017-04-02[iov_iter] new privimitive: iov_iter_revert()Al Viro1-1/+5
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-0/+3
2016-11-01fs: decouple READ and WRITE from the block layer opsChristoph Hellwig1-1/+1
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2016-10-10constify iov_iter_count() and iter_is_iovec()Al Viro1-2/+2
2016-10-05new iov_iter flavour: pipe-backedAl Viro1-3/+11
2016-09-27get rid of separate multipage fault-in primitivesAl Viro1-1/+0
2016-09-17fix iov_iter_fault_in_readable()Al Viro1-1/+1
2016-04-08fix the copy vs. map logics in blk_rq_map_user_iov()Al Viro1-0/+1