aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/xen-scsifront.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-24scsi: xen-scsifront: shost_priv() can never return NULLJuergen Gross1-3/+3
2023-03-24scsi: xen-scsifront: Declare SCSI host template constBart Van Assche1-1/+1
2022-12-15xen: make remove callback of xen driver void returnedDawei Li1-3/+1
2022-09-06scsi: xen: Drop use of internal host codesMike Christie1-8/+0
2022-05-19xen/scsifront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross1-21/+7
2022-05-19xen/scsifront: remove unused GRANT_INVALID_REF definitionJuergen Gross1-3/+0
2022-05-19xen/scsifront: harden driver against malicious backendJuergen Gross1-28/+76
2022-05-19xen/scsifront: use new command result macrosJuergen Gross1-8/+56
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross1-2/+2
2022-03-07xen/scsifront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross1-2/+1
2021-10-16scsi: xen-scsifront: Call scsi_done() directlyBart Van Assche1-2/+2
2021-08-11scsi: xen-scsifront: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-05-31scsi: xen-scsifront: Compability status handlingHannes Reinecke1-1/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2018-12-18scsi: xen-scsifront: remove DISABLE_CLUSTERINGChristoph Hellwig1-1/+0
2018-11-28scsi: xen-scsifront: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-06-19scsi: xen-scsifront: add error handling for xenbus_printfZhouyang Jia1-7/+26
2017-06-12scsi: xen-scsifront: Remove code that zeroes driver-private command dataBart Van Assche1-1/+0
2017-05-02xen/scsifront: use offset_in_page() macroGeliang Tang1-1/+1
2016-12-09xen/scsifront: don't request a slot on the ring until request is readyJuergen Gross1-105/+83
2016-11-24xen-scsifront: Add a missing call to kfreeQuentin Lambert1-0/+1
2016-11-07xen: make use of xenbus_read_unsigned() in xen-scsifrontJuergen Gross1-5/+1
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-5/+5
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu1-2/+3
2015-03-16xen: support suspend/resume in pvscsi frontendJuergen Gross1-35/+179
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-2/+3
2014-10-03xen-scsifront: don't deadlock if the ring becomes fullDavid Vrabel1-1/+2
2014-09-23xen-scsifront: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2014-09-23xen-scsifront: Add Xen PV SCSI frontend driverJuergen Gross1-0/+1024