aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_gs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-08scsi: qla2xxx: Delete session for nport id changeQuinn Tran1-1/+3
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings1-5/+7
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-0/+2
2018-03-21scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scanQuinn Tran1-64/+208
2018-03-01scsi: qla2xxx: Fix FC-NVMe LUN discoveryDarren Trapp1-0/+3
2018-03-01scsi: qla2xxx: ensure async flags are reset correctlyHannes Reinecke1-0/+2
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche1-40/+38
2018-01-10scsi: qla2xxx: remove redundant assignment of dColin Ian King1-1/+1
2018-01-03scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran1-8/+6
2018-01-03scsi: qla2xxx: Prevent relogin trigger from sending too many commandsQuinn Tran1-2/+4
2018-01-03scsi: qla2xxx: Prevent multiple active discovery commands per sessionQuinn Tran1-17/+17
2018-01-03scsi: qla2xxx: Add retry limit for fabric scan logicQuinn Tran1-12/+20
2018-01-03scsi: qla2xxx: Add ability to use GPNFT/GNNFT for RSCN handlingQuinn Tran1-30/+69
2018-01-03scsi: qla2xxx: Fix GPNFT/GNNFT error handlingQuinn Tran1-0/+15
2018-01-03scsi: qla2xxx: Migrate switch registration commands away from mailbox interfaceQuinn Tran1-134/+316
2018-01-03scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran1-2/+709
2018-01-03scsi: qla2xxx: Replace GPDB with async ADISC commandQuinn Tran1-7/+13
2017-12-11scsi: qla2xxx: Suppress gcc 7 fall-through warningsBart Van Assche1-1/+1
2017-12-07scsi: qla2xxx: Relogin to target port on a cable swapQuinn Tran1-36/+130
2017-12-07scsi: qla2xxx: Serialize GPNID for multiple RSCNQuinn Tran1-5/+30
2017-12-07scsi: qla2xxx: Retry switch command on time outQuinn Tran1-8/+26
2017-12-07scsi: qla2xxx: Fix re-login for Nport Handle in useQuinn Tran1-5/+11
2017-12-07scsi: qla2xxx: Fix gpnid error processingQuinn Tran1-0/+5
2017-08-24scsi: qla2xxx: Recheck session state after RSCNQuinn Tran1-5/+11
2017-08-24scsi: qla2xxx: Use fabric name for Get Port Speed commandQuinn Tran1-1/+1
2017-06-27scsi: qla2xxx: Use FC-NVMe FC4 type for FDMI registrationDuane Grigsby1-0/+16
2017-06-27scsi: qla2xxx: Send FC4 type NVMe to the management serverDuane Grigsby1-2/+116
2017-06-12scsi: qla2xxx: Cleanup debug message IDsQuinn Tran1-51/+49