summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)AuthorFilesLines
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-1/+117
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-21/+5
2021-06-23scsi: qla2xxx: Add heartbeat checkQuinn Tran8-1/+117
2021-06-16scsi: qla2xxx: Use list_move_tail() instead of list_del()/list_add_tail()Baokun Li1-2/+1
2021-06-16scsi: qla2xxx: Remove duplicate declarationsShaokun Zhang1-4/+0
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen1-12/+3
2021-06-02scsi: qla2xxx: Log PCI address in qla_nvme_unregister_remote_port()Daniel Wagner1-1/+1
2021-06-01scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-12/+3
2021-05-22scsi: target: qla2xxx: Wait for stop_phase1 at WWN removalDmitry Bogdanov1-0/+2
2021-05-22scsi: qla2xxx: Remove redundant assignment to rvalJiapeng Chong1-2/+0
2021-05-16scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword()Zhen Lei1-1/+2
2021-04-29scsi: qla2xxx: Prevent PRLI in target modeAnastasia Kovaleva1-0/+3
2021-04-29scsi: qla2xxx: Add marginal path handling supportBikash Hazarika1-0/+1
2021-04-16scsi: qla2xxx: Reserve extra IRQ vectorsRoman Bolshakov1-2/+2
2021-04-13scsi: qla2xxx: Reuse existing error handling pathChristophe JAILLET1-2/+2
2021-04-13scsi: qla2xxx: Remove unneeded if-null-free checkQiheng Lin1-4/+2
2021-04-06Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen3-13/+6
2021-03-30scsi: qla2xxx: Update version to 10.02.00.106-kNilesh Javali1-2/+2
2021-03-30scsi: qla2xxx: Do logout even if fabric scan retries got exhaustedQuinn Tran1-0/+4
2021-03-30scsi: qla2xxx: Update default AER debug maskQuinn Tran1-1/+1
2021-03-30scsi: qla2xxx: Fix mailbox recovery during PCIe errorQuinn Tran1-9/+30
2021-03-30scsi: qla2xxx: Fix crash in PCIe error handlingQuinn Tran10-105/+265
2021-03-30scsi: qla2xxx: Fix RISC RESET completion pollingQuinn Tran1-6/+59
2021-03-30scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand()Arun Easi1-7/+0
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-25scsi: Revert "qla2xxx: Make sure that aborted commands are freed"Bart Van Assche2-12/+5
2021-03-16scsi: qla2xxx: Fix broken #endif placementAlexey Dobriyan1-1/+1
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