index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
iov_iter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
new primitive: iov_iter_for_each_range()
Al Viro
2017-10-11
1
-0
/
+22
*
iov_iter: fix page_copy_sane for compound pages
Petar Penkov
2017-09-20
1
-2
/
+4
*
Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-07-07
1
-29
/
+69
|
\
|
*
iov_iter: saner checks on copyin/copyout
Al Viro
2017-07-07
1
-16
/
+39
|
*
iov_iter: sanity checks for copy to/from page primitives
Al Viro
2017-06-29
1
-0
/
+17
|
*
iov_iter/hardening: move object size checks to inlined part
Al Viro
2017-06-29
1
-11
/
+11
*
|
x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...
Dan Williams
2017-06-09
1
-0
/
+22
|
/
*
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-05-09
1
-0
/
+2
|
\
|
*
fix braino in generic_file_read_iter()
Al Viro
2017-05-08
1
-0
/
+2
*
|
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-05-08
1
-4
/
+1
*
|
Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-05-01
1
-3
/
+3
|
\
\
|
*
|
kill __copy_from_user_nocache()
Al Viro
2017-03-28
1
-2
/
+2
|
*
|
new helper: uaccess_kernel()
Al Viro
2017-03-28
1
-1
/
+1
*
|
|
fix a braino in ITER_PIPE iov_iter_revert()
Al Viro
2017-04-29
1
-1
/
+1
|
|
/
|
/
|
*
|
[iov_iter] new privimitive: iov_iter_revert()
Al Viro
2017-04-02
1
-0
/
+63
|
/
*
fix a fencepost error in pipe_advance()
Al Viro
2017-01-14
1
-23
/
+31
*
[iov_iter] fix iterate_all_kinds() on empty iterators
Al Viro
2016-12-22
1
-29
/
+26
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-16
1
-2
/
+96
|
\
|
*
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
2016-12-05
1
-2
/
+96
*
|
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-13
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
2016-11-01
1
-0
/
+1
*
|
fix iov_iter_advance() for ITER_PIPE
Abhi Das
2016-11-17
1
-1
/
+3
|
/
*
iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()
Vegard Nossum
2016-10-14
1
-0
/
+22
*
Fix off-by-one in __pipe_get_pages()
Al Viro
2016-10-11
1
-2
/
+2
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
1
-2
/
+1
|
\
|
*
get rid of separate multipage fault-in primitives
Al Viro
2016-09-27
1
-2
/
+1
*
|
pipe: add pipe_buf_release() helper
Miklos Szeredi
2016-10-05
1
-3
/
+1
*
|
new iov_iter flavour: pipe-backed
Al Viro
2016-10-05
1
-2
/
+395
|
/
*
fix iov_iter_fault_in_readable()
Al Viro
2016-09-17
1
-22
/
+2
*
mm: optimize copy_page_to/from_iter_iovec
Mikulas Patocka
2016-07-28
1
-2
/
+6
*
iov_iter: use bvec iterator to implement iterate_bvec()
Ming Lei
2016-06-09
1
-30
/
+15
*
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-05-25
1
-1
/
+1
|
\
|
*
do "fold checks into iterate_and_advance()" right
Al Viro
2016-05-25
1
-1
/
+1
*
|
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-05-18
1
-68
/
+36
|
\
|
|
*
fold checks into iterate_and_advance()
Al Viro
2016-05-09
1
-68
/
+36
*
|
fix the copy vs. map logics in blk_rq_map_user_iov()
Al Viro
2016-04-08
1
-0
/
+19
|
/
*
iov_iter: export import_single_range()
Al Viro
2015-12-06
1
-0
/
+1
*
iov_iter: constify {csum_and_,}copy_to_iter()
Al Viro
2015-12-06
1
-5
/
+5
*
Merge branch 'iov_iter' into for-next
Al Viro
2015-04-11
1
-0
/
+57
|
\
|
*
saner iov_iter initialization primitives
Al Viro
2015-03-30
1
-0
/
+57
*
|
VFS: Add iov_iter_fault_in_multipages_readable()
Anton Altaparmakov
2015-04-11
1
-0
/
+26
|
/
*
move iov_iter.c from mm/ to lib/
Al Viro
2015-02-17
1
-0
/
+768