1. 62a8067 bio_vec-backed iov_iter by Al Viro · 11 years ago
  2. 81055e5 optimize copy_page_{to,from}_iter() by Al Viro · 11 years ago
  3. 6abd232 bury generic_file_aio_{read,write} by Al Viro · 11 years ago
  4. b42b15f lustre: get rid of messing with iovecs by Al Viro · 11 years ago
  5. 4908b82 ceph: switch to ->write_iter() by Al Viro · 11 years ago
  6. 64c3131 ceph_sync_direct_write: stop poking into iov_iter guts by Al Viro · 11 years ago
  7. 2b777c9 ceph_sync_read: stop poking into iov_iter guts by Al Viro · 11 years ago
  8. f0d1bec new helper: copy_page_from_iter() by Al Viro · 11 years ago
  9. 84c3d55 fuse: switch to ->write_iter() by Al Viro · 11 years ago
  10. b30ac0f btrfs: switch to ->write_iter() by Al Viro · 11 years ago
  11. 3ef045c ocfs2: switch to ->write_iter() by Al Viro · 11 years ago
  12. bf97f3bc xfs: switch to ->write_iter() by Al Viro · 11 years ago
  13. 50b5551 afs: switch to ->write_iter() by Al Viro · 11 years ago
  14. da56e45 gfs2: switch to ->write_iter() by Al Viro · 11 years ago
  15. edaf436 nfs: switch to ->write_iter() by Al Viro · 11 years ago
  16. f5674c3 ubifs: switch to ->write_iter() by Al Viro · 11 years ago
  17. a8f3550 bury __generic_file_aio_write() by Al Viro · 11 years ago
  18. 3dae875 cifs: switch to ->write_iter() by Al Viro · 11 years ago
  19. d4637bc udf: switch to ->write_iter() by Al Viro · 11 years ago
  20. 9b88416 convert ext4 to ->write_iter() by Al Viro · 11 years ago
  21. a832475 Merge ext4 changes in ext4_file_write() into for-next by Al Viro · 11 years ago
  22. 1456c0a blkdev_aio_write() - turn into blkdev_write_iter() by Al Viro · 11 years ago
  23. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 11 years ago
  24. 3644424 ceph: switch to ->read_iter() by Al Viro · 11 years ago
  25. 3aa2d19 nfs: switch to ->read_iter() by Al Viro · 11 years ago
  26. a886038 fs/block_dev.c: switch to ->read_iter() by Al Viro · 11 years ago
  27. 2ba5bbe shmem: switch to ->read_iter() by Al Viro · 11 years ago
  28. fb9096a pipe: switch to ->read_iter() by Al Viro · 11 years ago
  29. e6a7bcb cifs: switch to ->read_iter() by Al Viro · 11 years ago
  30. 37c20f1 fuse_file_aio_read(): convert to ->read_iter() by Al Viro · 11 years ago
  31. 3cd9ad5 ocfs2: switch to ->read_iter() by Al Viro · 11 years ago
  32. 0279782 ecryptfs: switch to ->read_iter() by Al Viro · 11 years ago
  33. b4f5d2c xfs: switch to ->read_iter() by Al Viro · 11 years ago
  34. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
  35. 293bc98 new methods: ->read_iter() and ->write_iter() by Al Viro · 11 years ago
  36. 7f7f25e replace checking for ->read/->aio_read presence with check in ->f_mode by Al Viro · 11 years ago
  37. b318891 xfs: trim the argument lists of xfs_file_{dio,buffered}_aio_write() by Al Viro · 11 years ago
  38. 37938463 blkdev_aio_read(): switch to generic_file_read_iter(), get rid of iov_shorten() by Al Viro · 11 years ago
  39. 0c94933 iov_iter_truncate() by Al Viro · 11 years ago
  40. 28060d5 btrfs: switch check_direct_IO() to iov_iter by Al Viro · 11 years ago
  41. 91f79c4 new helper: iov_iter_get_pages_alloc() by Al Viro · 11 years ago
  42. f67da30 new helper: iov_iter_npages() by Al Viro · 11 years ago
  43. 5b46f25 f2fs: switch to iov_iter_alignment() by Al Viro · 11 years ago
  44. c9c37e2 fuse: switch to iov_iter_get_pages() by Al Viro · 11 years ago
  45. d22a943 fuse: pull iov_iter initializations up by Al Viro · 11 years ago
  46. 7b2c99d new helper: iov_iter_get_pages() by Al Viro · 11 years ago
  47. 3320c60 dio: take updating ->result into do_direct_IO() by Al Viro · 11 years ago
  48. 71d8e53 start adding the tag to iov_iter by Al Viro · 11 years ago
  49. ed978a8 new helper: generic_file_read_iter() by Al Viro · 11 years ago
  50. 23faa7b fuse_file_aio_write(): merge initializations of iov_iter by Al Viro · 11 years ago
  51. 05bb2e0 ceph_aio_read(): keep iov_iter across retries by Al Viro · 11 years ago
  52. 886a391 new primitive: iov_iter_alignment() by Al Viro · 11 years ago
  53. 26978b8 give ->direct_IO() a copy of iov_iter by Al Viro · 11 years ago
  54. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
  55. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 11 years ago
  56. 16b1f05 ext4: switch the guts of ->direct_IO() to iov_iter by Al Viro · 11 years ago
  57. 619d30b convert the guts of nfs_direct_IO() to iov_iter by Al Viro · 11 years ago
  58. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
  59. cb66a7a kill generic_segment_checks() by Al Viro · 11 years ago
  60. 0ae5e4d __btrfs_direct_write(): switch to iov_iter by Al Viro · 11 years ago
  61. f8579f8 generic_file_direct_write(): switch to iov_iter by Al Viro · 11 years ago
  62. e7c2460 kill iov_iter_copy_from_user() by Al Viro · 11 years ago
  63. f6c0a19 fs/file.c: don't open-code kvfree() by Al Viro · 11 years ago
  64. 38583f0 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  65. 3ca9e5d agp: info leak in agpioc_info_wrap() by Dan Carpenter · 11 years ago
  66. d353efd fs/affs/super.c: bugfix / double free by Fabian Frederick · 11 years ago
  67. 1e2ee49 fanotify: fix -EOVERFLOW with large files on 64-bit by Will Woods · 11 years ago
  68. 41a2128 slub: use sysfs'es release mechanism for kmem_cache by Christoph Lameter · 11 years ago
  69. 6237625 revert "mm: vmscan: do not swap anon pages just because free+file is low" by Johannes Weiner · 11 years ago
  70. 6b6751f autofs: fix lockref lookup by Ian Kent · 11 years ago
  71. 139b6a6 mm: filemap: update find_get_pages_tag() to deal with shadow entries by Johannes Weiner · 11 years ago
  72. 49e068f mm/compaction: make isolate_freepages start at pageblock boundary by Vlastimil Babka · 11 years ago
  73. 0e3b7e5 MAINTAINERS: zswap/zbud: change maintainer email address by Seth Jennings · 11 years ago
  74. d5c9fde mm/page-writeback.c: fix divide by zero in pos_ratio_polynom by Rik van Riel · 11 years ago
  75. 457c1b2 hugetlb: ensure hugepage access is denied if hugepages are not supported by Nishanth Aravamudan · 11 years ago
  76. 93030d8 slub: fix memcg_propagate_slab_attrs by Vladimir Davydov · 11 years ago
  77. 3573839 drivers/rtc/rtc-pcf8523.c: fix month definition by Chris Cui · 11 years ago
  78. 8169d30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  79. 39f1f78 nick kvfree() from apparmor by Al Viro · 11 years ago
  80. 50c6e28 posix_acl: handle NULL ACL in posix_acl_equiv_mode by Christoph Hellwig · 11 years ago
  81. 256cf4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  82. 9bd29c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 11 years ago
  83. 30321c7 slab: Fix off by one in object max number tests. by David Miller · 11 years ago
  84. 7cc6897 slab: fix the type of the index on freelist index accessor by Joonsoo Kim · 11 years ago
  85. 2080cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  86. 783e9e8 Merge tag 'usb-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  87. df862f6 Merge tag 'tty-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  88. a1e7446 Merge tag 'staging-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  89. 03787ff Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 11 years ago
  90. 5575eeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  91. c8ea5a2 net: macb: Fix race between HW and driver by Soren Brinkmann · 11 years ago
  92. 504ad98 net: macb: Remove 'unlikely' optimization by Soren Brinkmann · 11 years ago
  93. 02f7a34 net: macb: Re-enable RX interrupt only when RX is done by Soren Brinkmann · 11 years ago
  94. 6a027b7 net: macb: Clear interrupt flags by Soren Brinkmann · 11 years ago
  95. ccd6d0a net: macb: Pass same size to DMA_UNMAP as used for DMA_MAP by Soren Brinkmann · 11 years ago
  96. e96f2e7 ip_tunnel: Set network header properly for IP_ECN_decapsulate() by Ying Cai · 11 years ago
  97. 780ce3a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 11 years ago
  98. 2c98262 e1000e: Restrict MDIO Slow Mode workaround to relevant parts by David Ertman · 11 years ago
  99. 7142a55 e1000e: Fix issue with link flap on 82579 by David Ertman · 11 years ago
  100. fbb9ab1 e1000e: Expand workaround for 10Mb HD throughput bug by David Ertman · 11 years ago