summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Simplify if statementJiapeng Chong2021-02-081-2/+1
* scsi: qla2xxx: Simplify the calculation of variablesJiapeng Zhong2021-01-291-1/+1
* scsi: qla2xxx: Fix some memory corruptionDan Carpenter2021-01-261-1/+1
* Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen2021-01-261-1/+1
|\
| * scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limitEnzo Matsumiya2021-01-201-1/+1
* | scsi: qla2xxx: Remove redundant NULL checkYang Li2021-01-221-10/+5
* | scsi: qla2xxx: Remove unnecessary NULL checkDan Carpenter2021-01-221-1/+1
* | scsi: qla2xxx: Assign boolean values to a bool variableJiapeng Zhong2021-01-221-2/+2
* | scsi: qla2xxx: fc_remote_port_chkready() returns a SCSI result valueHannes Reinecke2021-01-221-1/+1
* | scsi: qla2xxx: Update version to 10.02.00.105-kNilesh Javali2021-01-131-2/+2
* | scsi: qla2xxx: Enable NVMe CONF (BIT_7) when enabling SLERSaurav Kashyap2021-01-131-0/+2
* | scsi: qla2xxx: Fix mailbox Ch erroneous errorQuinn Tran2021-01-132-1/+3
* | scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMeBikash Hazarika2021-01-139-6/+160
* | scsi: qla2xxx: Move some messages from debug to normal log levelSaurav Kashyap2021-01-132-32/+30
* | scsi: qla2xxx: Add error counters to debugfs nodeSaurav Kashyap2021-01-131-0/+28
* | scsi: qla2xxx: Implementation to get and manage host, target stats and initia...Saurav Kashyap2021-01-1310-0/+718
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-1616-147/+212
|\
| * scsi: qla2xxx: Update version to 10.02.00.104-kNilesh Javali2020-12-091-2/+2
| * scsi: qla2xxx: Fix device loss on 4G and older HBAsArun Easi2020-12-091-0/+3
| * scsi: qla2xxx: If fcport is undergoing deletion complete I/O with retrySaurav Kashyap2020-12-091-4/+4
| * scsi: qla2xxx: Fix the call trace for flush workqueueSaurav Kashyap2020-12-091-1/+1
| * scsi: qla2xxx: Fix flash update in 28XX adapters on big endian machinesArun Easi2020-12-091-5/+5
| * scsi: qla2xxx: Handle aborts correctly for port undergoing deletionSaurav Kashyap2020-12-091-1/+1
| * scsi: qla2xxx: Fix N2N and NVMe connect retry failureQuinn Tran2020-12-092-22/+52
| * scsi: qla2xxx: Fix FW initialization error on big endian machinesArun Easi2020-12-091-3/+3
| * scsi: qla2xxx: Fix crash during driver load on big endian machinesArun Easi2020-12-092-5/+6
| * scsi: qla2xxx: Fix compilation issue in PPC systemsArun Easi2020-12-092-3/+3
| * scsi: qla2xxx: Don't check for fw_started while posting NVMe commandSaurav Kashyap2020-12-091-8/+4
| * scsi: qla2xxx: Tear down session if FW say it is downQuinn Tran2020-12-091-1/+27
| * scsi: qla2xxx: Limit interrupt vectors to number of CPUsQuinn Tran2020-12-091-2/+4
| * scsi: qla2xxx: Change post del message from debug level to log levelSaurav Kashyap2020-12-092-5/+5
| * scsi: qla2xxx: Return EBUSY on fcport deletionDaniel Wagner2020-12-091-2/+4
| * scsi: qla2xxx: Remove trailing semicolon in macro definitionTom Rix2020-12-071-2/+1
| * scsi: qla2xxx: Remove in_interrupt() from qla83xx-specific codeAhmed S. Darwish2020-12-011-24/+19
| * scsi: target: tcm_qla2xxx: Remove BUG_ON(in_interrupt())Ahmed S. Darwish2020-12-011-2/+0
| * scsi: qla2xxx: Remove in_interrupt() from qla82xx-specific codeAhmed S. Darwish2020-12-012-14/+16
| * scsi: target: Drop sess_cmd_lock from I/O pathMike Christie2020-11-041-7/+2
| * scsi: qla2xxx: Move sess cmd list/lock to driverMike Christie2020-11-045-22/+42
| * scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie2020-11-042-13/+12
| * scsi: Remove unneeded break statementsTom Rix2020-10-261-1/+0
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-10-311-2/+4
|\ \
| * | scsi: qla2xxx: Return EBUSY on fcport deletionDaniel Wagner2020-10-261-2/+4
| |/
* / scsi: qla2xxx: remove incorrect sparse #ifdefLinus Torvalds2020-10-261-4/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-234-92/+28
|\
| * scsi: qla2xxx: Fix return of uninitialized value in rvalColin Ian King2020-10-081-1/+1
| * scsi: qla2xxx: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-10-071-60/+8
| * scsi: qla2xxx: Initialize variable in qla8044_poll_reg()Tom Rix2020-10-071-1/+1
| * scsi: qla2xxx: Do not consume srb greedilyDaniel Wagner2020-10-071-27/+15
| * scsi: qla2xxx: Use constant when it is knownPavel Machek (CIP)2020-10-071-3/+3
* | Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2020-10-1430-60/+30
|\ \