summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | scsi: qla2xxx: Use FC-NVMe FC4 type for FDMI registrationDuane Grigsby2017-06-271-0/+16
| * | | scsi: qla2xxx: Send FC4 type NVMe to the management serverDuane Grigsby2017-06-274-5/+131
| * | | scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registrationDuane Grigsby2017-06-2711-9/+1024
| * | | scsi: qla2xxx: Add FC-NVMe command handlingDuane Grigsby2017-06-274-5/+131
| * | | scsi: qla2xxx: Add FC-NVMe port discovery and PRLI handlingDuane Grigsby2017-06-279-27/+256
| * | | scsi: qla2xxx: Update driver version to 9.01.00.00-khimanshu.madhani@cavium.com2017-06-271-2/+2
| * | | scsi: qla2xxx: Include Exchange offload/Extended Login into FW dumpQuinn Tran2017-06-274-3/+67
| * | | scsi: qla2xxx: Move target stat counters from vha to qpair.Quinn Tran2017-06-275-35/+63
| * | | scsi: qla2xxx: Remove datasegs_per_cmd and datasegs_per_cont fieldQuinn Tran2017-06-272-8/+6
| * | | scsi: qla2xxx: Remove unused tgt_enable_64bit_addr flagQuinn Tran2017-06-272-32/+13
| * | | scsi: qla2xxx: Add debug logging routine for qpairQuinn Tran2017-06-274-14/+122
| * | | scsi: qla2xxx: Add function call to qpair for door bellQuinn Tran2017-06-276-35/+94
| * | | scsi: qla2xxx: use shadow register for ISP27XXQuinn Tran2017-06-274-1/+5
| * | | scsi: qla2xxx: move fields from qla_hw_data to qla_qpairQuinn Tran2017-06-276-48/+73
| * | | scsi: qla2xxx: Add fw_started flags to qpairQuinn Tran2017-06-274-8/+28
| * | | scsi: qla2xxx: Add debug knob for user control workloadQuinn Tran2017-06-275-4/+137
| * | | scsi: qla2xxx: Fix mailbox failure while deleting Queue pairsSawan Chandak2017-06-274-2/+15
| * | | scsi: qla2xxx: Enable Target Multi QueueQuinn Tran2017-06-277-38/+240
| * | | scsi: qla2xxx: Preparation for Target MQ.Quinn Tran2017-06-2710-297/+380
| * | | scsi: qla2xxx: Combine Active command arrays.Quinn Tran2017-06-277-144/+164
| * | | scsi: cxlflash: Update TMF command processingMatthew R. Ochs2017-06-261-21/+44
| * | | scsi: cxlflash: Remove zeroing of private command dataMatthew R. Ochs2017-06-262-3/+10
| * | | scsi: cxlflash: Support WS16 unmapMatthew R. Ochs2017-06-264-0/+15
| * | | scsi: cxlflash: Support AFU debugMatthew R. Ochs2017-06-264-0/+104
| * | | scsi: cxlflash: Support LUN provisioningMatthew R. Ochs2017-06-264-4/+135
| * | | scsi: cxlflash: Refactor AFU capability checkingMatthew R. Ochs2017-06-261-4/+4
| * | | scsi: cxlflash: Introduce host ioctl supportMatthew R. Ochs2017-06-261-1/+120
| * | | scsi: cxlflash: Separate AFU internal command handling from AFU sync specificsMatthew R. Ochs2017-06-262-28/+53
| * | | scsi: cxlflash: Create character device to provide host management interfaceUma Krishnan2017-06-263-2/+212
| * | | scsi: cxlflash: Add scsi command abort handlerUma Krishnan2017-06-261-0/+61
| * | | scsi: cxlflash: Flush pending commands in cleanup pathUma Krishnan2017-06-262-5/+57
| * | | scsi: cxlflash: Track pending scsi commands in each hardware queueUma Krishnan2017-06-262-0/+11
| * | | scsi: cxlflash: Handle AFU sync failuresUma Krishnan2017-06-262-27/+95
| * | | scsi: cxlflash: Schedule asynchronous reset of the hostUma Krishnan2017-06-262-35/+104
| * | | scsi: cxlflash: Reset hardware queue context via specified registerUma Krishnan2017-06-262-38/+47
| * | | scsi: cxlflash: Update cxlflash_afu_sync() to return errnoUma Krishnan2017-06-261-5/+6
| * | | scsi: cxlflash: Combine the send queue locksUma Krishnan2017-06-262-6/+6
| * | | scsi: sgiwd93: switch to dma_alloc_attrsChristoph Hellwig2017-06-261-4/+6
| * | | scsi: 53c700: switch to dma_alloc_attrsChristoph Hellwig2017-06-261-4/+4
| * | | scsi: qedi: Remove comparison of u16 idx with zero.Christos Gkekas2017-06-261-2/+2
| * | | scsi: hpsa: fix spelling mistake: "encrypytion" -> "encryption"Colin Ian King2017-06-261-1/+1
| * | | scsi: hisi_sas: redefine hisi_sas_phy.phy_type as u32John Garry2017-06-261-1/+1
| * | | scsi: aacraid: Don't copy uninitialized stack memory to userspaceSeth Forshee2017-06-261-0/+2
| * | | scsi: bnx2i: missing error code in bnx2i_ep_connect()Dan Carpenter2017-06-261-1/+2
| * | | scsi: hptiop: make function hptiop_iop_request_callback_itl staticColin Ian King2017-06-261-1/+1
| * | | scsi: cxgb4i: assign rxqs in round robin modeVarun Prakash2017-06-262-1/+5
| * | | scsi: fix typos and grammar in comments of scsi_transport_fc.cTyrel Datwyler2017-06-261-6/+6
| * | | scsi: lpfc: fix refcount error on node listJames Smart2017-06-261-7/+0
| * | | scsi: lpfc: Fix nvme io stoppage after link bounceJames Smart2017-06-261-34/+1
| * | | scsi: virtio_scsi: let host do exception handlingPaolo Bonzini2017-06-261-0/+12
OpenPOWER on IntegriCloud