aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+2
2015-06-01vhost: cross-endian support for legacy devicesGravatar Greg Kurz 3-3/+108
2015-06-01virtio: add explicit big-endian support to memory accessorsGravatar Greg Kurz 1-1/+2
2015-06-01vhost: introduce vhost_is_little_endian() helperGravatar Greg Kurz 1-6/+11
2015-05-30target: target_core_configfs.h is not needed in fabric driversGravatar Christoph Hellwig 1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsGravatar Bart Van Assche 1-6/+1
2015-05-30target: move transport ID handling to the coreGravatar Christoph Hellwig 1-94/+0
2015-05-30target: remove the get_fabric_proto_ident methodGravatar Christoph Hellwig 1-23/+0
2015-05-30target: change core_tpg_register prototypeGravatar Christoph Hellwig 1-2/+2
2015-05-30target: move node ACL allocation to core codeGravatar Christoph Hellwig 1-15/+0
2015-05-30target: refactor init/drop_nodeacl methodsGravatar Christoph Hellwig 1-39/+0
2015-05-30target: make the tpg_get_default_depth method optionalGravatar Christoph Hellwig 1-6/+0
2015-05-30vhost/scsi: remove struct vhost_scsi_naclGravatar Christoph Hellwig 1-31/+3
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Gravatar Bart Van Assche 1-1/+1
2015-05-30target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemGravatar Christoph Hellwig 1-4/+2
2015-05-28treewide: Add missing vmalloc.h inclusion.Gravatar David S. Miller 1-0/+1
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-63/+63
2015-04-14target: simplify the target template registration APIGravatar Christoph Hellwig 1-63/+13
2015-04-11new helper: msg_data_left()Gravatar Al Viro 1-2/+2
2015-04-07vhost/scsi: Add fabric_prot_type attribute supportGravatar Nicholas Bellinger 1-1/+51
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+2
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingGravatar Linus Torvalds 1-3/+2
2015-03-19loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionGravatar Bart Van Assche 1-3/+2
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-538/+555
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-11/+14
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-3/+3
2015-02-27vhost: drop hard-coded num_buffers sizeGravatar Michael S. Tsirkin 1-1/+2
2015-02-27vhost: cleanup iterator update logicGravatar Michael S. Tsirkin 1-10/+12
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-527/+541
2015-02-15vhost_net: fix wrong iter offset when setting number of buffersGravatar Jason Wang 1-5/+6
2015-02-05vhost/scsi: potential memory corruptionGravatar Dan Carpenter 1-3/+3
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+7
2015-02-04vhost/net: fix up num_buffers endian-nessGravatar Michael S. Tsirkin 1-1/+3
2015-02-04vhost/scsi: Global tcm_vhost -> vhost_scsi renameGravatar Nicholas Bellinger 1-331/+331
2015-02-04vhost/scsi: Drop left-over scsi_tcq.h includeGravatar Nicholas Bellinger 1-1/+0
2015-02-04vhost/scsi: Set VIRTIO_F_ANY_LAYOUT + VIRTIO_F_VERSION_1 feature bitsGravatar Nicholas Bellinger 1-1/+3
2015-02-04vhost/scsi: Add ANY_LAYOUT support in vhost_scsi_handle_vqGravatar Nicholas Bellinger 1-196/+110
2015-02-04vhost/scsi: Add ANY_LAYOUT iov -> sgl mapping prerequisitesGravatar Nicholas Bellinger 1-0/+93
2015-02-04vhost/scsi: Change vhost_scsi_map_to_sgl to accept iov ptr + lenGravatar Nicholas Bellinger 1-22/+15
2015-02-04vhost/scsi: Fix incorrect early vhost_scsi_handle_vq failuresGravatar Nicholas Bellinger 1-23/+29
2015-02-04vhost/scsi: Convert completion path to use copy_to_iterGravatar Nicholas Bellinger 1-5/+12
2015-02-04vhost: vhost_scsi_handle_vq() should just use copy_from_user()Gravatar Al Viro 1-1/+1
2015-02-04vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Gravatar Al Viro 1-59/+23
2015-02-04vhost: don't bother with copying iovec in handle_tx()Gravatar Al Viro 1-4/+5
2015-02-04vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Gravatar Al Viro 1-2/+4
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-4/+22
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereGravatar Jiri Pirko 1-1/+1
2015-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingGravatar Linus Torvalds 1-3/+21
2015-01-07vhost/net: length miscalculationGravatar Michael S. Tsirkin 1-1/+1
2015-01-06vhost-scsi: Add missing virtio-scsi -> TCM attribute conversionGravatar Nicholas Bellinger 1-3/+21