summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-30scsi: qla2xxx: Fix use after free in bsgQuinn Tran1-1/+2
2021-03-30scsi: qla2xxx: Consolidate zio threshold setting for both FCP & NVMeQuinn Tran2-21/+14
2021-03-30scsi: qla2xxx: Fix stuck sessionQuinn Tran2-1/+7
2021-03-30scsi: qla2xxx: Add H:C:T info in the log message for fc portsArun Easi1-4/+5
2021-03-30scsi: qla2xxx: Fix IOPS drop seen in some adaptersArun Easi1-0/+19
2021-03-25scsi: qla2xxx: Check kzalloc() return valueBart Van Assche1-0/+4
2021-03-25scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats()Bart Van Assche1-1/+7
2021-03-25scsi: qla2xxx: Simplify qla8044_minidump_process_control()Bart Van Assche1-8/+0
2021-03-25scsi: qla2xxx: Suppress Coverity complaints about dseg_r*Bart Van Assche2-8/+12
2021-03-25scsi: qla2xxx: Fix endianness annotationsBart Van Assche4-7/+9
2021-03-25scsi: qla2xxx: Constify struct qla_tgt_func_tmplBart Van Assche2-2/+2
2021-03-16scsi: qla2xxx: Use dma_pool_zalloc()Wang Qing1-2/+1
2021-03-16scsi: qla2xxx: Fix a couple of misdocumented functionsLee Jones1-2/+2
2021-03-16scsi: qla2xxx: Fix incorrectly named function qla8044_check_temp()Lee Jones1-1/+1
2021-03-16scsi: qla2xxx: Fix a couple of misnamed functionsLee Jones1-2/+2
2021-03-16scsi: qla2xxx: Fix some incorrect formatting/spelling issuesLee Jones1-5/+5
2021-03-16scsi: qla2xxx: Replace __qla2x00_marker()'s missing underscoresLee Jones1-1/+1
2021-03-05scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie1-1/+2
2021-03-05scsi: target: qla2xxx: Convert to new submission APIMike Christie1-4/+12
2021-02-09scsi: qla2xxx: Simplify if statementJiapeng Chong1-2/+1
2021-01-29scsi: qla2xxx: Simplify the calculation of variablesJiapeng Zhong1-1/+1
2021-01-27scsi: qla2xxx: Fix some memory corruptionDan Carpenter1-1/+1
2021-01-27Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen1-1/+1
2021-01-23scsi: qla2xxx: Remove redundant NULL checkYang Li1-10/+5
2021-01-23scsi: qla2xxx: Remove unnecessary NULL checkDan Carpenter1-1/+1
2021-01-23scsi: qla2xxx: Assign boolean values to a bool variableJiapeng Zhong1-2/+2
2021-01-23scsi: qla2xxx: fc_remote_port_chkready() returns a SCSI result valueHannes Reinecke1-1/+1
2021-01-21scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limitEnzo Matsumiya1-1/+1
2021-01-13scsi: qla2xxx: Update version to 10.02.00.105-kNilesh Javali1-2/+2
2021-01-13scsi: qla2xxx: Enable NVMe CONF (BIT_7) when enabling SLERSaurav Kashyap1-0/+2
2021-01-13scsi: qla2xxx: Fix mailbox Ch erroneous errorQuinn Tran2-1/+3
2021-01-13scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMeBikash Hazarika9-6/+160
2021-01-13scsi: qla2xxx: Move some messages from debug to normal log levelSaurav Kashyap2-32/+30
2021-01-13scsi: qla2xxx: Add error counters to debugfs nodeSaurav Kashyap1-0/+28
2021-01-13scsi: qla2xxx: Implementation to get and manage host, target stats and initia...Saurav Kashyap10-0/+718
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds16-147/+212
2020-12-09scsi: qla2xxx: Update version to 10.02.00.104-kNilesh Javali1-2/+2
2020-12-09scsi: qla2xxx: Fix device loss on 4G and older HBAsArun Easi1-0/+3
2020-12-09scsi: qla2xxx: If fcport is undergoing deletion complete I/O with retrySaurav Kashyap1-4/+4
2020-12-09scsi: qla2xxx: Fix the call trace for flush workqueueSaurav Kashyap1-1/+1
2020-12-09scsi: qla2xxx: Fix flash update in 28XX adapters on big endian machinesArun Easi1-5/+5
2020-12-09scsi: qla2xxx: Handle aborts correctly for port undergoing deletionSaurav Kashyap1-1/+1
2020-12-09scsi: qla2xxx: Fix N2N and NVMe connect retry failureQuinn Tran2-22/+52
2020-12-09scsi: qla2xxx: Fix FW initialization error on big endian machinesArun Easi1-3/+3
2020-12-09scsi: qla2xxx: Fix crash during driver load on big endian machinesArun Easi2-5/+6
2020-12-09scsi: qla2xxx: Fix compilation issue in PPC systemsArun Easi2-3/+3
2020-12-09scsi: qla2xxx: Don't check for fw_started while posting NVMe commandSaurav Kashyap1-8/+4
2020-12-09scsi: qla2xxx: Tear down session if FW say it is downQuinn Tran1-1/+27
2020-12-09scsi: qla2xxx: Limit interrupt vectors to number of CPUsQuinn Tran1-2/+4
2020-12-09scsi: qla2xxx: Change post del message from debug level to log levelSaurav Kashyap2-5/+5