aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/uio.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-07new helper: copy_to_iter_full()Al Viro1-0/+10
2024-03-06iov_iter: get rid of 'copy_mc' flagLinus Torvalds1-16/+0
2023-12-05iov_iter: replace import_single_range() with import_ubuf()Jens Axboe1-2/+0
2023-12-05iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe1-1/+1
2023-10-09iov_iter, net: Move hash_and_copy_to_iter() to net/David Howells1-3/+0
2023-10-09iov_iter, net: Move csum_and_copy_to/from_iter() to net/David Howells1-18/+0
2023-09-25iov_iter: Derive user-backedness from the iterator typeDavid Howells1-3/+1
2023-09-25iov_iter: Renumber ITER_* constantsDavid Howells1-2/+2
2023-09-25iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPEDavid Howells1-4/+1
2023-07-24iov_iter: Add copy_folio_from_iter_atomic()Matthew Wilcox (Oracle)1-1/+8
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+5
2023-06-16iov_iter: remove iov_iter_get_pages and iov_iter_get_pages_allocChristoph Hellwig1-6/+0
2023-06-08Move netfs_extract_iter_to_sg() to lib/scatterlist.cDavid Howells1-0/+5
2023-05-24iov_iter: Kill ITER_PIPEDavid Howells1-14/+0
2023-05-02mm: hwpoison: coredump: support recovery from dump_user_range()Kefeng Wang1-0/+16
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-04-05iov_iter: add copy_page_to_iter_nofault()Lorenzo Stoakes1-0/+2
2023-03-30iov_iter: overlay struct iovec and ubuf/lenJens Axboe1-9/+35
2023-03-30iov_iter: set nr_segs = 1 for ITER_UBUFJens Axboe1-1/+2
2023-03-30iov_iter: remove iov_iter_iovec()Jens Axboe1-9/+0
2023-03-30iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe1-0/+2
2023-03-30iov_iter: add iter_iovec() helperJens Axboe1-3/+6
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+33
2023-02-20iov_iter: Add a function to extract a page list from an iteratorDavid Howells1-1/+26
2023-02-20iov_iter: Define flags to qualify page extraction.David Howells1-2/+8
2023-01-08iov: add import_ubuf()Jens Axboe1-0/+1
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-0/+6
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-0/+3
2022-11-09iov_iter: introduce iov_iter_get_pages_[alloc_]flags()Logan Gunthorpe1-0/+6
2022-09-16iov_iter: use "maxpages" parameterDan Carpenter1-1/+1
2022-08-08get rid of non-advancing variantsAl Viro1-22/+2
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro1-0/+20
2022-08-08ITER_PIPE: cache the type of last bufferAl Viro1-1/+4
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro1-0/+26
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+6
2022-06-27iov: introduce iov_iter_alignedKeith Busch1-0/+2
2022-06-07No need of likely/unlikely on calls of check_copy_size()Al Viro1-9/+6
2022-02-04tls: cap the output scatter list to something reasonableJakub Kicinski1-0/+17
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-19/+1
2022-01-04iov_iter: Add copy_folio_to_iter()Matthew Wilcox (Oracle)1-0/+7
2021-12-18uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()Christoph Hellwig1-19/+1
2021-10-24iov_iter: Introduce nofault flag to disable page faultsAndreas Gruenbacher1-0/+1
2021-10-20iov_iter: Introduce fault_in_iov_iter_writeableAndreas Gruenbacher1-0/+1
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-1/+1
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 va...Al 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...Linus 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/ke...Linus 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 ope...Dan 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/vir...Linus 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/...Linus Torvalds1-2/+2
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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...Linus 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
2014-12-08iov_iter.c: handle ITER_KVEC directlyAl Viro1-0/+1
2014-10-09Add copy_to_iter(), copy_from_iter() and iov_iter_zero()Matthew Wilcox1-0/+3
2014-09-26fuse: honour max_read and max_write in direct_io modeMiklos Szeredi1-1/+1
2014-08-07switch iov_iter_get_pages() to passing maximal number of pagesAl Viro1-1/+1
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+4
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin1-1/+4
2014-06-26Fix 32-bit regression in block device read(2)Al Viro1-1/+13
2014-05-06bio_vec-backed iov_iterAl Viro1-2/+12
2014-05-06lustre: get rid of messing with iovecsAl Viro1-0/+9
2014-05-06new helper: copy_page_from_iter()Al Viro1-0/+2
2014-05-06iov_iter_truncate()Al Viro1-0/+6
2014-05-06new helper: iov_iter_get_pages_alloc()Al Viro1-0/+2
2014-05-06new helper: iov_iter_npages()Al Viro1-0/+1
2014-05-06new helper: iov_iter_get_pages()Al Viro1-0/+2
2014-05-06start adding the tag to iov_iterAl Viro1-12/+3
2014-05-06new primitive: iov_iter_alignment()Al Viro1-0/+2
2014-05-06kill iov_iter_copy_from_user()Al Viro1-2/+0
2014-04-01introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro1-0/+2
2014-04-01iov_iter: Move iov_iter to uio.hKent Overstreet1-0/+50
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell1-0/+3
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-21/+3
2009-07-29uio: mark uio.h functions __KERNEL__ onlyJiri Slaby1-9/+8
2007-07-16remove odd and misleading comments from uio.hChristoph Hellwig1-9/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+66