1. 86cc058 coredump: accept any write method by Al Viro · 9 years ago
  2. 283e7e5 switch /dev/loop to vfs_iter_write() by Al Viro · 9 years ago
  3. 79ff50c serial2002: switch to __vfs_read/__vfs_write by Al Viro · 9 years ago
  4. e145286 ashmem: use __vfs_read() by Al Viro · 9 years ago
  5. 3d04c8a export __vfs_read() by Al Viro · 9 years ago
  6. a35fb91 autofs: switch to __vfs_write() by Al Viro · 9 years ago
  7. 493c84c new helper: __vfs_write() by Al Viro · 9 years ago
  8. c48722c Merge branch '9p-iov_iter' into for-next by Al Viro · 9 years ago
  9. 34d0640 switch hugetlbfs to ->read_iter() by Al Viro · 9 years ago
  10. c12c49e coda: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  11. 274a488 ncpfs: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  12. dcdbd7b net/9p: remove (now-)unused helpers by Al Viro · 9 years ago
  13. 21c9f5c p9_client_attach(): set fid->uid correctly by Al Viro · 9 years ago
  14. ce85dd5 9p: we are leaking glock.client_id in v9fs_file_getlock() by Al Viro · 9 years ago
  15. e494b6b 9p: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  16. 42b1ab9 9p: get rid of v9fs_direct_file_read() by Al Viro · 9 years ago
  17. e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 9 years ago
  18. 9565a54 9p: get rid of v9fs_direct_file_write() by Al Viro · 9 years ago
  19. c711a6b 9p: fold v9fs_file_write_internal() into the caller by Al Viro · 9 years ago
  20. 371098c 9p: switch ->writepage() to direct use of p9_client_write() by Al Viro · 9 years ago
  21. 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 9 years ago
  22. 4f3b35c net/9p: switch the guts of p9_client_{read,write}() to iov_iter by Al Viro · 9 years ago
  23. 6e242a1 nommu: use __vfs_read() by Al Viro · 9 years ago
  24. d0f88f8 acct: check FMODE_CAN_WRITE by Al Viro · 9 years ago
  25. 47e3936 aio_run_iocb(): kill dead check by Al Viro · 9 years ago
  26. 08397ac ioctx_alloc(): remove pointless check by Al Viro · 9 years ago
  27. 23602ad lustre: kill unused members of struct vvp_thread_info by Al Viro · 9 years ago
  28. 812408f expand __fuse_direct_write() in both callers by Al Viro · 9 years ago
  29. 1531626 fuse: switch fuse_direct_io_file_operations to ->{read,write}_iter() by Al Viro · 9 years ago
  30. cfa86a7 cuse: switch to iov_iter by Al Viro · 9 years ago
  31. 39c853e Merge branch 'for-davem' into for-next by Al Viro · 9 years ago
  32. fdc81f4 sg_start_req(): use import_iovec() by Al Viro · 9 years ago
  33. 451a288 sg_start_req(): make sure that there's not too many elements in iovec by Al Viro · 9 years ago
  34. 8f7e885 blk_rq_map_user(): use import_single_range() by Al Viro · 9 years ago
  35. e272b89 sg_io(): use import_iovec() by Al Viro · 9 years ago
  36. 17d17e7 process_vm_access: switch to {compat_,}import_iovec() by Al Viro · 9 years ago
  37. b353a1f switch keyctl_instantiate_key_common() to iov_iter by Al Viro · 9 years ago
  38. 0504c07 switch {compat_,}do_readv_writev() to {compat_,}import_iovec() by Al Viro · 9 years ago
  39. 32a56af aio_setup_vectored_rw(): switch to {compat_,}import_iovec() by Al Viro · 9 years ago
  40. 345995f vmsplice_to_user(): switch to import_iovec() by Al Viro · 9 years ago
  41. d4fb392 kill aio_setup_single_vector() by Al Viro · 9 years ago
  42. 36e9f65 Merge branch 'iov_iter' into for-next by Al Viro · 9 years ago
  43. a96114f aio: simplify arguments of aio_setup_..._rw() by Al Viro · 9 years ago
  44. 4c185ce aio: lift iov_iter_init() into aio_setup_..._rw() by Al Viro · 9 years ago
  45. ac15ac0 lift iov_iter into {compat_,}do_readv_writev() by Al Viro · 9 years ago
  46. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  47. c1b8940 NFS: fix BUG() crash in notify_change() with patch to chown_common() by Andrew Elble · 9 years ago
  48. 3d330dc dcache: return -ESTALE not -EBUSY on distributed fs race by J. Bruce Fields · 9 years ago
  49. a632f55 NTFS: Version 2.1.32 - Update file write from aio_write to write_iter. by Anton Altaparmakov · 9 years ago
  50. 171a020 VFS: Add iov_iter_fault_in_multipages_readable() by Anton Altaparmakov · 9 years ago
  51. e5b811e drop bogus check in file_open_root() by Al Viro · 9 years ago
  52. 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 9 years ago
  53. 2247386 constify tomoyo_realpath_from_path() by Al Viro · 9 years ago
  54. 74008b3 whack-a-mole: there's no point doing set_fs(USER_DS) in sigframe setup by Al Viro · 9 years ago
  55. a555ad4 whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() by Al Viro · 9 years ago
  56. 9e7543e remove incorrect comment in lookup_one_len() by Al Viro · 9 years ago
  57. 74eb8cc namei.c: fold do_path_lookup() into both callers by Al Viro · 9 years ago
  58. fd2f7cb kill struct filename.separate by Al Viro · 9 years ago
  59. 01e97e6 new helper: msg_data_left() by Al Viro · 9 years ago
  60. a2dd379 Merge remote-tracking branch 'dh/afs' into for-davem by Al Viro · 9 years ago
  61. d8725c8 get rid of the size argument of sock_sendmsg() by Al Viro · 9 years ago
  62. 6aa2481 switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec() by Al Viro · 9 years ago
  63. da18428 net: switch importing msghdr from userland to {compat_,}import_iovec() by Al Viro · 9 years ago
  64. 602bd0e net: switch sendto() and recvfrom() to import_single_range() by Al Viro · 9 years ago
  65. fe3cce2 Merge branch 'iov_iter' into for-davem by Al Viro · 9 years ago
  66. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 9 years ago
  67. 7abccdb Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  68. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  69. f22e6e8 Linux 4.0-rc7 by Linus Torvalds · 9 years ago
  70. 442bb4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  71. fde913e net/mlx4_core: Fix error message deprecation for ConnectX-2 cards by Jack Morgenstein · 9 years ago
  72. 3030381 net: dsa: fix filling routing table from OF description by Pavel Nakonechny · 9 years ago
  73. 9e44163 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  74. 67e04c2 l2tp: unregister l2tp_net_ops on failure path by WANG Cong · 9 years ago
  75. 60302ff virtio: document queue state logic by Michael S. Tsirkin · 9 years ago
  76. 91bc4822 tc: bpf: add checksum helpers by Alexei Starovoitov · 9 years ago
  77. ecf7b36 mvneta: dont call mvneta_adjust_link() manually by Stas Sergeev · 9 years ago
  78. f60e599 ipv6: protect skb->sk accesses from recursive dereference inside the stack by hannes@stressinduktion.org · 9 years ago
  79. 58d8a3b Input: alps - document stick behavior for protocol V2 by Hans de Goede · 9 years ago
  80. e3a7921 Input: alps - report V2 Dualpoint Stick events via the right evdev node by Hans de Goede · 9 years ago
  81. 59c30af Input: alps - report interleaved bare PS/2 packets via dev3 by Hans de Goede · 9 years ago
  82. f8b3d8a Merge tag 'usb-4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  83. 5888b93 Merge branch 'nf-hook-compress' by David S. Miller · 9 years ago
  84. 8eb6dcf Merge tag 'staging-4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  85. eca8258 Merge tag 'tty-4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  86. b85c3dc netfilter: Pass nf_hook_state through arpt_do_table(). by David S. Miller · 9 years ago
  87. 073bfd5 netfilter: Pass nf_hook_state through nft_set_pktinfo*(). by David S. Miller · 9 years ago
  88. 8f8a371 netfilter: Pass nf_hook_state through ip6t_do_table(). by David S. Miller · 9 years ago
  89. 8fe2238 netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}(). by David S. Miller · 9 years ago
  90. 1c491ba netfilter: Pass nf_hook_state through ipt_do_table(). by David S. Miller · 9 years ago
  91. d7cf408 netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}(). by David S. Miller · 9 years ago
  92. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  93. 1d1de89 netfilter: Use nf_hook_state in nf_queue_entry. by David S. Miller · 9 years ago
  94. cfdfab3 netfilter: Create and use nf_hook_state. by David S. Miller · 9 years ago
  95. 38c8af6 Bluetooth: Fix location of TX power field in LE advertising data by Marcel Holtmann · 9 years ago
  96. fd6413d Bluetooth: hidp: Use BIT(x) instead of (1 << x) by Marcel Holtmann · 9 years ago
  97. b2ddeb1 Bluetooth: cmtp: Use BIT(x) instead of (1 << x) by Marcel Holtmann · 9 years ago
  98. 1cced50 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  99. 57a9d89 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  100. 836a061 Bluetooth: bnep: Handle BNEP connection setup request by Grzegorz Kolodziejczyk · 9 years ago