aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-12scsi: qla2xxx: Check the PCI info string output buffer sizeBart Van Assche5-42/+32
2019-08-12scsi: qla2xxx: Complain if waiting for pending commands times outBart Van Assche3-4/+10
2019-08-12scsi: qla2xxx: Declare fourth qla2x00_set_model_info() argument constBart Van Assche2-3/+3
2019-08-12scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return valueBart Van Assche2-3/+7
2019-08-12scsi: qla2xxx: Suppress multiple Coverity complaint about out-of-bounds accessesBart Van Assche1-4/+4
2019-08-12scsi: qla2xxx: Suppress a Coveritiy complaint about integer overflowBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Remove unreachable code from qla83xx_idc_lock()Bart Van Assche1-17/+0
2019-08-12scsi: qla2xxx: Fix qla24xx_process_bidir_cmd()Bart Van Assche1-6/+5
2019-08-12scsi: qla2xxx: Simplify a debug statementBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Remove dead codeBart Van Assche1-3/+0
2019-08-12scsi: qla2xxx: Complain if parsing the version string failsBart Van Assche1-2/+3
2019-08-12scsi: qla2xxx: Complain if a mailbox command times outBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Use strlcpy() instead of strncpy()Bart Van Assche1-14/+14
2019-08-12scsi: qla2xxx: Do not corrupt vha->plogi_ack_listBart Van Assche2-3/+9
2019-08-12scsi: qla2xxx: Report the firmware status code if a mailbox command failsBart Van Assche1-1/+5
2019-08-12scsi: qla2xxx: Fix session lookup in qlt_abort_work()Bart Van Assche1-3/+1
2019-08-12scsi: qla2xxx: Simplify qla24xx_abort_sp_done()Bart Van Assche1-7/+5
2019-08-12scsi: qla2xxx: Remove two superfluous testsBart Van Assche1-3/+2
2019-08-12scsi: qla2xxx: Remove a superfluous pointer checkBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Simplify qlt_lport_dump()Bart Van Assche1-15/+3
2019-08-12scsi: qla2xxx: Reduce the number of casts in GID list codeBart Van Assche3-22/+14
2019-08-12scsi: qla2xxx: Verify locking assumptions at runtimeBart Van Assche1-0/+8
2019-08-12scsi: qla2xxx: Change data_dsd into an arrayBart Van Assche3-6/+6
2019-08-12scsi: qla2xxx: Declare qla_tgt_cmd.cdb constBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Reduce the scope of three local variables in qla2xxx_queuecommand()Bart Van Assche1-3/+4
2019-08-12scsi: qla2xxx: Change the return type of qla2x00_update_ms_fdmi_iocb() into voidBart Van Assche1-3/+1
2019-08-12scsi: qla2xxx: Declare the fourth ql_dump_buffer() argument constBart Van Assche2-2/+3
2019-08-12scsi: qla2xxx: Remove a superfluous forward declarationBart Van Assche1-2/+0
2019-08-12scsi: qla2xxx: Remove an include directive from qla_mr.cBart Van Assche1-1/+0
2019-08-12scsi: qla2xxx: Include the <asm/unaligned.h> header file from qla_dsd.hBart Van Assche1-0/+2
2019-08-12scsi: qla2xxx: Use tabs instead of spaces for indentationBart Van Assche1-39/+39
2019-08-12scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche7-22/+22
2019-08-12scsi: qla2xxx: Really fix qla2xxx_eh_abort()Bart Van Assche1-0/+21
2019-08-12scsi: qla2xxx: Make qla2x00_abort_srb() again decrease the sp reference countBart Van Assche1-0/+2
2019-08-07scsi: qla2xxx: Update driver version to 10.01.00.18-kHimanshu Madhani1-1/+1
2019-08-07scsi: qla2xxx: Allow NVMe IO to resume with short cable pullQuinn Tran1-1/+3
2019-08-07scsi: qla2xxx: Fix hang in fcport delete pathQuinn Tran1-3/+0
2019-08-07scsi: qla2xxx: Use common update-firmware-options routine for ISP27xx+Andrew Vasquez1-1/+1
2019-08-07scsi: qla2xxx: Fix NVMe port discovery after a short device port lossArun Easi1-2/+2
2019-08-07scsi: qla2xxx: Correct error handling during initialization failuresAndrew Vasquez2-3/+13
2019-08-07scsi: qla2xxx: Retry fabric Scan on IOCB queue fullQuinn Tran1-6/+22
2019-08-07scsi: qla2xxx: Fix premature timer expirationQuinn Tran2-1/+5
2019-08-07scsi: qla2xxx: Fix Relogin to prevent modifying scan_state flagQuinn Tran3-6/+21
2019-07-30scsi: qla2xxx: Reject EH_{abort|device_reset|target_request}Quinn Tran1-0/+9
2019-07-30scsi: qla2xxx: Skip FW dump on LOOP initialization errorQuinn Tran1-1/+0
2019-07-30scsi: qla2xxx: Use Correct index for Q-Pair arrayQuinn Tran1-0/+2
2019-07-30scsi: qla2xxx: Fix abort timeout race condition.Quinn Tran2-2/+17
2019-07-30scsi: qla2xxx: Fix different size DMA Alloc/UnmapQuinn Tran1-1/+1
2019-07-30scsi: qla2xxx: Fix DMA unmap leakHimanshu Madhani1-0/+4
2019-07-30scsi: qla2xxx: Fix possible fcport null-pointer dereferencesJia-Ju Bai1-1/+1