aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-21scsi: qla2xxx: Update driver version to 10.00.00.06-khimanshu.madhani@cavium.com1-1/+1
2018-03-21scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scanQuinn Tran5-71/+229
2018-03-21scsi: qla2xxx: Cleanup code to improve FC-NVMe error handlingDarren Trapp2-51/+29
2018-03-21scsi: qla2xxx: Fix FC-NVMe IO abort during driver resetDarren Trapp3-7/+14
2018-03-21scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSYDarren Trapp3-4/+18
2018-03-21scsi: qla2xxx: Remove nvme_done_listDarren Trapp6-22/+2
2018-03-21scsi: qla2xxx: Return busy if rport going awayDarren Trapp3-12/+24
2018-03-21scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB changeDarren Trapp3-5/+3
2018-03-21scsi: qla2xxx: Add FC-NVMe abort processingDarren Trapp2-18/+19
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp7-90/+87
2018-03-21scsi: qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote()Darren Trapp1-2/+3
2018-03-21scsi: qla2xxx: Remove unneeded message and minor cleanup for FC-NVMehimanshu.madhani@cavium.com1-8/+3
2018-03-21scsi: qla2xxx: Restore ZIO threshold settingDarren Trapp1-5/+0
2018-03-21scsi: qla2xxx: fix spelling mistake: "existant" -> "existent"Colin Ian King1-1/+1
2018-02-22scsi: qla2xxx: Use dma_pool_zalloc()Souptick Joarder3-16/+4
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche12-104/+125
2018-02-12scsi: qla2xxx: Remove unused symbolsBart Van Assche1-4/+0
2018-02-12scsi: qla2xxx: Use %p for printing pointersBart Van Assche1-2/+2
2018-01-22scsi: qla2xxx: Fix logo flag for qlt_free_session_done()Himanshu Madhani1-0/+1
2018-01-22scsi: qla2xxx: Update driver version to 10.00.00.05-khimanshu.madhani@cavium.com1-1/+1
2018-01-22scsi: qla2xxx: Add XCB counters to debugfsAnil Gurumurthy1-0/+9
2018-01-22scsi: qla2xxx: Fix queue ID for async abort with MultiqueueDarren Trapp3-2/+15
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 during port_name debug printhimanshu.madhani@cavium.com1-1/+1
2018-01-17scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()himanshu.madhani@cavium.com1-0/+4
2018-01-17scsi: qla2xxx: Fix recursion while sending terminate exchangehimanshu.madhani@cavium.com1-1/+1
2018-01-17scsi: qla2xxx: Fix NULL pointer crash due to probe failurehimanshu.madhani@cavium.com1-4/+4
2018-01-10scsi: qla2xxx: remove redundant assignment of dColin Ian King1-1/+1
2018-01-04scsi: qla2xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha3-13/+6
2018-01-03scsi: qla2xxx: Update driver version to 10.00.00.04-khimanshu.madhani@cavium.com1-1/+1
2018-01-03scsi: qla2xxx: Serialize session free in qlt_free_session_doneQuinn Tran2-0/+14
2018-01-03scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran7-36/+28
2018-01-03scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()Quinn Tran3-15/+13
2018-01-03scsi: qla2xxx: Prevent relogin trigger from sending too many commandsQuinn Tran4-8/+17
2018-01-03scsi: qla2xxx: Prevent multiple active discovery commands per sessionQuinn Tran2-32/+32
2018-01-03scsi: qla2xxx: Add retry limit for fabric scan logicQuinn Tran3-12/+23
2018-01-03scsi: qla2xxx: Delay loop id allocation at loginQuinn Tran1-29/+35
2018-01-03scsi: qla2xxx: Increase verbosity of debug messages loggedQuinn Tran1-4/+4
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 Tran5-60/+113
2018-01-03scsi: qla2xxx: Properly extract ADISC error codesQuinn Tran1-8/+16
2018-01-03scsi: qla2xxx: Fix GPNFT/GNNFT error handlingQuinn Tran2-4/+19
2018-01-03scsi: qla2xxx: Remove session creation redundant codeQuinn Tran1-117/+5
2018-01-03scsi: qla2xxx: Migrate switch registration commands away from mailbox interfaceQuinn Tran6-144/+347
2018-01-03scsi: qla2xxx: Fix login state machine freezeQuinn Tran1-6/+0
2018-01-03scsi: qla2xxx: Reduce trace noise for Async EventsQuinn Tran1-2/+9
2018-01-03scsi: qla2xxx: Reduce the use of terminate exchangeQuinn Tran1-66/+74
2018-01-03scsi: qla2xxx: Add lock protection around host lookupQuinn Tran3-10/+8
2018-01-03scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran9-121/+1103
2018-01-03scsi: qla2xxx: Use known NPort ID for Management Server loginhimanshu.madhani@cavium.com3-4/+4