aboutsummaryrefslogtreecommitdiff
path: root/lib/iov_iter.c
AgeCommit message (Expand)Author
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-11mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny
2021-02-04udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn
2021-01-25iov_iter: optimise bvec iov_iter_advance()Pavel Begunkov
2021-01-25bvec/iter: disallow zero-length segment bvecsPavel Begunkov
2021-01-15iov_iter: fix the uaccess area in copy_compat_iovec_from_userChristoph Hellwig
2020-10-16lib, uaccess: add failure injection to usercopy functionsAlbert van der Linde
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...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-09-25iov_iter: move rw_copy_check_uvector() into lib/iov_iter.cDavid Laight
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro
2020-08-20csum_and_copy_..._user(): pass 0xffffffff instead of 0 as initial sumAl Viro
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu
2020-03-21iov_iter: Use generic instrumented.hMarco Elver
2019-12-16pipe: Fix bogus dereference in iov_iter_alignment()Jan Kara
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells
2019-10-23compat_ioctl: reimplement SG_IO handlingArnd Bergmann
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-05-31uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-04-03iov_iter: Fix build error without CONFIG_CRYPTOYueHaibing
2019-02-26iov_iter: optimize page_copy_sane()Eric Dumazet
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
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-11-27iov_iter: reduce code duplicationAl Viro
2018-11-25iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed onesAl Viro
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-07-16lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe()Dan Williams
2018-07-16lib/iov_iter: Document _copy_to_iter_flushcache()Dan Williams
2018-07-16lib/iov_iter: Document _copy_to_iter_mcsafe()Dan Williams
2018-06-04Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-15x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams
2018-05-02iov_iter: fix memory leak in pipe_get_pages_alloc()Ilya Dryomov
2018-05-02iov_iter: fix return type of __pipe_get_pages()Ilya Dryomov
2017-10-11new primitive: iov_iter_for_each_range()Al Viro
2017-09-20iov_iter: fix page_copy_sane for compound pagesPetar Penkov
2017-07-07Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-07iov_iter: saner checks on copyin/copyoutAl Viro