aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08qla2xxx: Remove SRR codeHimanshu Madhani2-662/+0
2017-02-08qla2xxx: Make trace flags more readableQuinn Tran3-67/+59
2017-02-08qla2xxx: Cleanup TMF code translation from qla_targetQuinn Tran3-72/+49
2017-02-08qla2xxx: Remove direct access of scsi_status field in se_cmdQuinn Tran2-1/+2
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2017-02-03Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2-2/+3
2017-01-31scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crashMauricio Faria de Oliveira1-1/+1
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig3-4/+6
2017-01-24scsi: qla2xxx: Fix a recently introduced memory leakBart Van Assche1-1/+2
2017-01-20Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds15-63/+154
2017-01-17qla2xxx: Disable out-of-order processing by default in firmwareQuinn Tran1-6/+0
2017-01-17qla2xxx: Fix erroneous invalid handle messageQuinn Tran2-1/+5
2017-01-17qla2xxx: Reduce exess wait during chip resetQuinn Tran1-2/+2
2017-01-17qla2xxx: Terminate exchange if corruptedQuinn Tran3-5/+43
2017-01-17qla2xxx: Fix crash due to null pointer accessQuinn Tran1-4/+12
2017-01-17qla2xxx: Collect additional information to debug fw dumpQuinn Tran1-7/+20
2017-01-17qla2xxx: Reset reserved field in firmware options to 0Himanshu Madhani1-1/+14
2017-01-17qla2xxx: Set tcm_qla2xxx version to automatically track qla2xxx versionHimanshu Madhani2-3/+2
2017-01-17qla2xxx: Include ATIO queue in firmware dump when in target modeHimanshu Madhani1-0/+24
2017-01-17qla2xxx: Fix wrong IOCB type assumptionQuinn Tran1-7/+1
2017-01-17qla2xxx: Avoid that building with W=1 triggers complaints about set-but-not-used variablesBart Van Assche3-4/+4
2017-01-17qla2xxx: Move two arrays from header files to .c filesBart Van Assche4-19/+23
2017-01-17qla2xxx: Declare an array with file scope staticBart Van Assche1-1/+1
2017-01-17qla2xxx: Fix indentationBart Van Assche1-3/+3
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+2
2017-01-13Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley4-85/+26
2017-01-11scsi: qla2xxx: remove irq_affinity_notifierChristoph Hellwig2-74/+0
2017-01-11scsi: qla2xxx: fix MSI-X vector affinityChristoph Hellwig2-5/+12
2017-01-09scsi: qla2xxx: rename {vendor|hba}_indentifer to {vendor|hba}_identiferColin Ian King2-5/+5
2017-01-09scsi: qla2xxx: Fix apparent cut-n-paste error.Dave Jones1-1/+1
2017-01-09scsi: qla2xxx: make msix_entries constNicolas Iooss1-3/+3
2017-01-09scsi: qla2xxx: silence -Wformat-security warningNicolas Iooss1-2/+2
2017-01-09scsi: qla2xxx: Get mutex lock before checking optrom_stateMilan P. Gandhi1-5/+13
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-23Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds11-408/+1277
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds1-0/+1
2016-12-14scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran4-28/+50
2016-12-14scsi: qla2xxx: Add Block Multi Queue functionality.Michael Hernandez1-5/+42
2016-12-14scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez11-335/+1114
2016-12-14scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls.Michael Hernandez3-57/+36
2016-12-14scsi: qla2xxx: Only allow operational MBX to proceed during RESET.himanshu.madhani@cavium.com1-0/+52
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-229/+306
2016-12-09qla2xxx: Add an #include directiveBart Van Assche1-0/+1
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn1-22/+22
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn6-42/+44
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn1-2/+2
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-27/+27
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn1-22/+44
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn4-136/+189
2016-11-14scsi: qla2xxx: do not abort all commands in the adapter during EEH recoveryMauricio Faria de Oliveira1-8/+13