aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_gs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-18scsi: qla2xxx: Update manufacturer detailsBikash Hazarika1-1/+1
2022-07-18scsi: qla2xxx: Fix incorrect display of max frame sizeBikash Hazarika1-6/+3
2022-07-07scsi: qla2xxx: Check correct variable in qla24xx_async_gffid()Dan Carpenter1-2/+2
2022-06-16scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation testsArun Easi1-1/+1
2022-06-07scsi: qla2xxx: edif: Reduce Initiator-Initiator thrashingQuinn Tran1-32/+86
2022-03-15scsi: qla2xxx: Fix typos in commentsJulia Lawall1-1/+1
2022-03-15scsi: qla2xxx: Use correct feature type field during RFF_ID processingManish Rangankar1-3/+2
2022-01-24scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap1-28/+57
2022-01-24scsi: qla2xxx: Refactor asynchronous command initializationDaniel Wagner1-48/+22
2021-09-14scsi: qla2xxx: Display 16G only as supported speeds for 3830c cardSaurav Kashyap1-1/+2
2021-08-23scsi: qla2xxx: Fix NVMe retryQuinn Tran1-0/+8
2021-08-23scsi: qla2xxx: Fix NVMe | FCP personality changeQuinn Tran1-0/+1
2021-08-11scsi: qla2xxx: Show OS name and version in FDMI-1Arun Easi1-2/+2
2021-07-27scsi: qla2xxx: edif: Add encryption to I/O pathQuinn Tran1-1/+1
2021-07-27scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran1-0/+4
2021-03-29scsi: qla2xxx: Do logout even if fabric scan retries got exhaustedQuinn Tran1-0/+4
2021-03-15scsi: qla2xxx: Fix some incorrect formatting/spelling issuesLee Jones1-5/+5
2021-01-13scsi: qla2xxx: Implementation to get and manage host, target stats and initiator portSaurav Kashyap1-0/+1
2020-12-09scsi: qla2xxx: Change post del message from debug level to log levelSaurav Kashyap1-4/+4
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-2/+1
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+4
2020-09-22scsi: qla2xxx: Reduce duplicate code in reporting speedQuinn Tran1-3/+4
2020-09-16scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-17scsi: qla2xxx: Fix login timeoutQuinn Tran1-3/+15
2020-08-17scsi: qla2xxx: Indicate correct supported speeds for Mezz cardQuinn Tran1-5/+12
2020-08-17scsi: qla2xxx: Flush I/O on zone disableQuinn Tran1-1/+0
2020-08-17scsi: qla2xxx: Flush all sessions on zone disableQuinn Tran1-0/+12
2020-06-23scsi: qla2xxx: Keep initiator ports after RSCNRoman Bolshakov1-1/+3
2020-02-28scsi: qla2xxx: Fix FCP-SCSI FC4 flag passing errorQuinn Tran1-2/+2
2020-02-24scsi: qla2xxx: Save rscn_gen for new fcportHimanshu Madhani1-0/+1
2020-02-24scsi: qla2xxx: Add vendor extended FDMI commandsJoe Carnuccio1-919/+760
2020-02-24scsi: qla2xxx: Add changes in preparation for vendor extended FDMI/RDPJoe Carnuccio1-8/+7
2019-12-21scsi: qla2xxx: Correct fcport flags handlingShyam Sundar1-4/+0
2019-12-19scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcportShyam Sundar1-1/+1
2019-11-26scsi: qla2xxx: unregister ports after GPN_FT failureMartin Wilck1-2/+14
2019-11-08scsi: qla2xxx: Fix SRB leak on switch command timeoutQuinn Tran1-1/+1
2019-10-09scsi: qla2xxx: Improve logging for scan threadHimanshu Madhani1-10/+12
2019-10-09scsi: qla2xxx: Dual FCP-NVMe target port supportMichael Hernandez1-17/+25
2019-09-23scsi: qla2xxx: Optimize NPIV tear down processQuinn Tran1-1/+2
2019-09-07scsi: qla2xxx: Fix stale sessionQuinn Tran1-2/+3
2019-08-12scsi: qla2xxx: Remove two superfluous if-testsBart Van Assche1-14/+11
2019-08-12scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()Bart Van Assche1-11/+1
2019-08-12scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche1-10/+5
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-14/+7
2019-08-12scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDsBart Van Assche1-45/+17
2019-08-12scsi: qla2xxx: Suppress multiple Coverity complaint about out-of-bounds accessesBart Van Assche1-4/+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: Use tabs instead of spaces for indentationBart Van Assche1-39/+39
2019-08-07scsi: qla2xxx: Retry fabric Scan on IOCB queue fullQuinn Tran1-6/+22