1. 35596b2 vhost: Include linux/uio.h instead of linux/socket.h by Asias He · 11 years ago
  2. a030cbc Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 11 years ago
  3. 6d2fa9e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  4. 22fa90c vhost: Remove custom vhost rcu usage by Asias He · 11 years ago
  5. e780221 vhost-scsi: Always access vq->private_data under vq mutex by Asias He · 11 years ago
  6. 2e26af7 vhost-net: Always access vq->private_data under vq mutex by Asias He · 11 years ago
  7. b79fafa target: make queue_tm_rsp() return void by Joern Engel · 11 years ago
  8. 09a34c8 vhost/test: update test after vhost cleanups by Michael S. Tsirkin · 11 years ago
  9. 0a1febf vhost: Make local function static by Asias He · 11 years ago
  10. 6ac1afb vhost: Make vhost a separate module by Asias He · 11 years ago
  11. 3c63f66 vhost-scsi: Rename struct tcm_vhost_cmd *tv_cmd to *cmd by Asias He · 11 years ago
  12. 9871831 vhost-scsi: Rename struct tcm_vhost_tpg *tv_tpg to *tpg by Asias He · 11 years ago
  13. 683bd96 vhost-scsi: Make func indention more consistent by Asias He · 11 years ago
  14. c728931 vhost-scsi: Rename struct vhost_scsi *s to *vs by Asias He · 11 years ago
  15. deeacef0 vhost-scsi: Remove unnecessary forward struct vhost_scsi declaration by Asias He · 11 years ago
  16. 6d5e6aa vhost: Simplify dev->vqs[i] access by Asias He · 11 years ago
  17. c38e39c vhost-net: fix use-after-free in vhost_net_flush by Michael S. Tsirkin · 11 years ago
  18. 084ed45 vhost/scsi: Convert to se_cmd->cmd_kref TARGET_SCF_ACK_KREF usage by Nicholas Bellinger · 11 years ago
  19. 6c131d0 vhost/scsi: Drop unnecessary wait_for_tasks=true usage with transport_generic_free_cmd by Nicholas Bellinger · 11 years ago
  20. 288cfe7 vhost: fix ubuf_info cleanup by Michael S. Tsirkin · 11 years ago
  21. 05c0535 vhost: check owner before we overwrite ubuf_info by Michael S. Tsirkin · 11 years ago
  22. 4364d5f vhost_net: clear msg.control for non-zerocopy case during tx by Jason Wang · 11 years ago
  23. f558a84 Add missing module license tag to vring helpers. by Dave Jones · 11 years ago
  24. eac8410 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 11 years ago
  25. a18cc42 vhost-scsi: Enable VIRTIO_RING_F_EVENT_IDX by Asias He · 11 years ago
  26. 7542a6b vhost: drop virtio_net.h dependency by Michael S. Tsirkin · 11 years ago
  27. fe729a5 vhost-net: Cleanup vhost_ubuf and vhost_zcopy by Asias He · 11 years ago
  28. e40ab74 vhost: Remove vhost_enable_zcopy in vhost.h by Asias He · 11 years ago
  29. ab00c42 vhost: Remove comments for hdr in vhost.h by Asias He · 11 years ago
  30. 8570a6e vhost: Move VHOST_NET_FEATURES to net.c by Asias He · 11 years ago
  31. b1ad849 vhost-net: Free ubuf when vhost_dev_set_owner fails by Asias He · 11 years ago
  32. 54db63c vhost: Export vhost_dev_set_owner by Asias He · 11 years ago
  33. 736a2dd Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  34. 181c04a vhost_scsi: module rename by Michael S. Tsirkin · 11 years ago
  35. 5012a3a tcm_vhost: header split up by Michael S. Tsirkin · 11 years ago
  36. eb62b74 vhost: src file renames by Michael S. Tsirkin · 11 years ago
  37. 150b9e5 vhost: fix error handling in RESET_OWNER ioctl by Michael S. Tsirkin · 11 years ago
  38. 061b16c tcm_vhost: remove virtio-net.h dependency by Michael S. Tsirkin · 11 years ago
  39. 81f95a5 vhost: move per-vq net specific fields out to net by Michael S. Tsirkin · 11 years ago
  40. 3dfbff3 tcm_vhost: document inflight ref-counting use by Michael S. Tsirkin · 11 years ago
  41. 2839400 vhost: move vhost-net zerocopy fields to net.c by Asias He · 11 years ago
  42. f2f0173d tcm_vhost: Wait for pending requests in vhost_scsi_flush() by Asias He · 11 years ago
  43. 3ab2e42 vhost: Allow device specific fields per vq by Asias He · 11 years ago
  44. bc75623 Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending into vhost-net-next by Michael S. Tsirkin · 11 years ago
  45. 04b59ba tcm_vhost: Enable VIRTIO_SCSI_F_HOTPLUG by Asias He · 11 years ago
  46. 11c63418 tcm_vhost: Add ioctl to get and set events missed flag by Asias He · 11 years ago
  47. a6c9af8 tcm_vhost: Add hotplug/hotunplug support by Asias He · 11 years ago
  48. f2b7daf tcm_vhost: Refactor the lock nesting rule by Asias He · 11 years ago
  49. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  50. bf81710 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  51. 70181d51 vhost_net: remove tx polling state by Jason Wang · 11 years ago
  52. 055f648 tcm_vhost: Send bad target to guest when cmd fails by Asias He · 11 years ago
  53. 637ab21 tcm_vhost: Add vhost_scsi_send_bad_target() helper by Asias He · 11 years ago
  54. 7ea206c tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vq by Asias He · 11 years ago
  55. f6da51c tcm_vhost: Remove double check of response by Asias He · 11 years ago
  56. dfd5d56 tcm_vhost: Initialize vq->last_used_idx when set endpoint by Asias He · 11 years ago
  57. 4f7f46d tcm_vhost: Use vq->private_data to indicate if the endpoint is setup by Asias He · 11 years ago
  58. af0d918 tcm_vhost: Use ACCESS_ONCE for vs->vs_tpg[target] access by Asias He · 11 years ago
  59. 13d2080 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  60. 5dade71 tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bit by Nicholas Bellinger · 11 years ago
  61. a607a11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  62. f87d0fb vringh: host-side implementation of virtio rings. by Rusty Russell · 11 years ago
  63. 73640c9 tools/virtio: fix build for 3.8 by Michael S. Tsirkin · 11 years ago
  64. 72c7753 tcm_vhost: Flush vhost_work in vhost_scsi_flush() by Asias He · 11 years ago
  65. 038e0af tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint() by Asias He · 11 years ago
  66. 46aa92d vhost/net: fix heads usage of ubuf_info by Michael S. Tsirkin · 11 years ago
  67. ecc88ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  68. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  69. 1b7f390 tcm_vhost: Multi-queue support by Asias He · 11 years ago
  70. 67e18cf tcm_vhost: Multi-target support by Asias He · 11 years ago
  71. 1810053 tcm_vhost: Optimize gup in vhost_scsi_map_to_sgl by Asias He · 11 years ago
  72. f3158f3 tcm_vhost: Use iov_num_pages to calculate sgl_count by Asias He · 11 years ago
  73. 765b34f tcm_vhost: Introduce iov_num_pages by Asias He · 11 years ago
  74. 9d6064a tcm_vhost: Use llist for cmd completion list by Asias He · 11 years ago
  75. e06b840 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  76. 71f1e45 tcm_vhost: fix pr_err on early kick by Michael S. Tsirkin · 11 years ago
  77. 2b8b328 vhost_net: handle polling errors when setting backend by Jason Wang · 11 years ago
  78. 692a998 vhost_net: correct error handling in vhost_net_set_backend() by Jason Wang · 11 years ago
  79. 43893cb drivers/vhost: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  80. 5bd665f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  81. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  82. 405d55c tcm_vhost: remove unused variable in vhost_scsi_allocate_cmd() by Wei Yongjun · 12 years ago
  83. f9611c4 vhost-net: enable zerocopy tx by default by Michael S. Tsirkin · 11 years ago
  84. cedb9bd vhost-net: skip head management if no outstanding by Michael S. Tsirkin · 11 years ago
  85. 1280c27 vhost-net: flush outstanding DMAs on memory change by Michael S. Tsirkin · 11 years ago
  86. 935cdee vhost: avoid backend flush on vring ops by Michael S. Tsirkin · 11 years ago
  87. 64e9a9b vhost-net: initialize zcopy packet counters by Michael S. Tsirkin · 12 years ago
  88. 8a2cf06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  89. bd97120 vhost: fix length for cross region descriptor by Michael S. Tsirkin · 12 years ago
  90. 91aa765 vhost: Remove duplicate inclusion of linux/vhost.h by Sachin Kamat · 12 years ago
  91. 744627e9 treewide: fix printk typo in multiple drivers by Masanari Iida · 12 years ago
  92. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  93. de103c9 target: pass sense_reason as a return value by Christoph Hellwig · 12 years ago
  94. 24eb21a vhost-net: reduce vq polling on tx zerocopy by Michael S. Tsirkin · 12 years ago
  95. eaae813 vhost-net: select tx zero copy dynamically by Michael S. Tsirkin · 12 years ago
  96. b211616 vhost: move -net specific code out by Michael S. Tsirkin · 12 years ago
  97. c4fcb58 vhost: track zero copy failures using DMA length by Michael S. Tsirkin · 12 years ago
  98. 70e4cb9 vhost-net: cleanup macros for DMA status tracking by Michael S. Tsirkin · 12 years ago
  99. e19d676 skb: report completion status for zero copy skbs by Michael S. Tsirkin · 12 years ago
  100. 910a578 vhost: fix mergeable bufs on BE hosts by Michael S. Tsirkin · 12 years ago