summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-311-6/+1Star
* target: move transport ID handling to the coreChristoph Hellwig2015-05-311-94/+0Star
* target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-311-23/+0Star
* target: change core_tpg_register prototypeChristoph Hellwig2015-05-311-2/+2
* target: move node ACL allocation to core codeChristoph Hellwig2015-05-311-15/+0Star
* target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-311-39/+0Star
* target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-311-6/+0Star
* vhost/scsi: remove struct vhost_scsi_naclChristoph Hellwig2015-05-311-31/+3Star
* target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-311-1/+1
* target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-311-4/+2Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-63/+63
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-141-63/+13Star
| * vhost/scsi: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-081-1/+51
* | new helper: msg_data_left()Al Viro2015-04-111-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-241-3/+2Star
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-03-211-3/+2Star
| |\ \
| | * | loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche2015-03-201-3/+2Star
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-042-538/+555
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-041-11/+14
| |\ \ | | |/ | |/|
| | * vhost: drop hard-coded num_buffers sizeMichael S. Tsirkin2015-02-271-1/+2
| | * vhost: cleanup iterator update logicMichael S. Tsirkin2015-02-271-10/+12
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-02-211-527/+541
| |\ \ | | |/ | |/|
| | * vhost/scsi: potential memory corruptionDan Carpenter2015-02-061-3/+3
| | * vhost/scsi: Global tcm_vhost -> vhost_scsi renameNicholas Bellinger2015-02-041-331/+331
| | * vhost/scsi: Drop left-over scsi_tcq.h includeNicholas Bellinger2015-02-041-1/+0Star
| | * vhost/scsi: Set VIRTIO_F_ANY_LAYOUT + VIRTIO_F_VERSION_1 feature bitsNicholas Bellinger2015-02-041-1/+3
| | * vhost/scsi: Add ANY_LAYOUT support in vhost_scsi_handle_vqNicholas Bellinger2015-02-041-196/+110Star
| | * vhost/scsi: Add ANY_LAYOUT iov -> sgl mapping prerequisitesNicholas Bellinger2015-02-041-0/+93
| | * vhost/scsi: Change vhost_scsi_map_to_sgl to accept iov ptr + lenNicholas Bellinger2015-02-041-22/+15Star
| | * vhost/scsi: Fix incorrect early vhost_scsi_handle_vq failuresNicholas Bellinger2015-02-041-23/+29
| | * vhost/scsi: Convert completion path to use copy_to_iterNicholas Bellinger2015-02-041-5/+12
* | | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-3/+3
|/ /
* | vhost_net: fix wrong iter offset when setting number of buffersJason Wang2015-02-151-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-7/+7
|\ \
| * | vhost/net: fix up num_buffers endian-nessMichael S. Tsirkin2015-02-041-1/+3
* | | vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro2015-02-041-1/+1
* | | vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro2015-02-041-59/+23Star
* | | vhost: don't bother with copying iovec in handle_tx()Al Viro2015-02-041-4/+5
* | | vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro2015-02-041-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-152-4/+22
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-01-131-3/+21
| |\ \
| | * | vhost-scsi: Add missing virtio-scsi -> TCM attribute conversionNicholas Bellinger2015-01-061-3/+21
| | |/
| * | vhost/net: length miscalculationMichael S. Tsirkin2015-01-071-1/+1
* | | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-1/+1
|/ /
* / vhost: relax used address alignmentMichael S. Tsirkin2014-12-291-3/+7
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-12-191-49/+76
|\
| * vringh: update for virtio 1.0 APIsMichael S. Tsirkin2014-12-151-47/+74
| * vringh: 64 bit featuresMichael S. Tsirkin2014-12-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-5/+3Star
|\ \ | |/ |/|
| * put iov_iter into msghdrAl Viro2014-12-091-5/+3Star