summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
* | | 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