aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-01scsi: snic: fix a couple of spelling mistakes/typosColin Ian King2-3/+3
2017-07-01scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King8-11/+10
2017-07-01scsi: lpfc: don't double count abort errorsDan Carpenter1-1/+0
2017-07-01scsi: lpfc: spin_lock_irq() is not nestableDan Carpenter1-10/+10
2017-07-01scsi: hisi_sas: optimise DMA slot memoryXiaofei Tan5-122/+104
2017-07-01scsi: ibmvfc: constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-07-01scsi: ibmvscsi: constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-07-01scsi: cxlflash: Update debug prints in reset handlersMatthew R. Ochs1-15/+3
2017-07-01scsi: cxlflash: Update send_tmf() parametersMatthew R. Ochs1-14/+13
2017-07-01scsi: cxlflash: Avoid double free of character deviceMatthew R. Ochs1-1/+0
2017-07-01scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne2-4/+9
2017-07-01scsi: ufs: flush eh_work when eh_work scheduled.Zang Leigang1-1/+2
2017-07-01scsi: qla2xxx: Protect access to qpair members with qpair->qp_lockJohannes Thumshirn1-10/+13
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+1
2017-06-29sd: add support for TCG OPAL self encrypting disksChristoph Hellwig2-1/+54
2017-06-27scsi: sun_esp: fix device reference leaksJohan Hovold1-1/+8
2017-06-27scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport is initSatish Kharat1-2/+14
2017-06-27scsi: fnic: correct speed display and add support for 25,40 and 100GSatish Kharat3-2/+45
2017-06-27scsi: fnic: added timestamp reporting in fnic debug statsSatish Kharat3-0/+32
2017-06-27scsi: fnic: Zero io_cmpl_skip on fw reset completionSatish Kharat1-0/+1
2017-06-27scsi: bnx2fc: Update version number to 2.11.8.Chad Dupuis1-1/+1
2017-06-27scsi: bnx2fc: Make rport_terminate_io callback a NOOP.Chad Dupuis1-1/+6
2017-06-27scsi: bnx2fc: If IO is still in cleanup then do not return to SCSI layer.Chad Dupuis1-8/+3
2017-06-27scsi: bnx2fc: Adjust bnx2fc_npiv_create_vports for WWNNs from NVRAM that are zero.Chad Dupuis1-1/+16
2017-06-27scsi: bnx2fc: Update copyright for 2017.Chad Dupuis10-10/+20
2017-06-27scsi: bnx2fc: Check for connection offload before sending RRQ.Chad Dupuis1-3/+10
2017-06-27scsi: bnx2fc: Add filters to the non-offload FCoE receive path.Chad Dupuis1-1/+34
2017-06-27scsi: default to scsi-mqChristoph Hellwig2-15/+0
2017-06-27scsi: sas: scsi_queue_work can fail, so make callers awareJohannes Thumshirn2-16/+24
2017-06-27scsi: qla2xxx: Update Driver version to 10.00.00.00-kHimanshu Madhani1-3/+3
2017-06-27scsi: qla2xxx: Use FC-NVMe FC4 type for FDMI registrationDuane Grigsby1-0/+16
2017-06-27scsi: qla2xxx: Send FC4 type NVMe to the management serverDuane Grigsby4-5/+131
2017-06-27scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registrationDuane Grigsby11-9/+1024
2017-06-27scsi: qla2xxx: Add FC-NVMe command handlingDuane Grigsby4-5/+131
2017-06-27scsi: qla2xxx: Add FC-NVMe port discovery and PRLI handlingDuane Grigsby9-27/+256
2017-06-27scsi: qla2xxx: Update driver version to 9.01.00.00-khimanshu.madhani@cavium.com1-2/+2
2017-06-27scsi: qla2xxx: Include Exchange offload/Extended Login into FW dumpQuinn Tran4-3/+67
2017-06-27scsi: qla2xxx: Move target stat counters from vha to qpair.Quinn Tran5-35/+63
2017-06-27scsi: qla2xxx: Remove datasegs_per_cmd and datasegs_per_cont fieldQuinn Tran2-8/+6
2017-06-27scsi: qla2xxx: Remove unused tgt_enable_64bit_addr flagQuinn Tran2-32/+13
2017-06-27scsi: qla2xxx: Add debug logging routine for qpairQuinn Tran4-14/+122
2017-06-27scsi: qla2xxx: Add function call to qpair for door bellQuinn Tran6-35/+94
2017-06-27scsi: qla2xxx: use shadow register for ISP27XXQuinn Tran4-1/+5
2017-06-27scsi: qla2xxx: move fields from qla_hw_data to qla_qpairQuinn Tran6-48/+73
2017-06-27scsi: qla2xxx: Add fw_started flags to qpairQuinn Tran4-8/+28
2017-06-27scsi: qla2xxx: Add debug knob for user control workloadQuinn Tran5-4/+137
2017-06-27scsi: qla2xxx: Fix mailbox failure while deleting Queue pairsSawan Chandak4-2/+15
2017-06-27scsi: qla2xxx: Enable Target Multi QueueQuinn Tran7-38/+240
2017-06-27scsi: qla2xxx: Preparation for Target MQ.Quinn Tran10-297/+380
2017-06-27scsi: qla2xxx: Combine Active command arrays.Quinn Tran7-144/+164