aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings1-14/+23
2018-04-09scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings1-2/+2
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-36/+39
2018-03-21scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scanQuinn Tran1-4/+4
2018-03-21scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSYDarren Trapp1-1/+12
2018-03-21scsi: qla2xxx: Remove nvme_done_listDarren Trapp1-1/+0
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp1-0/+8
2018-03-21scsi: qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()Darren Trapp1-2/+3
2018-03-12scsi: qla2xxx: Remove FC_NO_LOOP_ID for FCP and FC-NVMe DiscoveryHimanshu Madhani1-1/+0
2018-03-01scsi: qla2xxx: Fix FC-NVMe LUN discoveryDarren Trapp1-1/+7
2018-03-01scsi: qla2xxx: ensure async flags are reset correctlyHannes Reinecke1-3/+10
2018-03-01scsi: qla2xxx: do not check login_state if no loop id is assignedHannes Reinecke1-2/+3
2018-03-01scsi: qla2xxx: Fixup locking for session deletionHannes Reinecke1-9/+15
2018-03-01scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTShimanshu.madhani@cavium.com1-0/+1
2018-02-13scsi: qla2xxx: Fix double free bug after firmware timeoutQuinn Tran1-20/+3
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche1-16/+17
2018-02-12scsi: qla2xxx: Use %p for printing pointersBart Van Assche1-2/+2
2018-01-22scsi: qla2xxx: Fix queue ID for async abort with MultiqueueDarren Trapp1-0/+10
2018-01-17scsi: qla2xxx: Fix warning for code intentation in __qla24xx_handle_gpdb_event()himanshu.madhani@cavium.com1-1/+1
2018-01-17scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()himanshu.madhani@cavium.com1-0/+4
2018-01-03scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran1-6/+3
2018-01-03scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()Quinn Tran1-5/+5
2018-01-03scsi: qla2xxx: Prevent relogin trigger from sending too many commandsQuinn Tran1-5/+9
2018-01-03scsi: qla2xxx: Prevent multiple active discovery commands per sessionQuinn Tran1-15/+15
2018-01-03scsi: qla2xxx: Delay loop id allocation at loginQuinn Tran1-29/+35
2018-01-03scsi: qla2xxx: Allow relogin and session creation after resethimanshu.madhani@cavium.com1-1/+0
2018-01-03scsi: qla2xxx: Add ability to use GPNFT/GNNFT for RSCN handlingQuinn Tran1-30/+35
2018-01-03scsi: qla2xxx: Properly extract ADISC error codesQuinn Tran1-8/+16
2018-01-03scsi: qla2xxx: Fix GPNFT/GNNFT error handlingQuinn Tran1-4/+4
2018-01-03scsi: qla2xxx: Fix login state machine freezeQuinn Tran1-6/+0
2018-01-03scsi: qla2xxx: Add lock protection around host lookupQuinn Tran1-0/+3
2018-01-03scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran1-102/+206
2018-01-03scsi: qla2xxx: Fix session cleanup for N2NQuinn Tran1-49/+102
2018-01-03scsi: qla2xxx: Allow target mode to accept PRLI in dual modeQuinn Tran1-0/+5
2018-01-03scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled.Giridhar Malavali1-1/+2
2018-01-03scsi: qla2xxx: Add ability to send PRLOQuinn Tran1-0/+59
2018-01-03scsi: qla2xxx: Add option for use reserve exch for ELSQuinn Tran1-0/+6
2018-01-03scsi: qla2xxx: Move work element processing out of DPC threadQuinn Tran1-0/+1
2018-01-03scsi: qla2xxx: Replace GPDB with async ADISC commandQuinn Tran1-30/+35
2018-01-03scsi: qla2xxx: Fix Firmware dump size for Extended login and Exchange OffloadQuinn Tran1-99/+110
2018-01-03scsi: qla2xxx: Use IOCB path to submit Control VP MBX commandQuinn Tran1-0/+1
2018-01-03scsi: qla2xxx: Fix NULL pointer access for fcport structureQuinn Tran1-4/+9
2017-12-07scsi: qla2xxx: Fix memory leak in dual/target modehimanshu.madhani@cavium.com1-3/+1
2017-12-07scsi: qla2xxx: Defer processing of GS IOCB callsGiridhar Malavali1-2/+2
2017-12-07scsi: qla2xxx: Relogin to target port on a cable swapQuinn Tran1-2/+4
2017-12-07scsi: qla2xxx: Fix login state machine stuck at GPDBQuinn Tran1-1/+10
2017-12-07scsi: qla2xxx: Fix re-login for Nport Handle in useQuinn Tran1-4/+40
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+133
2017-11-08scsi: qla2xxx: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-10-16scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMeHimanshu Madhani1-1/+1