summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Return error when TMF returnsAnil Gurumurthy2018-07-201-4/+3
* scsi: qla2xxx: Fix NULL pointer dereference for fcport searchChuck Anderson2018-07-111-6/+8
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-06-141-1/+2
|\
| * scsi: qla2xxx: Fix setting lower transfer speed if GPSC failsHimanshu Madhani2018-06-061-1/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-4/+6
* | scsi: qla2xxx: Prevent relogin loop by removing stale codehimanshu.madhani@cavium.com2018-05-081-14/+0
* | scsi: qla2xxx: Remove stale debug value for login_retry flagQuinn Tran2018-05-081-1/+0
* | scsi: qla2xxx: Move GPSC and GFPNID out of session managementQuinn Tran2018-05-081-31/+47
* | scsi: qla2xxx: Reduce redundant ADISC command for RSCNsQuinn Tran2018-05-081-0/+6
* | scsi: qla2xxx: Fix sending ADISC command for loginQuinn Tran2018-05-081-4/+2
|/
* scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings2018-04-101-14/+23
* scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings2018-04-101-2/+2
* Merge branch 'fixes' into miscJames Bottomley2018-04-041-36/+39
|\
| * scsi: qla2xxx: Remove FC_NO_LOOP_ID for FCP and FC-NVMe DiscoveryHimanshu Madhani2018-03-131-1/+0
| * scsi: qla2xxx: Fix FC-NVMe LUN discoveryDarren Trapp2018-03-021-1/+7
| * scsi: qla2xxx: ensure async flags are reset correctlyHannes Reinecke2018-03-021-3/+10
| * scsi: qla2xxx: do not check login_state if no loop id is assignedHannes Reinecke2018-03-021-2/+3
| * scsi: qla2xxx: Fixup locking for session deletionHannes Reinecke2018-03-021-9/+15
| * scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTShimanshu.madhani@cavium.com2018-03-021-0/+1
| * scsi: qla2xxx: Fix double free bug after firmware timeoutQuinn Tran2018-02-141-20/+3
* | scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scanQuinn Tran2018-03-211-4/+4
* | scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSYDarren Trapp2018-03-211-1/+12
* | scsi: qla2xxx: Remove nvme_done_listDarren Trapp2018-03-211-1/+0
* | scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp2018-03-211-0/+8
* | scsi: qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()Darren Trapp2018-03-211-2/+3
* | scsi: qla2xxx: Fix function argument descriptionsBart Van Assche2018-02-121-16/+17
* | scsi: qla2xxx: Use %p for printing pointersBart Van Assche2018-02-121-2/+2
|/
* scsi: qla2xxx: Fix queue ID for async abort with MultiqueueDarren Trapp2018-01-231-0/+10
* scsi: qla2xxx: Fix warning for code intentation in __qla24xx_handle_gpdb_event()himanshu.madhani@cavium.com2018-01-171-1/+1
* scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()himanshu.madhani@cavium.com2018-01-171-0/+4
* scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran2018-01-041-6/+3
* scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()Quinn Tran2018-01-041-5/+5
* scsi: qla2xxx: Prevent relogin trigger from sending too many commandsQuinn Tran2018-01-041-5/+9
* scsi: qla2xxx: Prevent multiple active discovery commands per sessionQuinn Tran2018-01-041-15/+15
* scsi: qla2xxx: Delay loop id allocation at loginQuinn Tran2018-01-041-29/+35
* scsi: qla2xxx: Allow relogin and session creation after resethimanshu.madhani@cavium.com2018-01-041-1/+0
* scsi: qla2xxx: Add ability to use GPNFT/GNNFT for RSCN handlingQuinn Tran2018-01-041-30/+35
* scsi: qla2xxx: Properly extract ADISC error codesQuinn Tran2018-01-041-8/+16
* scsi: qla2xxx: Fix GPNFT/GNNFT error handlingQuinn Tran2018-01-041-4/+4
* scsi: qla2xxx: Fix login state machine freezeQuinn Tran2018-01-041-6/+0
* scsi: qla2xxx: Add lock protection around host lookupQuinn Tran2018-01-041-0/+3
* scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran2018-01-041-102/+206
* scsi: qla2xxx: Fix session cleanup for N2NQuinn Tran2018-01-041-49/+102
* scsi: qla2xxx: Allow target mode to accept PRLI in dual modeQuinn Tran2018-01-041-0/+5
* scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled.Giridhar Malavali2018-01-041-1/+2
* scsi: qla2xxx: Add ability to send PRLOQuinn Tran2018-01-041-0/+59
* scsi: qla2xxx: Add option for use reserve exch for ELSQuinn Tran2018-01-041-0/+6
* scsi: qla2xxx: Move work element processing out of DPC threadQuinn Tran2018-01-041-0/+1
* scsi: qla2xxx: Replace GPDB with async ADISC commandQuinn Tran2018-01-041-30/+35
* scsi: qla2xxx: Fix Firmware dump size for Extended login and Exchange OffloadQuinn Tran2018-01-041-99/+110