aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-15scsi: qla2xxx: Insert spaces where requiredBart Van Assche9-23/+23
2019-04-15scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche5-6/+6
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche14-2/+69
2019-04-15scsi: qla2xxx: Use tabs to indent codeBart Van Assche2-21/+21
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2-1/+8
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke3-6/+22
2019-04-09scsi: tcm_qla2xxx: Minimize #include directivesBart Van Assche1-6/+0
2019-04-08scsi: qla2xxx: Unregister resources in the opposite order of the registration orderBart Van Assche1-4/+5
2019-04-08scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche1-13/+21
2019-04-08scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche3-15/+12
2019-04-08scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche1-38/+47
2019-04-08scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche1-46/+31
2019-04-08scsi: qla2xxx: Declare local symbols staticBart Van Assche1-2/+2
2019-04-08scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche1-1/+1
2019-04-08scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche1-3/+0
2019-04-08scsi: qla2xxx: Change a stack variable into a static const variableBart Van Assche1-2/+3
2019-04-08scsi: qla2xxx: fix spelling mistake "alredy" -> "already"Colin Ian King1-1/+1
2019-04-03scsi: qla2xxx: Remove useless set memory to zero use memset()YueHaibing1-1/+0
2019-04-03scsi: qla2xxx: Update driver version to 10.01.00.16-kHimanshu Madhani1-1/+1
2019-04-03scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali2-39/+46
2019-04-03scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali2-8/+27
2019-04-03scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unloadAnil Gurumurthy1-2/+0
2019-04-03scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali1-12/+7
2019-04-03scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran2-5/+4
2019-04-03scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump()Quinn Tran2-12/+19
2019-04-03scsi: qla2xxx: Fix fw dump corruptionQuinn Tran2-32/+53
2019-04-03scsi: qla2xxx: Further limit FLASH region write access from SysFSAndrew Vasquez1-3/+5
2019-04-03scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez1-2/+2
2019-04-03scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probeGiridhar Malavali1-0/+4
2019-04-03scsi: qla2xxx: Increase the max_sgl_segments to 1024Giridhar Malavali1-1/+1
2019-04-03scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flagsGiridhar Malavali1-0/+3
2019-04-03scsi: qla2xxx: Set the qpair in SRB to NULL when SRB is releasedGiridhar Malavali1-0/+1
2019-04-03scsi: qla2xxx: Set the SCSI command result before calling the command doneGiridhar Malavali1-2/+1
2019-03-27scsi: qla2xxx: Simplify conditional check againNathan Chancellor1-2/+2
2019-03-19scsi: qla2xxx: Fix a small typo in qla_bsg.cMilan P. Gandhi1-1/+1
2019-03-19scsi: qla2xxx: Fix comment alignment in qla_bsg.cMilan P. Gandhi1-1/+1
2019-03-19scsi: qla2xxx: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->mapDongli Zhang1-1/+1
2019-03-19scsi: qla2xxx: Fix NULL pointer crash due to stale CPUIDHimanshu Madhani1-1/+1
2019-03-19scsi: qla2xxx: Fix FC-AL connection target discoveryQuinn Tran1-0/+7
2019-03-19scsi: qla2xxx: Update driver version to 10.01.00.15-kHimanshu Madhani1-2/+2
2019-03-19scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez9-49/+616
2019-03-19scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio8-97/+470
2019-03-19scsi: qla2xxx: Simplification of register address used in qla_tmpl.cJoe Carnuccio1-44/+27
2019-03-19scsi: qla2xxx: Correction and improvement to fwdt processingJoe Carnuccio2-20/+25
2019-03-19scsi: qla2xxx: Update flash read/write routineJoe Carnuccio7-312/+296
2019-03-19scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio7-223/+304
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio15-274/+292
2019-03-19scsi: qla2xxx: Correctly report max/min supported speedsJoe Carnuccio4-70/+98
2019-03-19scsi: qla2xxx: Add Serdes support for ISP28XXJoe Carnuccio5-71/+82
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio14-147/+272