summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | qla2xxx: Fix NVMe entry_type for iocb packet on BE systemHimanshu Madhani2017-07-011-1/+2
| * | | scsi: qla2xxx: avoid unused-function warningArnd Bergmann2017-07-012-8/+13
| * | | scsi: snic: fix a couple of spelling mistakes/typosColin Ian King2017-07-012-3/+3
| * | | scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King2017-07-018-11/+10
| * | | scsi: lpfc: don't double count abort errorsDan Carpenter2017-07-011-1/+0
| * | | scsi: lpfc: spin_lock_irq() is not nestableDan Carpenter2017-07-011-10/+10
| * | | scsi: hisi_sas: optimise DMA slot memoryXiaofei Tan2017-07-015-122/+104
| * | | scsi: ibmvfc: constify dev_pm_ops structures.Arvind Yadav2017-07-011-1/+1
| * | | scsi: ibmvscsi: constify dev_pm_ops structures.Arvind Yadav2017-07-011-1/+1
| * | | scsi: cxlflash: Update debug prints in reset handlersMatthew R. Ochs2017-07-011-15/+3
| * | | scsi: cxlflash: Update send_tmf() parametersMatthew R. Ochs2017-07-011-14/+13
| * | | scsi: cxlflash: Avoid double free of character deviceMatthew R. Ochs2017-07-011-1/+0
| * | | scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne2017-07-012-4/+9
| * | | scsi: ufs: flush eh_work when eh_work scheduled.Zang Leigang2017-07-011-1/+2
| * | | scsi: qla2xxx: Protect access to qpair members with qpair->qp_lockJohannes Thumshirn2017-07-011-10/+13
| * | | scsi: sun_esp: fix device reference leaksJohan Hovold2017-06-271-1/+8
| * | | scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ...Satish Kharat2017-06-271-2/+14
| * | | scsi: fnic: correct speed display and add support for 25,40 and 100GSatish Kharat2017-06-273-2/+45
| * | | scsi: fnic: added timestamp reporting in fnic debug statsSatish Kharat2017-06-273-0/+32
| * | | scsi: fnic: Zero io_cmpl_skip on fw reset completionSatish Kharat2017-06-271-0/+1
| * | | scsi: bnx2fc: Update version number to 2.11.8.Chad Dupuis2017-06-271-1/+1
| * | | scsi: bnx2fc: Make rport_terminate_io callback a NOOP.Chad Dupuis2017-06-271-1/+6
| * | | scsi: bnx2fc: If IO is still in cleanup then do not return to SCSI layer.Chad Dupuis2017-06-271-8/+3
| * | | scsi: bnx2fc: Adjust bnx2fc_npiv_create_vports for WWNNs from NVRAM that are ...Chad Dupuis2017-06-271-1/+16
| * | | scsi: bnx2fc: Update copyright for 2017.Chad Dupuis2017-06-2710-10/+20
| * | | scsi: bnx2fc: Check for connection offload before sending RRQ.Chad Dupuis2017-06-271-3/+10
| * | | scsi: bnx2fc: Add filters to the non-offload FCoE receive path.Chad Dupuis2017-06-271-1/+34
| * | | scsi: default to scsi-mqChristoph Hellwig2017-06-272-15/+0
| * | | scsi: sas: scsi_queue_work can fail, so make callers awareJohannes Thumshirn2017-06-272-16/+24
| * | | scsi: qla2xxx: Update Driver version to 10.00.00.00-kHimanshu Madhani2017-06-271-3/+3
| * | | 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