aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/iov_iter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-16pipe: Fix bogus dereference in iov_iter_alignment()Jan Kara1-1/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+1
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells1-2/+2
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells1-118/+151
2019-10-23compat_ioctl: reimplement SG_IO handlingArnd Bergmann1-0/+1
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-1/+1
2019-05-31uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe1-7/+8
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-2/+5
2019-04-03iov_iter: Fix build error without CONFIG_CRYPTOYueHaibing1-0/+4
2019-02-26iov_iter: optimize page_copy_sane()Eric Dumazet1-2/+15
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-27/+27
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-4/+4
2018-12-13iov_iter: introduce hash_and_copy_to_iter helperSagi Grimberg1-0/+16
2018-12-13iov_iter: pass void csum pointer to csum_and_copy_to_iterSagi Grimberg1-1/+2
2018-11-27iov_iter: reduce code duplicationAl Viro1-27/+27
2018-11-25iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed onesAl Viro1-1/+37
2018-10-24iov_iter: Add I/O discard iteratorDavid Howells1-7/+48
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-13/+15
2018-10-24iov_iter: Use accessor functionDavid Howells1-28/+28
2018-07-16lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe()Dan Williams1-4/+33
2018-07-16lib/iov_iter: Document _copy_to_iter_flushcache()Dan Williams1-0/+14
2018-07-16lib/iov_iter: Document _copy_to_iter_mcsafe()Dan Williams1-0/+26
2018-06-04Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+61
2018-05-15x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams1-0/+61
2018-05-02iov_iter: fix memory leak in pipe_get_pages_alloc()Ilya Dryomov1-1/+1
2018-05-02iov_iter: fix return type of __pipe_get_pages()Ilya Dryomov1-1/+1
2017-10-11new primitive: iov_iter_for_each_range()Al Viro1-0/+22
2017-09-20iov_iter: fix page_copy_sane for compound pagesPetar Penkov1-2/+4
2017-07-07Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+69
2017-07-07iov_iter: saner checks on copyin/copyoutAl Viro1-16/+39
2017-06-29iov_iter: sanity checks for copy to/from page primitivesAl Viro1-0/+17
2017-06-29iov_iter/hardening: move object size checks to inlined partAl Viro1-11/+11
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operationsDan Williams1-0/+22
2017-05-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-4/+1
2017-05-08fix braino in generic_file_read_iter()Al Viro1-0/+2
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-04-29fix a braino in ITER_PIPE iov_iter_revert()Al Viro1-1/+1
2017-04-02[iov_iter] new privimitive: iov_iter_revert()Al Viro1-0/+63
2017-03-28kill __copy_from_user_nocache()Al Viro1-2/+2
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-01-14fix a fencepost error in pipe_advance()Al Viro1-23/+31
2016-12-22[iov_iter] fix iterate_all_kinds() on empty iteratorsAl Viro1-29/+26
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+96
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-2/+96
2016-11-17fix iov_iter_advance() for ITER_PIPEAbhi Das1-1/+3
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig1-0/+1
2016-10-14iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum1-0/+22