summaryrefslogtreecommitdiff
path: root/drivers/vhost/scsi.c
AgeCommit message (Expand)Author
2021-09-05vhost scsi: Convert to SPDX identifierCai Huoqing
2021-07-03vhost-scsi: reduce flushes during endpoint clearingMike Christie
2021-07-03vhost-scsi: remove extra flushesMike Christie
2021-07-03vhost: remove work arg from vhost_work_flushMike Christie
2021-03-04scsi: target: vhost-scsi: Use LIO wq cmd submission helperMike Christie
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie
2021-03-04scsi: target: vhost-scsi: Convert to new submission APIMike Christie
2021-03-04scsi: sbitmap: Move allocation hint into sbitmapMing Lei
2021-03-04scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei
2021-02-23vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delayDongli Zhang
2020-12-18vhost scsi: fix error return code in vhost_scsi_set_endpoint()Zhang Changzhong
2020-11-25vhost scsi: fix lun reset completion handlingMike Christie
2020-11-15vhost scsi: Add support for LUN resets.Mike Christie
2020-11-15vhost scsi: add lun parser helperMike Christie
2020-11-15vhost scsi: fix cmd completion raceMike Christie
2020-11-15vhost scsi: alloc cmds per vq instead of sessionMike Christie
2020-07-29vhost/scsi: fix up req type endian-nessMichael S. Tsirkin
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang
2020-05-26scsi: vhost: Notify TCM about the maximum sg entries supported per commandSudhakar Panneerselvam
2020-04-16vhost: Create accessors for virtqueues private_dataEugenio Pérez
2020-04-01vhost: allow per device message handlerJason Wang
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-05-27vhost: scsi: add weight supportJason Wang
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang
2019-05-12vhost-scsi: remove incorrect memory barrierPaolo Bonzini
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang
2019-01-14vhost/scsi: Use copy_to_iter() to send control queue responseBijan Mottahedeh
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-12-19vhost: correct the related warning messagewangyan
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp
2018-10-24vhost/scsi: Use common handling code in request queue handlerBijan Mottahedeh
2018-10-24vhost/scsi: Extract common handling code from control queue handlerBijan Mottahedeh
2018-10-24vhost/scsi: Respond to control queue operationsBijan Mottahedeh
2018-10-24vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-08-22vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Greg Edwards
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie
2018-08-02scsi: target: rename target_alloc_sessionMike Christie
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)
2018-01-31vhost/scsi: Improve a size determination in four functionsMarkus Elfring