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