aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-63/+63
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-63/+13
2015-04-07vhost/scsi: Add fabric_prot_type attribute supportNicholas Bellinger1-1/+51
2015-03-19loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche1-3/+2
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-527/+541
2015-02-05vhost/scsi: potential memory corruptionDan Carpenter1-3/+3
2015-02-04vhost/scsi: Global tcm_vhost -> vhost_scsi renameNicholas Bellinger1-331/+331
2015-02-04vhost/scsi: Drop left-over scsi_tcq.h includeNicholas Bellinger1-1/+0
2015-02-04vhost/scsi: Set VIRTIO_F_ANY_LAYOUT + VIRTIO_F_VERSION_1 feature bitsNicholas Bellinger1-1/+3
2015-02-04vhost/scsi: Add ANY_LAYOUT support in vhost_scsi_handle_vqNicholas Bellinger1-196/+110
2015-02-04vhost/scsi: Add ANY_LAYOUT iov -> sgl mapping prerequisitesNicholas Bellinger1-0/+93
2015-02-04vhost/scsi: Change vhost_scsi_map_to_sgl to accept iov ptr + lenNicholas Bellinger1-22/+15
2015-02-04vhost/scsi: Fix incorrect early vhost_scsi_handle_vq failuresNicholas Bellinger1-23/+29
2015-02-04vhost/scsi: Convert completion path to use copy_to_iterNicholas Bellinger1-5/+12
2015-02-04vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro1-1/+1
2015-01-06vhost-scsi: Add missing virtio-scsi -> TCM attribute conversionNicholas Bellinger1-3/+21
2014-12-09vhost/scsi: partial virtio 1.0 supportMichael S. Tsirkin1-10/+12
2014-10-28vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINTNicholas Bellinger1-0/+24
2014-06-23vhost-scsi: don't open-code kvfreeMichael S. Tsirkin1-10/+2
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-96/+212
2014-06-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-11/+15
2014-06-11vhost-scsi: Include prot_bytes into expected data transfer lengthNicholas Bellinger1-1/+2
2014-06-09vhost: move memory pointer to VQsMichael S. Tsirkin1-2/+2
2014-06-09vhost: move acked_features to VQsMichael S. Tsirkin1-9/+13
2014-06-02vhost/scsi: Enable T10 PI IOV -> SGL memory mappingNicholas Bellinger1-59/+124
2014-06-02vhost/scsi: Add T10 PI IOV -> SGL memory mapping logicNicholas Bellinger1-1/+47
2014-06-02vhost/scsi: Add preallocation of protection SGLsNicholas Bellinger1-1/+14
2014-06-02vhost/scsi: Move sanity check into vhost_scsi_map_iov_to_sglNicholas Bellinger1-34/+25
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger1-1/+2
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger1-0/+6
2014-02-24vhost/scsi: Check LUN structure byte 0 is set to 1, per specVenkatesh Srinivas1-0/+6
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+2
2014-01-23percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet1-1/+1
2014-01-18target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger1-1/+1
2013-12-06vhost: remove the dead branchZhi Yong Wu1-6/+1
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-9/+9
2013-10-25vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameterNicholas Bellinger1-1/+1
2013-10-16target: Remove TF_CIT_TMPL macroAndy Grover1-9/+9
2013-10-01vhost/scsi: Use GFP_ATOMIC with percpu_ida_alloc for obtaining tagNicholas Bellinger1-1/+6
2013-09-17vhost-scsi: whitespace tweakMichael S. Tsirkin1-1/+1
2013-09-17vhost/scsi: use vmalloc for order-10 allocationMichael S. Tsirkin1-14/+27
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-2/+2
2013-09-09vhost/scsi: Add pre-allocation for tv_cmd SGL + upages memoryNicholas Bellinger1-19/+80
2013-09-09vhost/scsi: Convert to per-cpu ida_alloc + ida_free command mapNicholas Bellinger1-12/+21
2013-07-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-11/+6
2013-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-15/+22
2013-07-11vhost: Remove custom vhost rcu usageAsias He1-4/+2
2013-07-11vhost-scsi: Always access vq->private_data under vq mutexAsias He1-7/+4
2013-07-07target: make queue_tm_rsp() return voidJoern Engel1-2/+2