1. 3fa6c50 mm: optimize copy_page_to/from_iter_iovec by Mikulas Patocka · 8 years ago
  2. 1bdc76a iov_iter: use bvec iterator to implement iterate_bvec() by Ming Lei · 8 years ago
  3. 0985b65 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. 19f1845 do "fold checks into iterate_and_advance()" right by Al Viro · 8 years ago
  5. 6937047 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  6. dd254f5 fold checks into iterate_and_advance() by Al Viro · 8 years ago
  7. 357f435 fix the copy vs. map logics in blk_rq_map_user_iov() by Al Viro · 8 years ago
  8. e126758 iov_iter: export import_single_range() by Al Viro · 9 years ago
  9. 36f7a8a iov_iter: constify {csum_and_,}copy_to_iter() by Al Viro · 9 years ago
  10. 36e9f65 Merge branch 'iov_iter' into for-next by Al Viro · 9 years ago
  11. 171a020 VFS: Add iov_iter_fault_in_multipages_readable() by Anton Altaparmakov · 9 years ago
  12. bc917be saner iov_iter initialization primitives by Al Viro · 9 years ago
  13. d879cb8 move iov_iter.c from mm/ to lib/ by Al Viro · 10 years ago[Renamed from mm/iov_iter.c]
  14. 4b8164b new helper: dup_iter() by Al Viro · 9 years ago
  15. 05afcb7 new helper: iov_iter_bvec() by Al Viro · 9 years ago
  16. aa58309 copy_from_iter_nocache() by Al Viro · 10 years ago
  17. abb78f8 new helper: iov_iter_kvec() by Al Viro · 10 years ago
  18. a604ec7 csum_and_copy_..._iter() by Al Viro · 10 years ago
  19. a280455 iov_iter.c: handle ITER_KVEC directly by Al Viro · 10 years ago
  20. 3d4d3e4 iov_iter.c: convert copy_to_iter() to iterate_and_advance by Al Viro · 10 years ago
  21. 0dbca9a iov_iter.c: convert copy_from_iter() to iterate_and_advance by Al Viro · 10 years ago
  22. d271524 iov_iter.c: get rid of bvec_copy_page_{to,from}_iter() by Al Viro · 10 years ago
  23. 8442fa4 iov_iter.c: convert iov_iter_zero() to iterate_and_advance by Al Viro · 10 years ago
  24. 1b17f1f iov_iter.c: convert iov_iter_get_pages_alloc() to iterate_all_kinds by Al Viro · 10 years ago
  25. e5393fa iov_iter.c: convert iov_iter_get_pages() to iterate_all_kinds by Al Viro · 10 years ago
  26. e0f2dc4 iov_iter.c: convert iov_iter_npages() to iterate_all_kinds by Al Viro · 10 years ago
  27. 7ce2a91 iov_iter.c: iterate_and_advance by Al Viro · 10 years ago
  28. 04a3116 iov_iter.c: macros for iterating over iov_iter by Al Viro · 10 years ago
  29. ad0eab9 Fix thinko in iov_iter_single_seg_count by Paul Mackerras · 10 years ago
  30. c35e024 Add copy_to_iter(), copy_from_iter() and iov_iter_zero() by Matthew Wilcox · 10 years ago
  31. 2c80929 fuse: honour max_read and max_write in direct_io mode by Miklos Szeredi · 10 years ago
  32. c7f3888 switch iov_iter_get_pages() to passing maximal number of pages by Al Viro · 10 years ago
  33. 62a8067 bio_vec-backed iov_iter by Al Viro · 10 years ago
  34. 81055e5 optimize copy_page_{to,from}_iter() by Al Viro · 10 years ago
  35. f0d1bec new helper: copy_page_from_iter() by Al Viro · 10 years ago
  36. 91f79c4 new helper: iov_iter_get_pages_alloc() by Al Viro · 10 years ago
  37. f67da30 new helper: iov_iter_npages() by Al Viro · 10 years ago
  38. 7b2c99d new helper: iov_iter_get_pages() by Al Viro · 10 years ago
  39. 71d8e53 start adding the tag to iov_iter by Al Viro · 10 years ago
  40. 886a391 new primitive: iov_iter_alignment() by Al Viro · 10 years ago
  41. e7c2460 kill iov_iter_copy_from_user() by Al Viro · 10 years ago
  42. 4f18cd3 take iov_iter stuff to mm/iov_iter.c by Al Viro · 10 years ago