aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-04scsi: target: vhost-scsi: Use LIO wq cmd submission helperMike Christie1-30/+6
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie1-1/+1
2021-03-04scsi: target: vhost-scsi: Convert to new submission APIMike Christie1-11/+9
2021-03-04scsi: sbitmap: Move allocation hint into sbitmapMing Lei1-2/+2
2021-03-04scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei1-2/+2
2021-02-23vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delayDongli Zhang1-6/+3
2020-12-18vhost scsi: fix error return code in vhost_scsi_set_endpoint()Zhang Changzhong1-1/+2
2020-11-25vhost scsi: fix lun reset completion handlingMike Christie1-1/+3
2020-11-15vhost scsi: Add support for LUN resets.Mike Christie1-13/+134
2020-11-15vhost scsi: add lun parser helperMike Christie1-2/+7
2020-11-15vhost scsi: fix cmd completion raceMike Christie1-27/+15
2020-11-15vhost scsi: alloc cmds per vq instead of sessionMike Christie1-79/+128
2020-07-29vhost/scsi: fix up req type endian-nessMichael S. Tsirkin1-1/+1
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang1-1/+1
2020-05-26scsi: vhost: Notify TCM about the maximum sg entries supported per commandSudhakar Panneerselvam1-0/+1
2020-04-16vhost: Create accessors for virtqueues private_dataEugenio Pérez1-7/+7
2020-04-01vhost: allow per device message handlerJason Wang1-1/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-11/+1
2019-05-27vhost: scsi: add weight supportJason Wang1-6/+6
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang1-1/+8
2019-05-12vhost-scsi: remove incorrect memory barrierPaolo Bonzini1-1/+0
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+0
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-6/+0
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang1-1/+1
2019-01-14vhost/scsi: Use copy_to_iter() to send control queue responseBijan Mottahedeh1-8/+12
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2018-12-19vhost: correct the related warning messagewangyan1-2/+2
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-6/+1
2018-10-24vhost/scsi: Use common handling code in request queue handlerBijan Mottahedeh1-197/+164
2018-10-24vhost/scsi: Extract common handling code from control queue handlerBijan Mottahedeh1-99/+172
2018-10-24vhost/scsi: Respond to control queue operationsBijan Mottahedeh1-0/+190
2018-10-24vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards1-1/+3
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2018-08-22vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Greg Edwards1-1/+1
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie1-1/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-3/+1
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox1-3/+3
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-6/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)1-1/+1
2018-01-31vhost/scsi: Improve a size determination in four functionsMarkus Elfring1-5/+4
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-50/+23
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2017-11-14vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()Byungchul Park1-2/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1