summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_init.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-278/+453
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran1-43/+186
2018-08-02scsi: qla2xxx: Save frame payload size from ICBQuinn Tran1-3/+3
2018-08-02scsi: qla2xxx: Fix stalled reloginHimanshu Madhani1-1/+1
2018-08-02scsi: qla2xxx: Fix race between switch cmd completion and timeoutQuinn Tran1-19/+56
2018-08-02scsi: qla2xxx: Fix Management Server NPort handle reservation logicQuinn Tran1-0/+28
2018-08-02scsi: qla2xxx: Flush mailbox commands on chip resetQuinn Tran1-1/+20
2018-08-02scsi: qla2xxx: Fix session state stuck in Get Port DBQuinn Tran1-3/+6
2018-08-02scsi: qla2xxx: Fix redundant fc_rport registrationQuinn Tran1-14/+11
2018-08-02scsi: qla2xxx: Prevent sysfs access when chip is downQuinn Tran1-1/+1
2018-08-02scsi: qla2xxx: Fix login retry countQuinn Tran1-18/+5
2018-08-02scsi: qla2xxx: Fix N2N link re-connectQuinn Tran1-77/+150
2018-08-02scsi: qla2xxx: Cleanup for N2N codeHimanshu Madhani1-112/+0
2018-07-20scsi: qla2xxx: Return error when TMF returnsAnil Gurumurthy1-4/+3
2018-07-11scsi: qla2xxx: Fix NULL pointer dereference for fcport searchChuck Anderson1-6/+8
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-4/+6
2018-06-06scsi: qla2xxx: Fix setting lower transfer speed if GPSC failsHimanshu Madhani1-1/+2
2018-05-08scsi: qla2xxx: Prevent relogin loop by removing stale codehimanshu.madhani@cavium.com1-14/+0
2018-05-08scsi: qla2xxx: Remove stale debug value for login_retry flagQuinn Tran1-1/+0
2018-05-08scsi: qla2xxx: Move GPSC and GFPNID out of session managementQuinn Tran1-31/+47
2018-05-08scsi: qla2xxx: Reduce redundant ADISC command for RSCNsQuinn Tran1-0/+6
2018-05-08scsi: qla2xxx: Fix sending ADISC command for loginQuinn Tran1-4/+2
2018-04-10scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings1-14/+23
2018-04-10scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings1-2/+2
2018-04-04Merge branch 'fixes' into miscJames Bottomley1-36/+39
2018-03-22scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scanQuinn Tran1-4/+4
2018-03-22scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSYDarren Trapp1-1/+12
2018-03-22scsi: qla2xxx: Remove nvme_done_listDarren Trapp1-1/+0
2018-03-22scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp1-0/+8
2018-03-22scsi: qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()Darren Trapp1-2/+3
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-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-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