summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-30scsi: qla2xxx: Fix memory corruption during hba reset testQuinn Tran1-0/+2
2018-01-17scsi: qla2xxx: Fix NULL pointer crash due to probe failurehimanshu.madhani@cavium.com1-4/+4
2018-01-03scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran1-3/+2
2018-01-03scsi: qla2xxx: Prevent relogin trigger from sending too many commandsQuinn Tran1-1/+3
2018-01-03scsi: qla2xxx: Add ability to use GPNFT/GNNFT for RSCN handlingQuinn Tran1-0/+1
2018-01-03scsi: qla2xxx: Migrate switch registration commands away from mailbox interfaceQuinn Tran1-2/+18
2018-01-03scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran1-3/+44
2018-01-03scsi: qla2xxx: Use known NPort ID for Management Server loginhimanshu.madhani@cavium.com1-1/+1
2018-01-03scsi: qla2xxx: Fix session cleanup for N2NQuinn Tran1-7/+34
2018-01-03scsi: qla2xxx: Add ability to send PRLOQuinn Tran1-0/+9
2018-01-03scsi: qla2xxx: Add option for use reserve exch for ELSQuinn Tran1-0/+6
2018-01-03scsi: qla2xxx: Move work element processing out of DPC threadQuinn Tran1-18/+58
2018-01-03scsi: qla2xxx: Chip reset uses wrong lock during IO flush.Quinn Tran1-74/+84
2018-01-03scsi: qla2xxx: Add boundary checks for exchanges to be offloadedQuinn Tran1-9/+30
2018-01-03scsi: qla2xxx: Use chip reset to bring down laser on unload.Quinn Tran1-35/+17
2017-12-07scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unrefQuinn Tran1-5/+5
2017-12-07scsi: qla2xxx: Fix Relogin being triggered too fastQuinn Tran1-8/+14
2017-12-07scsi: qla2xxx: Relogin to target port on a cable swapQuinn Tran1-3/+32
2017-12-07scsi: qla2xxx: Serialize GPNID for multiple RSCNQuinn Tran1-0/+1
2017-12-07scsi: qla2xxx: Skip IRQ affinity for Target QPairsQuinn Tran1-1/+6
2017-12-07scsi: qla2xxx: Move session delete to driver work queueQuinn Tran1-1/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+29
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+5
2017-11-08scsi: qla2xxx: Convert timers to use timer_setup()Kees Cook1-6/+5
2017-11-06scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()Bart Van Assche1-1/+1
2017-10-31scsi: qla2xxx: Fix oops in qla2x00_probe_one error pathDouglas Miller1-0/+1
2017-10-16scsi: qla2xxx: Initialize Work element before requesting IRQsHimanshu Madhani1-2/+2
2017-10-16scsi: qla2xxx: Query FC4 type during RSCN processingGiridhar Malavali1-1/+1
2017-10-16scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMeHimanshu Madhani1-9/+18
2017-10-16scsi: qla2xxx: Reinstate module parameter ql2xenablemsixHimanshu Madhani1-0/+9
2017-10-11scsi: qla2xxx: Fix uninitialized work elementQuinn Tran1-1/+2
2017-08-30scsi: qla2xxx: Fix slow mem alloc behind lockQuinn Tran1-1/+32
2017-08-24scsi: qla2xxx: Do not call abort handler function during chip resetSawan Chandak1-0/+2
2017-08-24scsi: qla2xxx: Increase ql2xmaxqdepth to 64Michael Hernandez1-2/+2
2017-08-24scsi: qla2xxx: Enable Async TMF processinghimanshu.madhani@cavium.com1-1/+1
2017-08-24scsi: qla2xxx: Add timeout ability to wait_for_sess_deletion().Joe Carnuccio1-1/+1
2017-08-24scsi: qla2xxx: Move logging default mask to execute once only.Joe Carnuccio1-0/+2
2017-08-24scsi: qla2xxx: Use sp->free instead of hard coded call.Joe Carnuccio1-4/+4
2017-08-24scsi: qla2xxx: Add ability to autodetect SFP typeQuinn Tran1-1/+35
2017-08-24scsi: qla2xxx: Change ha->wq max_active value to defaultQuinn Tran1-1/+1
2017-08-24scsi: qla2xxx: Handle PCIe error for driverSawan Chandak1-4/+28
2017-08-24scsi: qla2xxx: Add command completion for error pathDuane Grigsby1-0/+1
2017-08-07scsi: qla2xxx: Added change to enable ZIO for FC-NVMe devicesDuane Grigsby1-5/+20
2017-08-07scsi: qla2xxx: Cleanup FC-NVMe codehimanshu.madhani@cavium.com1-3/+3
2017-06-27scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registrationDuane Grigsby1-7/+33
2017-06-27scsi: qla2xxx: Add FC-NVMe command handlingDuane Grigsby1-2/+16
2017-06-27scsi: qla2xxx: Add FC-NVMe port discovery and PRLI handlingDuane Grigsby1-0/+4
2017-06-27scsi: qla2xxx: Include Exchange offload/Extended Login into FW dumpQuinn Tran1-3/+0
2017-06-27scsi: qla2xxx: Add function call to qpair for door bellQuinn Tran1-12/+23
2017-06-27scsi: qla2xxx: use shadow register for ISP27XXQuinn Tran1-0/+1