aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_gs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-30scsi: qla2xxx: Fix different size DMA Alloc/UnmapQuinn Tran1-1/+1
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to firmwareBart Van Assche1-2/+1
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche1-26/+18
2019-04-15scsi: qla2xxx: Insert spaces where requiredBart Van Assche1-1/+1
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+2
2019-04-03scsi: qla2xxx: Reset the FCF_ASYNC_{SENT|ACTIVE} flagsGiridhar Malavali1-0/+3
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio1-2/+2
2019-03-19scsi: qla2xxx: Add Serdes support for ISP28XXJoe Carnuccio1-48/+29
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio1-2/+2
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-31/+46
2019-02-19scsi: qla2xxx: Move debug messages before sending srb preventing panicBill Kuzeja1-29/+37
2019-02-05scsi: qla2xxx: Prevent memory leak for CT req/rsp allocationQuinn Tran1-2/+9
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-6/+8
2018-09-27scsi: qla2xxx: Move log messages before issuing command to firmwareGiridhar Malavali1-7/+8
2018-09-27scsi: qla2xxx: Fix for double free of SRB structureGiridhar Malavali1-0/+3
2018-09-27scsi: qla2xxx: Fix duplicate switch database entriesQuinn Tran1-3/+3
2018-09-11scsi: qla2xxx: fix typo "CT-PASSTRHU" -> "CT-PASSTHRU"Colin Ian King1-1/+1
2018-09-11scsi: qla2xxx: Fix double increment of switch scan retry countQuinn Tran1-20/+17
2018-09-11scsi: qla2xxx: Fix duplicate switch's Nport ID entriesQuinn Tran1-1/+23
2018-09-11scsi: qla2xxx: Remove ASYNC GIDPN switch commandHimanshu Madhani1-237/+1
2018-09-11scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-upQuinn Tran1-6/+12
2018-09-11scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran1-1/+0
2018-09-11scsi: qla2xxx: Fix iIDMA errorQuinn Tran1-2/+2
2018-09-11scsi: qla2xxx: Remove all rports if fabric scan retry failsQuinn Tran1-64/+64
2018-09-11scsi: qla2xxx: Turn off IOCB timeout timer on IOCB completionQuinn Tran1-3/+5
2018-09-11scsi: qla2xxx: Remove redundant check for fcport deletionQuinn Tran1-53/+9
2018-09-11scsi: qla2xxx: Update rscn_rcvd field to more meaningful scan_neededQuinn Tran1-6/+6
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-17/+51
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran1-13/+34
2018-08-02scsi: qla2xxx: Save frame payload size from ICBQuinn Tran1-4/+1
2018-08-02scsi: qla2xxx: Fix login retry countQuinn Tran1-0/+16
2018-07-19scsi: qla2xxx: Fix unintialized List head crashQuinn Tran1-0/+4
2018-07-10scsi: qla2xxx: Fix inconsistent DMA mem alloc/freeQuinn Tran1-14/+26
2018-05-08scsi: qla2xxx: Move GPSC and GFPNID out of session managementQuinn Tran1-9/+1
2018-05-08scsi: qla2xxx: Reduce redundant ADISC command for RSCNsQuinn Tran1-3/+24