Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
87032e11d94d753c77614c2380829b21c4eb7495
/
drivers
/
vhost
702256e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
7fe412d
vhost/scsi: Check LUN structure byte 0 is set to 1, per spec
by Venkatesh Srinivas
· 11 years ago
b0c057c
vhost: fix a theoretical race in device cleanup
by Michael S. Tsirkin
· 11 years ago
0ad8b48
vhost: fix ref cnt checking deadlock
by Michael S. Tsirkin
· 11 years ago
4e13c5d
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
6f6b5d1
percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask
by Kent Overstreet
· 11 years ago
def2b33
target: Add protection SGLs to target_submit_cmd_map_sgls
by Nicholas Bellinger
· 11 years ago
59566b6e
vhost: remove the dead branch
by Zhi Yong Wu
· 11 years ago
b0e3636
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
60a01f5
vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter
by Nicholas Bellinger
· 11 years ago
d80e224d
target: Remove TF_CIT_TMPL macro
by Andy Grover
· 11 years ago
4a47d3a
vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tag
by Nicholas Bellinger
· 11 years ago
d3d665a
vhost-scsi: whitespace tweak
by Michael S. Tsirkin
· 11 years ago
595cb75
vhost/scsi: use vmalloc for order-10 allocation
by Michael S. Tsirkin
· 11 years ago
ac9fde2
vhost: wake up worker outside spin_lock
by Qin Chuanyu
· 11 years ago
48efe45
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
4c76251
target: Update copyright ownership/year information to 2013
by Nicholas Bellinger
· 11 years ago
3aee26b
vhost/scsi: Add pre-allocation for tv_cmd SGL + upages memory
by Nicholas Bellinger
· 11 years ago
4824d3b
vhost/scsi: Convert to per-cpu ida_alloc + ida_free command map
by Nicholas Bellinger
· 11 years ago
f7c6be4
vhost_net: correctly limit the max pending buffers
by Jason Wang
· 11 years ago
19c73b3
vhost_net: poll vhost queue after marking DMA is done
by Jason Wang
· 11 years ago
ce21a02
vhost_net: determine whether or not to use zerocopy at one time
by Jason Wang
· 11 years ago
c49e4e5
vhost: switch to use vhost_add_used_n()
by Jason Wang
· 11 years ago
c92112a
vhost_net: use vhost_add_used_and_signal_n() in vhost_zerocopy_signal_used()
by Jason Wang
· 11 years ago
094afe7
vhost_net: make vhost_zerocopy_signal_used() return void
by Jason Wang
· 11 years ago
35596b2
vhost: Include linux/uio.h instead of linux/socket.h
by Asias He
· 11 years ago
a030cbc
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 11 years ago
6d2fa9e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 11 years ago
22fa90c
vhost: Remove custom vhost rcu usage
by Asias He
· 11 years ago
e780221
vhost-scsi: Always access vq->private_data under vq mutex
by Asias He
· 11 years ago
2e26af7
vhost-net: Always access vq->private_data under vq mutex
by Asias He
· 11 years ago
b79fafa
target: make queue_tm_rsp() return void
by Joern Engel
· 11 years ago
09a34c8
vhost/test: update test after vhost cleanups
by Michael S. Tsirkin
· 11 years ago
0a1febf
vhost: Make local function static
by Asias He
· 11 years ago
6ac1afb
vhost: Make vhost a separate module
by Asias He
· 11 years ago
3c63f66
vhost-scsi: Rename struct tcm_vhost_cmd *tv_cmd to *cmd
by Asias He
· 11 years ago
9871831
vhost-scsi: Rename struct tcm_vhost_tpg *tv_tpg to *tpg
by Asias He
· 11 years ago
683bd96
vhost-scsi: Make func indention more consistent
by Asias He
· 11 years ago
c728931
vhost-scsi: Rename struct vhost_scsi *s to *vs
by Asias He
· 11 years ago
deeacef0
vhost-scsi: Remove unnecessary forward struct vhost_scsi declaration
by Asias He
· 11 years ago
6d5e6aa
vhost: Simplify dev->vqs[i] access
by Asias He
· 11 years ago
c38e39c
vhost-net: fix use-after-free in vhost_net_flush
by Michael S. Tsirkin
· 11 years ago
084ed45
vhost/scsi: Convert to se_cmd->cmd_kref TARGET_SCF_ACK_KREF usage
by Nicholas Bellinger
· 11 years ago
6c131d0
vhost/scsi: Drop unnecessary wait_for_tasks=true usage with transport_generic_free_cmd
by Nicholas Bellinger
· 11 years ago
288cfe7
vhost: fix ubuf_info cleanup
by Michael S. Tsirkin
· 11 years ago
05c0535
vhost: check owner before we overwrite ubuf_info
by Michael S. Tsirkin
· 11 years ago
4364d5f
vhost_net: clear msg.control for non-zerocopy case during tx
by Jason Wang
· 11 years ago
f558a84
Add missing module license tag to vring helpers.
by Dave Jones
· 12 years ago
eac8410
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 11 years ago
a18cc42
vhost-scsi: Enable VIRTIO_RING_F_EVENT_IDX
by Asias He
· 11 years ago
7542a6b
vhost: drop virtio_net.h dependency
by Michael S. Tsirkin
· 11 years ago
fe729a5
vhost-net: Cleanup vhost_ubuf and vhost_zcopy
by Asias He
· 11 years ago
e40ab74
vhost: Remove vhost_enable_zcopy in vhost.h
by Asias He
· 11 years ago
ab00c42
vhost: Remove comments for hdr in vhost.h
by Asias He
· 11 years ago
8570a6e
vhost: Move VHOST_NET_FEATURES to net.c
by Asias He
· 11 years ago
b1ad849
vhost-net: Free ubuf when vhost_dev_set_owner fails
by Asias He
· 12 years ago
54db63c
vhost: Export vhost_dev_set_owner
by Asias He
· 12 years ago
736a2dd
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
181c04a
vhost_scsi: module rename
by Michael S. Tsirkin
· 12 years ago
5012a3a
tcm_vhost: header split up
by Michael S. Tsirkin
· 12 years ago
eb62b74
vhost: src file renames
by Michael S. Tsirkin
· 12 years ago
150b9e5
vhost: fix error handling in RESET_OWNER ioctl
by Michael S. Tsirkin
· 12 years ago
061b16c
tcm_vhost: remove virtio-net.h dependency
by Michael S. Tsirkin
· 12 years ago
81f95a5
vhost: move per-vq net specific fields out to net
by Michael S. Tsirkin
· 12 years ago
3dfbff3
tcm_vhost: document inflight ref-counting use
by Michael S. Tsirkin
· 12 years ago
2839400
vhost: move vhost-net zerocopy fields to net.c
by Asias He
· 12 years ago
f2f0173d
tcm_vhost: Wait for pending requests in vhost_scsi_flush()
by Asias He
· 12 years ago
3ab2e42
vhost: Allow device specific fields per vq
by Asias He
· 12 years ago
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
· 12 years ago
04b59ba
tcm_vhost: Enable VIRTIO_SCSI_F_HOTPLUG
by Asias He
· 12 years ago
11c63418
tcm_vhost: Add ioctl to get and set events missed flag
by Asias He
· 12 years ago
a6c9af8
tcm_vhost: Add hotplug/hotunplug support
by Asias He
· 12 years ago
f2b7daf
tcm_vhost: Refactor the lock nesting rule
by Asias He
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
bf81710
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 12 years ago
70181d51
vhost_net: remove tx polling state
by Jason Wang
· 12 years ago
055f648
tcm_vhost: Send bad target to guest when cmd fails
by Asias He
· 12 years ago
637ab21
tcm_vhost: Add vhost_scsi_send_bad_target() helper
by Asias He
· 12 years ago
7ea206c
tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vq
by Asias He
· 12 years ago
f6da51c
tcm_vhost: Remove double check of response
by Asias He
· 12 years ago
dfd5d56
tcm_vhost: Initialize vq->last_used_idx when set endpoint
by Asias He
· 12 years ago
4f7f46d
tcm_vhost: Use vq->private_data to indicate if the endpoint is setup
by Asias He
· 12 years ago
af0d918
tcm_vhost: Use ACCESS_ONCE for vs->vs_tpg[target] access
by Asias He
· 12 years ago
13d2080
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 12 years ago
5dade71
tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bit
by Nicholas Bellinger
· 12 years ago
a607a11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 12 years ago
f87d0fb
vringh: host-side implementation of virtio rings.
by Rusty Russell
· 12 years ago
73640c9
tools/virtio: fix build for 3.8
by Michael S. Tsirkin
· 12 years ago
72c7753
tcm_vhost: Flush vhost_work in vhost_scsi_flush()
by Asias He
· 12 years ago
038e0af
tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint()
by Asias He
· 12 years ago
46aa92d
vhost/net: fix heads usage of ubuf_info
by Michael S. Tsirkin
· 12 years ago
ecc88ef
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
1b7f390
tcm_vhost: Multi-queue support
by Asias He
· 12 years ago
67e18cf
tcm_vhost: Multi-target support
by Asias He
· 12 years ago
1810053
tcm_vhost: Optimize gup in vhost_scsi_map_to_sgl
by Asias He
· 12 years ago
f3158f3
tcm_vhost: Use iov_num_pages to calculate sgl_count
by Asias He
· 12 years ago
765b34f
tcm_vhost: Introduce iov_num_pages
by Asias He
· 12 years ago
9d6064a
tcm_vhost: Use llist for cmd completion list
by Asias He
· 12 years ago
e06b840
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
Next »