summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/scsi.c
Commit message (Expand)AuthorAgeFilesLines
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-5/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-121-24/+61
|\
| * vhost scsi: Allow user to control num virtqueuesMike Christie2022-08-111-24/+61
| * vhost-scsi: Fix max number of virtqueuesMike Christie2022-08-111-1/+1
* | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-3/+1
|/
* vhost: rename vhost_work_dev_flushMike Christie2022-05-311-1/+1
* vhost-scsi: drop flush after vhost_dev_cleanupMike Christie2022-05-311-2/+0
* vhost scsi: Convert to SPDX identifierCai Huoqing2021-09-051-13/+1
* vhost-scsi: reduce flushes during endpoint clearingMike Christie2021-07-031-5/+6
* vhost-scsi: remove extra flushesMike Christie2021-07-031-8/+0
* vhost: remove work arg from vhost_work_flushMike Christie2021-07-031-2/+2
* scsi: target: vhost-scsi: Use LIO wq cmd submission helperMike Christie2021-03-041-30/+6
* scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie2021-03-041-1/+1
* scsi: target: vhost-scsi: Convert to new submission APIMike Christie2021-03-041-11/+9
* scsi: sbitmap: Move allocation hint into sbitmapMing Lei2021-03-041-2/+2
* scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei2021-03-041-2/+2
* vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delayDongli Zhang2021-02-231-6/+3
* vhost scsi: fix error return code in vhost_scsi_set_endpoint()Zhang Changzhong2020-12-181-1/+2
* vhost scsi: fix lun reset completion handlingMike Christie2020-11-251-1/+3
* vhost scsi: Add support for LUN resets.Mike Christie2020-11-151-13/+134
* vhost scsi: add lun parser helperMike Christie2020-11-151-2/+7
* vhost scsi: fix cmd completion raceMike Christie2020-11-151-27/+15
* vhost scsi: alloc cmds per vq instead of sessionMike Christie2020-11-151-79/+128
* vhost/scsi: fix up req type endian-nessMichael S. Tsirkin2020-07-291-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-101-1/+1
|\
| * vhost: allow device that does not depend on vhost workerJason Wang2020-06-041-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-051-0/+1
|\ \ | |/ |/|
| * scsi: vhost: Notify TCM about the maximum sg entries supported per commandSudhakar Panneerselvam2020-05-261-0/+1
* | vhost: Create accessors for virtqueues private_dataEugenio PĂ©rez2020-04-161-7/+7
|/
* vhost: allow per device message handlerJason Wang2020-04-011-1/+1
* compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-11/+1
* vhost: scsi: add weight supportJason Wang2019-05-271-6/+6
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-05-271-1/+8
* vhost-scsi: remove incorrect memory barrierPaolo Bonzini2019-05-121-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-6/+0
|\
| * scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-041-6/+0
* | vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-281-1/+1
* | vhost/scsi: Use copy_to_iter() to send control queue responseBijan Mottahedeh2019-01-141-8/+12
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-01-021-2/+2
|\
| * vhost: correct the related warning messagewangyan2018-12-191-2/+2
* | scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-281-1/+0
* | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-6/+1
|/
* vhost/scsi: Use common handling code in request queue handlerBijan Mottahedeh2018-10-241-197/+164
* vhost/scsi: Extract common handling code from control queue handlerBijan Mottahedeh2018-10-241-99/+172
* vhost/scsi: Respond to control queue operationsBijan Mottahedeh2018-10-241-0/+190
* vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards2018-10-241-1/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-08-241-1/+1
|\
| * vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Greg Edwards2018-08-221-1/+1
* | scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie2018-08-021-1/+1
* | scsi: target: rename target_alloc_sessionMike Christie2018-08-021-1/+1