index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
iov_iter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-27
/
+27
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-4
/
+4
2018-12-13
iov_iter: introduce hash_and_copy_to_iter helper
Sagi Grimberg
1
-0
/
+16
2018-12-13
iov_iter: pass void csum pointer to csum_and_copy_to_iter
Sagi Grimberg
1
-1
/
+2
2018-11-28
iov_iter: reduce code duplication
Al Viro
1
-27
/
+27
2018-11-26
iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed ones
Al Viro
1
-1
/
+37
2018-10-24
iov_iter: Add I/O discard iterator
David Howells
1
-7
/
+48
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-13
/
+15
2018-10-24
iov_iter: Use accessor function
David Howells
1
-28
/
+28
2018-07-16
lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe()
Dan Williams
1
-4
/
+33
2018-07-16
lib/iov_iter: Document _copy_to_iter_flushcache()
Dan Williams
1
-0
/
+14
2018-07-16
lib/iov_iter: Document _copy_to_iter_mcsafe()
Dan Williams
1
-0
/
+26
2018-06-05
Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+61
2018-05-15
x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()
Dan Williams
1
-0
/
+61
2018-05-02
iov_iter: fix memory leak in pipe_get_pages_alloc()
Ilya Dryomov
1
-1
/
+1
2018-05-02
iov_iter: fix return type of __pipe_get_pages()
Ilya Dryomov
1
-1
/
+1
2017-10-12
new primitive: iov_iter_for_each_range()
Al Viro
1
-0
/
+22
2017-09-21
iov_iter: fix page_copy_sane for compound pages
Petar Penkov
1
-2
/
+4
2017-07-08
Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-29
/
+69
2017-07-07
iov_iter: saner checks on copyin/copyout
Al Viro
1
-16
/
+39
2017-06-30
iov_iter: sanity checks for copy to/from page primitives
Al Viro
1
-0
/
+17
2017-06-30
iov_iter/hardening: move object size checks to inlined part
Al Viro
1
-11
/
+11
2017-06-09
x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...
Dan Williams
1
-0
/
+22
2017-05-09
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2017-05-09
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
1
-4
/
+1
2017-05-08
fix braino in generic_file_read_iter()
Al Viro
1
-0
/
+2
2017-05-02
Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2017-04-29
fix a braino in ITER_PIPE iov_iter_revert()
Al Viro
1
-1
/
+1
2017-04-02
[iov_iter] new privimitive: iov_iter_revert()
Al Viro
1
-0
/
+63
2017-03-29
kill __copy_from_user_nocache()
Al Viro
1
-2
/
+2
2017-03-28
new helper: uaccess_kernel()
Al Viro
1
-1
/
+1
2017-01-15
fix a fencepost error in pipe_advance()
Al Viro
1
-23
/
+31
2016-12-23
[iov_iter] fix iterate_all_kinds() on empty iterators
Al Viro
1
-29
/
+26
2016-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+96
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2016-12-05
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
1
-2
/
+96
2016-11-17
fix iov_iter_advance() for ITER_PIPE
Abhi Das
1
-1
/
+3
2016-11-01
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
1
-0
/
+1
2016-10-15
iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()
Vegard Nossum
1
-0
/
+22
2016-10-11
Fix off-by-one in __pipe_get_pages()
Al Viro
1
-2
/
+2
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+1
2016-10-06
pipe: add pipe_buf_release() helper
Miklos Szeredi
1
-3
/
+1
2016-10-06
new iov_iter flavour: pipe-backed
Al Viro
1
-2
/
+395
2016-09-28
get rid of separate multipage fault-in primitives
Al Viro
1
-2
/
+1
2016-09-18
fix iov_iter_fault_in_readable()
Al Viro
1
-22
/
+2
2016-07-29
mm: optimize copy_page_to/from_iter_iovec
Mikulas Patocka
1
-2
/
+6
2016-06-09
iov_iter: use bvec iterator to implement iterate_bvec()
Ming Lei
1
-30
/
+15
2016-05-26
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2016-05-26
do "fold checks into iterate_and_advance()" right
Al Viro
1
-1
/
+1
2016-05-18
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-68
/
+36
[next]