summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_init.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-13scsi: qla2xxx: Remove FC_NO_LOOP_ID for FCP and FC-NVMe DiscoveryHimanshu Madhani1-1/+0
2018-03-02scsi: qla2xxx: Fix FC-NVMe LUN discoveryDarren Trapp1-1/+7
2018-03-02scsi: qla2xxx: ensure async flags are reset correctlyHannes Reinecke1-3/+10
2018-03-02scsi: qla2xxx: do not check login_state if no loop id is assignedHannes Reinecke1-2/+3
2018-03-02scsi: qla2xxx: Fixup locking for session deletionHannes Reinecke1-9/+15
2018-03-02scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTShimanshu.madhani@cavium.com1-0/+1
2018-02-14scsi: qla2xxx: Fix double free bug after firmware timeoutQuinn Tran1-20/+3
2018-01-23scsi: 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-04scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran1-6/+3
2018-01-04scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()Quinn Tran1-5/+5
2018-01-04scsi: qla2xxx: Prevent relogin trigger from sending too many commandsQuinn Tran1-5/+9
2018-01-04scsi: qla2xxx: Prevent multiple active discovery commands per sessionQuinn Tran1-15/+15
2018-01-04scsi: qla2xxx: Delay loop id allocation at loginQuinn Tran1-29/+35
2018-01-04scsi: qla2xxx: Allow relogin and session creation after resethimanshu.madhani@cavium.com1-1/+0
2018-01-04scsi: qla2xxx: Add ability to use GPNFT/GNNFT for RSCN handlingQuinn Tran1-30/+35
2018-01-04scsi: qla2xxx: Properly extract ADISC error codesQuinn Tran1-8/+16
2018-01-04scsi: qla2xxx: Fix GPNFT/GNNFT error handlingQuinn Tran1-4/+4
2018-01-04scsi: qla2xxx: Fix login state machine freezeQuinn Tran1-6/+0
2018-01-04scsi: qla2xxx: Add lock protection around host lookupQuinn Tran1-0/+3
2018-01-04scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran1-102/+206
2018-01-04scsi: qla2xxx: Fix session cleanup for N2NQuinn Tran1-49/+102
2018-01-04scsi: qla2xxx: Allow target mode to accept PRLI in dual modeQuinn Tran1-0/+5
2018-01-04scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled.Giridhar Malavali1-1/+2
2018-01-04scsi: qla2xxx: Add ability to send PRLOQuinn Tran1-0/+59
2018-01-04scsi: qla2xxx: Add option for use reserve exch for ELSQuinn Tran1-0/+6
2018-01-04scsi: qla2xxx: Move work element processing out of DPC threadQuinn Tran1-0/+1
2018-01-04scsi: qla2xxx: Replace GPDB with async ADISC commandQuinn Tran1-30/+35
2018-01-04scsi: qla2xxx: Fix Firmware dump size for Extended login and Exchange OffloadQuinn Tran1-99/+110
2018-01-04scsi: qla2xxx: Use IOCB path to submit Control VP MBX commandQuinn Tran1-0/+1
2018-01-04scsi: qla2xxx: Fix NULL pointer access for fcport structureQuinn Tran1-4/+9
2017-12-08scsi: qla2xxx: Fix memory leak in dual/target modehimanshu.madhani@cavium.com1-3/+1
2017-12-08scsi: qla2xxx: Defer processing of GS IOCB callsGiridhar Malavali1-2/+2
2017-12-08scsi: qla2xxx: Relogin to target port on a cable swapQuinn Tran1-2/+4
2017-12-08scsi: qla2xxx: Fix login state machine stuck at GPDBQuinn Tran1-1/+10
2017-12-08scsi: qla2xxx: Fix re-login for Nport Handle in useQuinn Tran1-4/+40
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+133
2017-11-09scsi: qla2xxx: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-10-17scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMeHimanshu Madhani1-1/+1
2017-10-17scsi: qla2xxx: Changes to support N2N loginsDuane Grigsby1-4/+131
2017-09-26scsi: qla2xxx: Cocci spatch "pool_zalloc-simple"Thomas Meyer1-2/+1
2017-08-31scsi: qla2xxx: Reset the logo flag, after target re-login.Quinn Tran1-0/+1
2017-08-31scsi: qla2xxx: Clear fc4f_nvme flagDarren Trap1-0/+1
2017-08-25scsi: qla2xxx: Recheck session state after RSCNQuinn Tran1-3/+1
2017-08-25scsi: qla2xxx: Allow SNS fabric login to be retriedJoe Carnuccio1-13/+5
2017-08-25scsi: qla2xxx: Prevent sp->free null/uninitialized pointer dereference.Joe Carnuccio1-6/+6
2017-08-25scsi: qla2xxx: Add ability to autodetect SFP typeQuinn Tran1-0/+143
2017-08-25scsi: qla2xxx: Fix NPIV host enable after chip resetQuinn Tran1-1/+1
2017-08-25scsi: qla2xxx: Add command completion for error pathDuane Grigsby1-0/+1