aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-31scsi: qla2xxx: Fix extraneous ref on sp's after adapter breakBill Kuzeja1-2/+6
2017-05-24scsi: qla2xxx: Fix crash due to NULL pointer dereference of ctxJoe Carnuccio3-33/+31
2017-05-24scsi: qla2xxx: Fix mailbox pointer error in fwdump captureJoe Carnuccio1-2/+2
2017-05-24scsi: qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBCJoe Carnuccio2-6/+7
2017-05-24scsi: qla2xxx: Modify T262 FW dump template to specify same start/end to debug customer issuesJoe Carnuccio1-1/+1
2017-05-24scsi: qla2xxx: Fix crash due to mismatch mumber of Q-pair creation for Multi queueSawan Chandak2-1/+5
2017-05-24scsi: qla2xxx: Fix NULL pointer access due to redundant fc_host_port_name callQuinn Tran1-9/+0
2017-05-24scsi: qla2xxx: Fix recursive loop during target mode configuration for ISP25XX leaving system unresponsivehimanshu.madhani@cavium.com1-1/+1
2017-05-24scsi: qla2xxx: don't disable a not previously enabled PCI deviceJohannes Thumshirn1-4/+4
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-13/+7
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-3/+3
2017-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+6
2017-04-12Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley1-1/+6
2017-04-11scsi: qla2xxx: remove some redundant pointer assignmentsColin Ian King1-6/+0
2017-04-07scsi: qla2xxx: Add fix to read correct register value for ISP82xx.Sawan Chandak1-1/+6
2017-04-04scsi: qla2xxx: Fix typo in driverMilan P Gandhi5-7/+7
2017-04-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2017-03-29Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley1-1/+2
2017-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds16-432/+1077
2017-03-18qla2xxx: Update driver version to 9.00.00.00-kHimanshu Madhani1-3/+3
2017-03-18qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran6-20/+81
2017-03-18qla2xxx: Change scsi host lookup method.Quinn Tran7-40/+100
2017-03-18qla2xxx: Add DebugFS node to display Port DatabaseHimanshu Madhani2-4/+90
2017-03-18qla2xxx: Use IOCB interface to submit non-critical MBX.Quinn Tran6-65/+279
2017-03-18qla2xxx: Add async new target notificationQuinn Tran2-3/+4
2017-03-18qla2xxx: Export DIF stats via debugfsAnil Gurumurthy2-0/+27
2017-03-18qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran7-251/+406
2017-03-18qla2xxx: Allow relogin to proceed if remote login did not finishQuinn Tran4-8/+32
2017-03-18qla2xxx: Fix sess_lock & hardware_lock lock order problem.Quinn Tran1-23/+18
2017-03-18qla2xxx: Fix inadequate lock protection for ABTS.Quinn Tran1-2/+10
2017-03-18qla2xxx: Fix request queue corruption.Quinn Tran1-3/+9
2017-03-18qla2xxx: Fix memory leak for abts processingQuinn Tran1-0/+2
2017-03-18qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio5-10/+16
2017-03-15scsi: qla2xxx: Fix crash in qla2xxx_eh_abort on bad ptrBill Kuzeja1-1/+2
2017-03-07Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley1-8/+4
2017-03-06scsi: qla2xxx: Fix ql_dump_bufferJoe Perches1-8/+4
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-13/+12
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds18-2525/+4298
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-5/+5
2017-02-23scsi: qla2xxx: fix spelling mistake: "seperator" -> "separator"Colin Ian King1-1/+1
2017-02-22scsi: qla2xxx: Fix Regression introduced by pci_alloc_irq_vectors_affinity call.Michael Hernandez1-2/+5
2017-02-22scsi: qla2xxx: Fix response queue count for Target mode.Michael Hernandez1-1/+2
2017-02-22scsi: qla2xxx: Cleaned up queue configuration code.Michael Hernandez1-9/+4
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-10/+11
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+6
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-02-18qla2xxx: Fix a warning reported by the "smatch" static checkerQuinn Tran1-1/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe3-4/+6
2017-02-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+3