index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
iov_iter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+1
2026-08-19
iov_iter: export iov_iter_restore
Octavian Purdila
1
-0
/
+1
2026-08-06
block: rename bi_bvec_done
Pavel Begunkov
1
-1
/
+1
2026-07-31
block: validate user space vectors during extraction
Keith Busch
1
-1
/
+8
2026-07-01
iov_iter: Fix a memory leak in iov_iter_extract_user_pages()
David Howells
1
-1
/
+8
2026-07-01
iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()
David Howells
1
-0
/
+2
2026-07-01
iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()
David Howells
1
-0
/
+9
2026-05-21
iov_iter: use kmemdup_array for dup_iter to harden against overflow
Wang Haoran
1
-4
/
+4
2026-04-13
Merge branch 'nocache-cleanup'
Linus Torvalds
1
-2
/
+2
2026-03-30
x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcache
Linus Torvalds
1
-1
/
+1
2026-03-30
x86: rename and clean up __copy_from_user_inatomic_nocache()
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-01-28
iov_iter: extract a iov_iter_extract_bvecs helper from bio code
Christoph Hellwig
1
-0
/
+98
2025-11-18
iov_iter: Add missing speculation barrier to copy_from_user_iter()
Christophe Leroy
1
-3
/
+11
2025-11-18
iov_iter: Convert copy_from_user_iter() to masked user access
Christophe Leroy
1
-6
/
+10
2025-09-09
iov_iter: remove iov_iter_is_aligned
Keith Busch
1
-95
/
+0
2025-06-05
iov_iter: use iov_offset for length calculation in iov_iter_aligned_bvec
Nitesh Shetty
1
-1
/
+1
2025-05-31
iov: remove copy_page_from_iter_atomic()
Matthew Wilcox (Oracle)
1
-15
/
+12
2025-05-11
iov_iter: convert iov_iter_extract_xarray_pages() to use folios
Matthew Wilcox (Oracle)
1
-8
/
+8
2025-05-11
iov_iter: convert iter_xarray_populate_pages() to use folios
Matthew Wilcox (Oracle)
1
-7
/
+7
2025-04-11
lib/iov_iter: fix to increase non slab folio refcount
Sheng Yong
1
-1
/
+1
2025-03-16
mm: decline to manipulate the refcount on a slab page
Matthew Wilcox (Oracle)
1
-2
/
+6
2025-02-17
lib/iov_iter: fix import_iovec_ubuf iovec management
Pavel Begunkov
1
-1
/
+2
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
1
-22
/
+46
2024-11-01
lib/iov_iter: fix bvec iterator setup
Ming Lei
1
-1
/
+1
2024-10-31
lib/iov_iter.c: initialize bi.bi_idx before iterating over bvec
Ming Lei
1
-0
/
+1
2024-10-29
iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pages
Ming Lei
1
-22
/
+45
2024-10-28
iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP
Hugh Dickins
1
-2
/
+4
2024-10-24
iov_iter: Fix iov_iter_get_pages*() for folio_queue
David Howells
1
-8
/
+11
2024-10-01
iov_iter: fix advancing slot in iter_folioq_get_pages()
Omar Sandoval
1
-1
/
+1
2024-09-12
mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
David Howells
1
-2
/
+238
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-29
/
+31
2024-03-06
iov_iter: get rid of 'copy_mc' flag
Linus Torvalds
1
-23
/
+0
2024-02-02
iov_iter: Avoid wrap-around instrumentation in copy_compat_iovec_from_user()
Kees Cook
1
-2
/
+3
2024-01-25
iov_iter: streamline iovec/bvec alignment iteration
Jens Axboe
1
-27
/
+28
2024-01-08
Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-13
/
+0
2023-12-05
iov_iter: replace import_single_range() with import_ubuf()
Jens Axboe
1
-13
/
+0
2023-12-05
iov_iter: remove unused 'iov' argument from import_single_range()
Jens Axboe
1
-1
/
+1
2023-11-18
iov_iter: fix copy_page_to_iter_nofault()
Omar Sandoval
1
-1
/
+1
2023-10-09
iov_iter, net: Move hash_and_copy_to_iter() to net/
David Howells
1
-20
/
+0
2023-10-09
iov_iter, net: Move csum_and_copy_to/from_iter() to net/
David Howells
1
-89
/
+0
2023-10-09
iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
David Howells
1
-12
/
+23
2023-09-25
iov_iter: Convert iterate*() to inline funcs
David Howells
1
-240
/
+174
2023-09-25
iov_iter: Derive user-backedness from the iterator type
David Howells
1
-1
/
+0
2023-09-09
iov_iter: Fix iov_iter_extract_pages() with zero-sized entries
David Howells
1
-15
/
+15
2023-08-30
Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+1
2023-08-18
iov_iter: Export import_ubuf()
Takashi Iwai
1
-0
/
+1
2023-07-24
iov_iter: Add copy_folio_from_iter_atomic()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-07-24
iov_iter: Handle compound highmem pages in copy_page_from_iter_atomic()
Matthew Wilcox (Oracle)
1
-10
/
+23
[next]