summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/scsi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche2015-03-201-3/+2Star
|/
* 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
* | vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro2015-02-041-1/+1
* | vhost-scsi: Add missing virtio-scsi -> TCM attribute conversionNicholas Bellinger2015-01-061-3/+21
|/
* vhost/scsi: partial virtio 1.0 supportMichael S. Tsirkin2014-12-091-10/+12
* vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINTNicholas Bellinger2014-10-281-0/+24
* vhost-scsi: don't open-code kvfreeMichael S. Tsirkin2014-06-231-10/+2Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-06-131-96/+212
|\
| * vhost-scsi: Include prot_bytes into expected data transfer lengthNicholas Bellinger2014-06-111-1/+2
| * vhost/scsi: Enable T10 PI IOV -> SGL memory mappingNicholas Bellinger2014-06-021-59/+124
| * vhost/scsi: Add T10 PI IOV -> SGL memory mapping logicNicholas Bellinger2014-06-021-1/+47
| * vhost/scsi: Add preallocation of protection SGLsNicholas Bellinger2014-06-021-1/+14
| * vhost/scsi: Move sanity check into vhost_scsi_map_iov_to_sglNicholas Bellinger2014-06-021-34/+25Star
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-06-121-11/+15
|\ \
| * | vhost: move memory pointer to VQsMichael S. Tsirkin2014-06-091-2/+2
| * | vhost: move acked_features to VQsMichael S. Tsirkin2014-06-091-9/+13
| |/
* / arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-071-1/+2
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+6
* vhost/scsi: Check LUN structure byte 0 is set to 1, per specVenkatesh Srinivas2014-02-251-0/+6
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-02-011-2/+2
|\
| * percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-01-231-1/+1
| * target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger2014-01-181-1/+1
* | vhost: remove the dead branchZhi Yong Wu2013-12-061-6/+1Star
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-221-9/+9
|\
| * target: Remove TF_CIT_TMPL macroAndy Grover2013-10-161-9/+9
* | vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameterNicholas Bellinger2013-10-251-1/+1
* | vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tagNicholas Bellinger2013-10-021-1/+6
|/
* vhost-scsi: whitespace tweakMichael S. Tsirkin2013-09-171-1/+1
* vhost/scsi: use vmalloc for order-10 allocationMichael S. Tsirkin2013-09-171-14/+27
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-111-2/+2
* vhost/scsi: Add pre-allocation for tv_cmd SGL + upages memoryNicholas Bellinger2013-09-091-19/+80
* vhost/scsi: Convert to per-cpu ida_alloc + ida_free command mapNicholas Bellinger2013-09-091-12/+21
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2013-07-231-11/+6Star
|\
| * vhost: Remove custom vhost rcu usageAsias He2013-07-111-4/+2Star
| * vhost-scsi: Always access vq->private_data under vq mutexAsias He2013-07-111-7/+4Star
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-07-111-15/+22
|\ \ | |/ |/|
| * target: make queue_tm_rsp() return voidJoern Engel2013-07-081-2/+2