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
/
include
/
linux
/
uio.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
tls: cap the output scatter list to something reasonable
Jakub Kicinski
2022-02-04
1
-0
/
+17
*
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-01-12
1
-19
/
+1
|
\
|
*
uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()
Christoph Hellwig
2021-12-18
1
-19
/
+1
*
|
iov_iter: Add copy_folio_to_iter()
Matthew Wilcox (Oracle)
2022-01-04
1
-0
/
+7
|
/
*
iov_iter: Introduce nofault flag to disable page faults
Andreas Gruenbacher
2021-10-24
1
-0
/
+1
*
iov_iter: Introduce fault_in_iov_iter_writeable
Andreas Gruenbacher
2021-10-20
1
-0
/
+1
*
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
2021-10-18
1
-1
/
+1
*
Revert "iov_iter: track truncated size"
Jens Axboe
2021-09-15
1
-5
/
+1
*
iov_iter: add helper to save iov_iter state
Jens Axboe
2021-09-14
1
-0
/
+15
*
iov_iter: track truncated size
Pavel Begunkov
2021-09-03
1
-1
/
+5
*
iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...
Al Viro
2021-06-10
1
-2
/
+2
*
sanitize iov_iter_fault_in_readable()
Al Viro
2021-06-10
1
-1
/
+1
*
iov_iter: separate direction from flavour
Al Viro
2021-06-10
1
-14
/
+10
*
iov_iter: switch ..._full() variants of primitives to use of iov_iter_revert()
Al Viro
2021-06-10
1
-11
/
+21
*
iov_iter: Remove iov_iter_for_each_range()
David Howells
2021-06-03
1
-4
/
+0
*
iov_iter: Four fixes for ITER_XARRAY
David Howells
2021-04-26
1
-1
/
+0
*
iov_iter: Add ITER_XARRAY
David Howells
2021-04-23
1
-0
/
+11
*
udp: fix skb_copy_and_csum_datagram with odd segment sizes
Willem de Bruijn
2021-02-04
1
-1
/
+7
*
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-12
1
-11
/
+9
|
\
|
*
iov_iter: transparently handle compat iovecs in import_iovec
Christoph Hellwig
2020-10-03
1
-8
/
+0
|
*
iov_iter: refactor rw_copy_check_uvector and import_iovec
Christoph Hellwig
2020-10-03
1
-3
/
+9
*
|
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
2020-10-06
1
-5
/
+5
|
/
*
iov_iter: Move unnecessary inclusion of crypto/hash.h
Herbert Xu
2020-06-30
1
-1
/
+0
*
pipe: Use head and tail pointers for the ring, not cursor and length
David Howells
2019-10-31
1
-2
/
+2
*
Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-07-13
1
-2
/
+2
|
\
|
*
uio: make import_iovec()/compat_import_iovec() return bytes on success
Jens Axboe
2019-05-31
1
-2
/
+2
*
|
block: never take page references for ITER_BVEC
Christoph Hellwig
2019-06-29
1
-9
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
iov_iter: fix iov_iter_type
Ming Lei
2019-05-01
1
-1
/
+1
*
Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-03-23
1
-5
/
+19
|
\
|
*
iov_iter: add ITER_BVEC_FLAG_NO_REF flag
Jens Axboe
2019-03-18
1
-5
/
+19
*
|
uio: remove the unused iov_for_each macro
Christoph Hellwig
2019-02-04
1
-8
/
+0
|
/
*
iov_iter: introduce hash_and_copy_to_iter helper
Sagi Grimberg
2018-12-13
1
-0
/
+3
*
iov_iter: pass void csum pointer to csum_and_copy_to_iter
Sagi Grimberg
2018-12-13
1
-1
/
+1
*
iov_iter: Add I/O discard iterator
David Howells
2018-10-24
1
-0
/
+7
*
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-24
1
-5
/
+5
*
iov_iter: Use accessor function
David Howells
2018-10-24
1
-15
/
+33
*
uaccess: Fix is_source param for check_copy_size() in copy_to_iter_mcsafe()
Dave Jiang
2018-09-12
1
-1
/
+1
*
uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilation
Dan Williams
2018-05-22
1
-1
/
+1
*
x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()
Dan Williams
2018-05-15
1
-0
/
+15
*
new primitive: iov_iter_for_each_range()
Al Viro
2017-10-11
1
-0
/
+4
*
kill iov_shorten()
Al Viro
2017-10-11
1
-2
/
+0
*
fix brown paperbag bug in inlined copy_..._iter()
Al Viro
2017-07-10
1
-4
/
+4
*
Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-07-07
1
-10
/
+64
|
\
|
*
iov_iter/hardening: move object size checks to inlined part
Al Viro
2017-06-29
1
-5
/
+53
*
|
x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...
Dan Williams
2017-06-09
1
-0
/
+15
|
/
*
[iov_iter] new privimitive: iov_iter_revert()
Al Viro
2017-04-02
1
-1
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-16
1
-0
/
+3
|
\
|
*
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
2016-12-05
1
-0
/
+3
*
|
fs: decouple READ and WRITE from the block layer ops
Christoph Hellwig
2016-11-01
1
-1
/
+1
|
/
[next]