summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/xen-scsifront.c
Commit message (Expand)AuthorAgeFilesLines
* xen: make remove callback of xen driver void returnedDawei Li2022-12-151-3/+1
* scsi: xen: Drop use of internal host codesMike Christie2022-09-061-8/+0
* xen/scsifront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross2022-05-191-21/+7
* xen/scsifront: remove unused GRANT_INVALID_REF definitionJuergen Gross2022-05-191-3/+0
* xen/scsifront: harden driver against malicious backendJuergen Gross2022-05-191-28/+76
* xen/scsifront: use new command result macrosJuergen Gross2022-05-191-8/+56
* xen/grant-table: remove readonly parameter from functionsJuergen Gross2022-03-151-2/+2
* xen/scsifront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross2022-03-071-2/+1
* scsi: xen-scsifront: Call scsi_done() directlyBart Van Assche2021-10-161-2/+2
* scsi: xen-scsifront: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-1/+1
* scsi: xen-scsifront: Compability status handlingHannes Reinecke2021-05-311-1/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* scsi: xen-scsifront: remove DISABLE_CLUSTERINGChristoph Hellwig2018-12-181-1/+0
* scsi: xen-scsifront: mark expected switch fall-throughGustavo A. R. Silva2018-11-281-1/+1
* scsi: xen-scsifront: add error handling for xenbus_printfZhouyang Jia2018-06-191-7/+26
* scsi: xen-scsifront: Remove code that zeroes driver-private command dataBart Van Assche2017-06-121-1/+0
* xen/scsifront: use offset_in_page() macroGeliang Tang2017-05-021-1/+1
* xen/scsifront: don't request a slot on the ring until request is readyJuergen Gross2016-12-091-105/+83
* xen-scsifront: Add a missing call to kfreeQuentin Lambert2016-11-241-0/+1
* xen: make use of xenbus_read_unsigned() in xen-scsifrontJuergen Gross2016-11-071-5/+1
* xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-5/+5
* xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-2/+3
* xen: support suspend/resume in pvscsi frontendJuergen Gross2015-03-161-35/+179
* xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-2/+3
* xen-scsifront: don't deadlock if the ring becomes fullDavid Vrabel2014-10-031-1/+2
* xen-scsifront: use GFP_ATOMIC under spin_lockDan Carpenter2014-09-231-1/+1
* xen-scsifront: Add Xen PV SCSI frontend driverJuergen Gross2014-09-231-0/+1024