aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/xen-scsifront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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