aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost/scsi.c
AgeCommit message (Expand)Author
2016-09-15vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig
2015-09-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2015-09-16vhost: move features to coreMichael S. Tsirkin
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche
2015-05-30target: move transport ID handling to the coreChristoph Hellwig
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig
2015-05-30vhost/scsi: remove struct vhost_scsi_naclChristoph Hellwig
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche
2015-05-30target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig
2015-05-28treewide: Add missing vmalloc.h inclusion.David S. Miller
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-04-14target: simplify the target template registration APIChristoph Hellwig
2015-04-07vhost/scsi: Add fabric_prot_type attribute supportNicholas Bellinger
2015-03-19loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-02-05vhost/scsi: potential memory corruptionDan Carpenter
2015-02-04vhost/scsi: Global tcm_vhost -> vhost_scsi renameNicholas Bellinger
2015-02-04vhost/scsi: Drop left-over scsi_tcq.h includeNicholas Bellinger
2015-02-04vhost/scsi: Set VIRTIO_F_ANY_LAYOUT + VIRTIO_F_VERSION_1 feature bitsNicholas Bellinger
2015-02-04vhost/scsi: Add ANY_LAYOUT support in vhost_scsi_handle_vqNicholas Bellinger
2015-02-04vhost/scsi: Add ANY_LAYOUT iov -> sgl mapping prerequisitesNicholas Bellinger
2015-02-04vhost/scsi: Change vhost_scsi_map_to_sgl to accept iov ptr + lenNicholas Bellinger
2015-02-04vhost/scsi: Fix incorrect early vhost_scsi_handle_vq failuresNicholas Bellinger
2015-02-04vhost/scsi: Convert completion path to use copy_to_iterNicholas Bellinger
2015-02-04vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro
2015-01-06vhost-scsi: Add missing virtio-scsi -> TCM attribute conversionNicholas Bellinger
2014-12-09vhost/scsi: partial virtio 1.0 supportMichael S. Tsirkin
2014-10-28vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINTNicholas Bellinger
2014-06-23vhost-scsi: don't open-code kvfreeMichael S. Tsirkin
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-06-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2014-06-11vhost-scsi: Include prot_bytes into expected data transfer lengthNicholas Bellinger
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin
2014-06-02vhost/scsi: Enable T10 PI IOV -> SGL memory mappingNicholas Bellinger
2014-06-02vhost/scsi: Add T10 PI IOV -> SGL memory mapping logicNicholas Bellinger