aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/uio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-06iov_iter: constify {csum_and_,}copy_to_iter()Al Viro1-2/+2
2015-04-11new helper: iov_iter_rw()Omar Sandoval1-0/+8
2015-04-11Merge branch 'iov_iter' into for-nextAl Viro1-0/+14
2015-04-11VFS: Add iov_iter_fault_in_multipages_readable()Anton Altaparmakov1-0/+1
2015-03-30saner iov_iter initialization primitivesAl Viro1-0/+14
2015-02-17new helper: dup_iter()Al Viro1-0/+2
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+3
2015-02-04vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro1-2/+0
2015-02-04vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro1-3/+0
2015-02-04vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro1-1/+0
2015-01-29new helper: iov_iter_bvec()Al Viro1-1/+3
2014-12-17new helper: iter_is_iovec()Al Viro1-0/+5
2014-12-09bury memcpy_toiovec()Al Viro1-1/+0
2014-12-08copy_from_iter_nocache()Al Viro1-0/+1
2014-12-08new helper: iov_iter_kvec()Al Viro1-0/+2
2014-12-08csum_and_copy_..._iter()Al Viro1-0/+2