summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)Author
2019-04-08scsi: qla2xxx: Unregister resources in the opposite order of the registration...Bart Van Assche
2019-04-08scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche
2019-04-08scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche
2019-04-08scsi: qla2xxx: Make qla2x00_process_response_queue() easier to readBart Van Assche
2019-04-08scsi: qla2xxx: Reduce the number of forward declarationsBart Van Assche
2019-04-08scsi: qla2xxx: Declare local symbols staticBart Van Assche
2019-04-08scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEEDBart Van Assche
2019-04-08scsi: qla2xxx: Remove a comment that refers to the SCSI host lockBart Van Assche
2019-04-08scsi: qla2xxx: Change a stack variable into a static const variableBart Van Assche
2019-04-08scsi: qla2xxx: fix spelling mistake "alredy" -> "already"Colin Ian King
2019-04-03scsi: qla2xxx: Remove useless set memory to zero use memset()YueHaibing
2019-04-03scsi: qla2xxx: Update driver version to 10.01.00.16-kHimanshu Madhani
2019-04-03scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali
2019-04-03scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali
2019-04-03scsi: qla2xxx: Cleanup redundant qla2x00_abort_all_cmds during unloadAnil Gurumurthy
2019-04-03scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali
2019-04-03scsi: qla2xxx: Cleanup fcport memory to prevent leakQuinn Tran
2019-04-03scsi: qla2xxx: Use mutex protection during qla2x00_sysfs_read_fw_dump()Quinn Tran
2019-04-03scsi: qla2xxx: Fix fw dump corruptionQuinn Tran
2019-04-03scsi: qla2xxx: Further limit FLASH region write access from SysFSAndrew Vasquez
2019-04-03scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez
2019-04-03scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probeGiridhar Malavali
2019-04-03scsi: qla2xxx: Increase the max_sgl_segments to 1024Giridhar Malavali
2019-04-03scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flagsGiridhar Malavali
2019-04-03scsi: qla2xxx: Set the qpair in SRB to NULL when SRB is releasedGiridhar Malavali
2019-04-03scsi: qla2xxx: Set the SCSI command result before calling the command doneGiridhar Malavali
2019-03-27scsi: qla2xxx: Simplify conditional check againNathan Chancellor
2019-03-19scsi: qla2xxx: Fix a small typo in qla_bsg.cMilan P. Gandhi
2019-03-19scsi: qla2xxx: Fix comment alignment in qla_bsg.cMilan P. Gandhi
2019-03-19scsi: qla2xxx: Use HCTX_TYPE_DEFAULT for blk_mq_tag_set->mapDongli Zhang
2019-03-19scsi: qla2xxx: Fix NULL pointer crash due to stale CPUIDHimanshu Madhani
2019-03-19scsi: qla2xxx: Fix FC-AL connection target discoveryQuinn Tran
2019-03-19scsi: qla2xxx: Update driver version to 10.01.00.15-kHimanshu Madhani
2019-03-19scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez
2019-03-19scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio
2019-03-19scsi: qla2xxx: Simplification of register address used in qla_tmpl.cJoe Carnuccio
2019-03-19scsi: qla2xxx: Correction and improvement to fwdt processingJoe Carnuccio
2019-03-19scsi: qla2xxx: Update flash read/write routineJoe Carnuccio
2019-03-19scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio
2019-03-19scsi: qla2xxx: Correctly report max/min supported speedsJoe Carnuccio
2019-03-19scsi: qla2xxx: Add Serdes support for ISP28XXJoe Carnuccio
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio
2019-03-19scsi: qla2xxx: Fix routine qla27xx_dump_{mpi|ram}()Joe Carnuccio
2019-03-19scsi: qla2xxx: Remove FW default templateJoe Carnuccio
2019-03-19scsi: qla2xxx: Add fw_attr and port_no SysFS nodeJoe Carnuccio
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-06scsi: qla2xxx: check for kstrtol() failureDan Carpenter
2019-03-06scsi: qla2xxx: avoid printf format warningArnd Bergmann