summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/scsi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-3/+1
* | scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-191-3/+3
* | scsi: target: Abstract tag freeingMatthew Wilcox2018-06-191-1/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-6/+9
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)2018-02-011-1/+1
* vhost/scsi: Improve a size determination in four functionsMarkus Elfring2018-01-311-5/+4
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-50/+23
|\
| * vhost/scsi: switch to iov_iter_get_pages()Al Viro2017-10-111-48/+20
| * fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro2017-10-111-2/+3
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-11-161-2/+2
|\ \
| * | vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()Byungchul Park2017-11-141-2/+2
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-131-8/+3
|\
| * vhost/scsi: Don't reinvent the wheel but use existing llist APIByungchul Park2017-06-081-8/+3
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
|/