summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_init.c
AgeCommit message (Expand)Author
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-05scsi: qla2xxx: Fix setting lower transfer speed if GPSC failsHimanshu Madhani
2018-05-08scsi: qla2xxx: Prevent relogin loop by removing stale codehimanshu.madhani@cavium.com
2018-05-08scsi: qla2xxx: Remove stale debug value for login_retry flagQuinn Tran
2018-05-08scsi: qla2xxx: Move GPSC and GFPNID out of session managementQuinn Tran
2018-05-08scsi: qla2xxx: Reduce redundant ADISC command for RSCNsQuinn Tran
2018-05-08scsi: qla2xxx: Fix sending ADISC command for loginQuinn Tran
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings
2018-04-09scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings
2018-04-03Merge branch 'fixes' into miscJames Bottomley
2018-03-21scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scanQuinn Tran
2018-03-21scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSYDarren Trapp
2018-03-21scsi: qla2xxx: Remove nvme_done_listDarren Trapp
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp
2018-03-21scsi: qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()Darren Trapp
2018-03-12scsi: qla2xxx: Remove FC_NO_LOOP_ID for FCP and FC-NVMe DiscoveryHimanshu Madhani
2018-03-01scsi: qla2xxx: Fix FC-NVMe LUN discoveryDarren Trapp
2018-03-01scsi: qla2xxx: ensure async flags are reset correctlyHannes Reinecke
2018-03-01scsi: qla2xxx: do not check login_state if no loop id is assignedHannes Reinecke
2018-03-01scsi: qla2xxx: Fixup locking for session deletionHannes Reinecke
2018-03-01scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTShimanshu.madhani@cavium.com
2018-02-13scsi: qla2xxx: Fix double free bug after firmware timeoutQuinn Tran
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche
2018-02-12scsi: qla2xxx: Use %p for printing pointersBart Van Assche
2018-01-22scsi: qla2xxx: Fix queue ID for async abort with MultiqueueDarren Trapp
2018-01-17scsi: qla2xxx: Fix warning for code intentation in __qla24xx_handle_gpdb_event()himanshu.madhani@cavium.com
2018-01-17scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()himanshu.madhani@cavium.com
2018-01-03scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran
2018-01-03scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()Quinn Tran
2018-01-03scsi: qla2xxx: Prevent relogin trigger from sending too many commandsQuinn Tran
2018-01-03scsi: qla2xxx: Prevent multiple active discovery commands per sessionQuinn Tran
2018-01-03scsi: qla2xxx: Delay loop id allocation at loginQuinn Tran
2018-01-03scsi: qla2xxx: Allow relogin and session creation after resethimanshu.madhani@cavium.com
2018-01-03scsi: qla2xxx: Add ability to use GPNFT/GNNFT for RSCN handlingQuinn Tran
2018-01-03scsi: qla2xxx: Properly extract ADISC error codesQuinn Tran
2018-01-03scsi: qla2xxx: Fix GPNFT/GNNFT error handlingQuinn Tran
2018-01-03scsi: qla2xxx: Fix login state machine freezeQuinn Tran
2018-01-03scsi: qla2xxx: Add lock protection around host lookupQuinn Tran
2018-01-03scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran
2018-01-03scsi: qla2xxx: Fix session cleanup for N2NQuinn Tran
2018-01-03scsi: qla2xxx: Allow target mode to accept PRLI in dual modeQuinn Tran
2018-01-03scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled.Giridhar Malavali
2018-01-03scsi: qla2xxx: Add ability to send PRLOQuinn Tran
2018-01-03scsi: qla2xxx: Add option for use reserve exch for ELSQuinn Tran
2018-01-03scsi: qla2xxx: Move work element processing out of DPC threadQuinn Tran
2018-01-03scsi: qla2xxx: Replace GPDB with async ADISC commandQuinn Tran
2018-01-03scsi: qla2xxx: Fix Firmware dump size for Extended login and Exchange OffloadQuinn Tran
2018-01-03scsi: qla2xxx: Use IOCB path to submit Control VP MBX commandQuinn Tran
2018-01-03scsi: qla2xxx: Fix NULL pointer access for fcport structureQuinn Tran