summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: qla2xxx: Move the <linux/io-64-nonatomic-lo-hi.h> include directiveBart Van Assche2019-04-152-1/+2
* scsi: qla2xxx: Declare qla24xx_build_scsi_crc_2_iocbs() staticBart Van Assche2019-04-152-3/+1
* scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c fileBart Van Assche2019-04-152-7/+9
* scsi: qla2xxx: Insert spaces where requiredBart Van Assche2019-04-159-23/+23
* scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche2019-04-155-6/+6
* scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-1514-2/+69
* scsi: qla2xxx: Use tabs to indent codeBart Van Assche2019-04-152-21/+21
* Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-122-1/+8
|\
| * scsi: qla2xxx: Fix NULL pointer crash due to stale CPUIDHimanshu Madhani2019-03-191-1/+1
| * scsi: qla2xxx: Fix FC-AL connection target discoveryQuinn Tran2019-03-191-0/+7
* | scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke2019-04-123-6/+22
* | scsi: tcm_qla2xxx: Minimize #include directivesBart Van Assche2019-04-091-6/+0
* | scsi: qla2xxx: Unregister resources in the opposite order of the registration...Bart Van Assche2019-04-081-4/+5
* | scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche2019-04-081-13/+21
* | scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche2019-04-083-15/+12
* | scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche2019-04-081-38/+47
* | scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche2019-04-081-46/+31
* | scsi: qla2xxx: Declare local symbols staticBart Van Assche2019-04-081-2/+2
* | scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche2019-04-081-1/+1
* | scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche2019-04-081-3/+0
* | scsi: qla2xxx: Change a stack variable into a static const variableBart Van Assche2019-04-081-2/+3
* | scsi: qla2xxx: fix spelling mistake "alredy" -> "already"Colin Ian King2019-04-081-1/+1
* | scsi: qla2xxx: Remove useless set memory to zero use memset()YueHaibing2019-04-031-1/+0
* | scsi: qla2xxx: Update driver version to 10.01.00.16-kHimanshu Madhani2019-04-031-1/+1
* | scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali2019-04-032-39/+46
* | scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali2019-04-032-8/+27
* | scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unloadAnil Gurumurthy2019-04-031-2/+0
* | scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali2019-04-031-12/+7
* | scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran2019-04-032-5/+4
* | scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump()Quinn Tran2019-04-032-12/+19
* | scsi: qla2xxx: Fix fw dump corruptionQuinn Tran2019-04-032-32/+53
* | scsi: qla2xxx: Further limit FLASH region write access from SysFSAndrew Vasquez2019-04-031-3/+5
* | scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez2019-04-031-2/+2
* | scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probeGiridhar Malavali2019-04-031-0/+4
* | scsi: qla2xxx: Increase the max_sgl_segments to 1024Giridhar Malavali2019-04-031-1/+1
* | scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flagsGiridhar Malavali2019-04-031-0/+3
* | scsi: qla2xxx: Set the qpair in SRB to NULL when SRB is releasedGiridhar Malavali2019-04-031-0/+1
* | scsi: qla2xxx: Set the SCSI command result before calling the command doneGiridhar Malavali2019-04-031-2/+1
* | scsi: qla2xxx: Simplify conditional check againNathan Chancellor2019-03-271-2/+2
* | scsi: qla2xxx: Fix a small typo in qla_bsg.cMilan P. Gandhi2019-03-191-1/+1
* | scsi: qla2xxx: Fix comment alignment in qla_bsg.cMilan P. Gandhi2019-03-191-1/+1
* | scsi: qla2xxx: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->mapDongli Zhang2019-03-191-1/+1
* | scsi: qla2xxx: Update driver version to 10.01.00.15-kHimanshu Madhani2019-03-191-2/+2
* | scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez2019-03-199-49/+616
* | scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio2019-03-198-97/+470
* | scsi: qla2xxx: Simplification of register address used in qla_tmpl.cJoe Carnuccio2019-03-191-44/+27
* | scsi: qla2xxx: Correction and improvement to fwdt processingJoe Carnuccio2019-03-192-20/+25
* | scsi: qla2xxx: Update flash read/write routineJoe Carnuccio2019-03-197-312/+296
* | scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio2019-03-197-223/+304
* | scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio2019-03-1915-274/+292