summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-033-13/+12
|\
| * scsi: qla2xxx: fix spelling mistake: "seperator" -> "separator"Colin Ian King2017-02-231-1/+1
| * scsi: qla2xxx: Fix Regression introduced by pci_alloc_irq_vectors_affinity call.Michael Hernandez2017-02-221-2/+5
| * scsi: qla2xxx: Fix response queue count for Target mode.Michael Hernandez2017-02-221-1/+2
| * scsi: qla2xxx: Cleaned up queue configuration code.Michael Hernandez2017-02-221-9/+4
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-0218-2525/+4298
|\ \
| * | qla2xxx: Fix a warning reported by the "smatch" static checkerQuinn Tran2017-02-181-1/+1
| * | qla2xxx: Avoid using variable-length arraysBart Van Assche2017-02-091-2/+2
| * | qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio2017-02-0911-211/+201
| * | qla2xxx: Improve RSCN handling in driverQuinn Tran2017-02-099-145/+533
| * | qla2xxx: Remove unused reverse_ini_modeHimanshu Madhani2017-02-093-19/+0
| * | qla2xxx: Add Dual mode support in the driverQuinn Tran2017-02-096-22/+119
| * | qla2xxx: Add framework for async fabric discoveryQuinn Tran2017-02-0913-987/+3114
| * | qla2xxx: Track I-T nexus as single fc_port structQuinn Tran2017-02-088-430/+310
| * | qla2xxx: Use d_id instead of s_id for more clarityQuinn Tran2017-02-084-37/+39
| * | qla2xxx: Fix wrong argument in sp done callbackQuinn Tran2017-02-083-8/+8
| * | qla2xxx: Remove SRR codeHimanshu Madhani2017-02-082-662/+0
| * | qla2xxx: Make trace flags more readableQuinn Tran2017-02-083-67/+59
| * | qla2xxx: Cleanup TMF code translation from qla_targetQuinn Tran2017-02-083-72/+49
| * | qla2xxx: Remove direct access of scsi_status field in se_cmdQuinn Tran2017-02-082-1/+2
* | | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-5/+5
| |/ |/|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-214-10/+11
|\ \
| * | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-0/+1
| * | scsi: qla2xxx: rename {vendor|hba}_indentifer to {vendor|hba}_identiferColin Ian King2017-01-092-5/+5
| * | scsi: qla2xxx: make msix_entries constNicolas Iooss2017-01-091-3/+3
| * | scsi: qla2xxx: silence -Wformat-security warningNicolas Iooss2017-01-091-2/+2
* | | Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds2017-02-213-4/+6
|\ \ \
| * \ \ Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-173-4/+6
| |\ \ \
| | * | | block: split scsi_request out of struct requestChristoph Hellwig2017-01-273-4/+6
| | | |/ | | |/|
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
| | |/ | |/|
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-02-112-2/+3
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-02-032-2/+3
| |\ \
| | * | scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crashMauricio Faria de Oliveira2017-01-311-1/+1
| | * | scsi: qla2xxx: Fix a recently introduced memory leakBart Van Assche2017-01-241-1/+2
* | | | 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
| | |/ | |/|