summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-2015-63/+154
|\
| * qla2xxx: Disable out-of-order processing by default in firmwareQuinn Tran2017-01-171-6/+0
| * qla2xxx: Fix erroneous invalid handle messageQuinn Tran2017-01-172-1/+5
| * qla2xxx: Reduce exess wait during chip resetQuinn Tran2017-01-171-2/+2
| * qla2xxx: Terminate exchange if corruptedQuinn Tran2017-01-173-5/+43
| * qla2xxx: Fix crash due to null pointer accessQuinn Tran2017-01-171-4/+12
| * qla2xxx: Collect additional information to debug fw dumpQuinn Tran2017-01-171-7/+20
| * qla2xxx: Reset reserved field in firmware options to 0Himanshu Madhani2017-01-171-1/+14
| * qla2xxx: Set tcm_qla2xxx version to automatically track qla2xxx versionHimanshu Madhani2017-01-172-3/+2
| * qla2xxx: Include ATIO queue in firmware dump when in target modeHimanshu Madhani2017-01-171-0/+24
| * qla2xxx: Fix wrong IOCB type assumptionQuinn Tran2017-01-171-7/+1
| * qla2xxx: Avoid that building with W=1 triggers complaints about set-but-not-u...Bart Van Assche2017-01-173-4/+4
| * qla2xxx: Move two arrays from header files to .c filesBart Van Assche2017-01-174-19/+23
| * qla2xxx: Declare an array with file scope staticBart Van Assche2017-01-171-1/+1
| * qla2xxx: Fix indentationBart Van Assche2017-01-171-3/+3
* | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-01-134-85/+26
|\ \ | |/ |/|
| * scsi: qla2xxx: remove irq_affinity_notifierChristoph Hellwig2017-01-112-74/+0
| * scsi: qla2xxx: fix MSI-X vector affinityChristoph Hellwig2017-01-112-5/+12
| * scsi: qla2xxx: Fix apparent cut-n-paste error.Dave Jones2017-01-091-1/+1
| * scsi: qla2xxx: Get mutex lock before checking optrom_stateMilan P. Gandhi2017-01-091-5/+13
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2016-12-2311-408/+1277
|\|
| * scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran2016-12-144-28/+50
| * scsi: qla2xxx: Add Block Multi Queue functionality.Michael Hernandez2016-12-141-5/+42
| * scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez2016-12-1411-335/+1114
| * scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls.Michael Hernandez2016-12-143-57/+36
| * scsi: qla2xxx: Only allow operational MBX to proceed during RESET.himanshu.madhani@cavium.com2016-12-141-0/+52
* | Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-211-0/+1
|\ \ | |/ |/|
| * qla2xxx: Add an #include directiveBart Van Assche2016-12-091-0/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-146-229/+306
|\ \ | |/ |/|
| * scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-171-22/+22
| * scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-176-42/+44
| * scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-171-2/+2
| * scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-171-27/+27
| * scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-171-22/+44
| * scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-174-136/+189
* | scsi: qla2xxx: do not abort all commands in the adapter during EEH recoveryMauricio Faria de Oliveira2016-11-141-8/+13
* | scsi: qla2xxx: fix invalid DMA access after command aborts in PCI device removeMauricio Faria de Oliveira2016-11-081-0/+9
* | scsi: qla2xxx: do not queue commands when unloadingMauricio Faria de Oliveira2016-11-081-0/+5
* | scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during initBill Kuzeja2016-11-011-0/+2
|/
* scsi: qla2xxx: Use struct t10_pi_tupleChristoph Hellwig2016-09-152-11/+1
* scsi: qla2xxx: fix spelling mistake "retyring" -> "retrying"Colin Ian King2016-08-311-3/+3
* qla2xxx: small cleanup in qla2x00_wait_for_hba_ready()Dan Carpenter2016-08-081-6/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-07-281-1/+0
|\
| * scsi/qla2xxx: Remove erroneous unused macro qla82xx_get_temp_val1()Thomas Huth2016-06-211-1/+0
* | qla2xxx: Update driver version to 8.07.00.38-kHimanshu Madhani2016-07-151-1/+1
* | qla2xxx: Fix BBCR offsetSawan Chandak2016-07-151-1/+1
* | qla2xxx: Fix duplicate message id.Sawan Chandak2016-07-153-7/+6
* | qla2xxx: Disable the adapter and skip error recovery in case of register disc...Sawan Chandak2016-07-153-1/+59
* | qla2xxx: Separate ISP type bits out from device type.Joe Carnuccio2016-07-152-24/+26