summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registrationDuane Grigsby2017-06-281-7/+33
* scsi: qla2xxx: Add FC-NVMe command handlingDuane Grigsby2017-06-281-2/+16
* scsi: qla2xxx: Add FC-NVMe port discovery and PRLI handlingDuane Grigsby2017-06-281-0/+4
* scsi: qla2xxx: Include Exchange offload/Extended Login into FW dumpQuinn Tran2017-06-281-3/+0Star
* scsi: qla2xxx: Add function call to qpair for door bellQuinn Tran2017-06-281-12/+23
* scsi: qla2xxx: use shadow register for ISP27XXQuinn Tran2017-06-281-0/+1
* scsi: qla2xxx: move fields from qla_hw_data to qla_qpairQuinn Tran2017-06-281-1/+1
* scsi: qla2xxx: Fix mailbox failure while deleting Queue pairsSawan Chandak2017-06-281-0/+1
* scsi: qla2xxx: Enable Target Multi QueueQuinn Tran2017-06-281-20/+36
* scsi: qla2xxx: Preparation for Target MQ.Quinn Tran2017-06-281-3/+20
* scsi: qla2xxx: Combine Active command arrays.Quinn Tran2017-06-281-21/+54
* scsi: qla2xxx: Add ql2xiniexchg parameterQuinn Tran2017-06-131-37/+99
* scsi: qla2xxx: Cleanup debug message IDsQuinn Tran2017-06-131-15/+15
* scsi: qla2xxx: Fix extraneous ref on sp's after adapter breakBill Kuzeja2017-06-011-2/+6
* scsi: qla2xxx: Fix crash due to NULL pointer dereference of ctxJoe Carnuccio2017-05-251-11/+19
* scsi: qla2xxx: don't disable a not previously enabled PCI deviceJohannes Thumshirn2017-05-241-4/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-6/+0Star
|\
| * scsi: qla2xxx: remove some redundant pointer assignmentsColin Ian King2017-04-121-6/+0Star
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-151-1/+6
|\ \
| * \ Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-04-121-1/+6
| |\ \
| | * | scsi: qla2xxx: Add fix to read correct register value for ISP82xx.Sawan Chandak2017-04-071-1/+6
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-021-1/+2
|\| | |
| * | | Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-03-291-1/+2
| |\| | | | |/ | |/|
| | * scsi: qla2xxx: Fix crash in qla2xxx_eh_abort on bad ptrBill Kuzeja2017-03-151-1/+2
* | | qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran2017-03-191-1/+20
* | | qla2xxx: Change scsi host lookup method.Quinn Tran2017-03-191-0/+1
* | | qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio2017-03-191-0/+1
|/ /
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-041-10/+6Star
|\|
| * scsi: qla2xxx: Fix response queue count for Target mode.Michael Hernandez2017-02-231-1/+2
| * scsi: qla2xxx: Cleaned up queue configuration code.Michael Hernandez2017-02-231-9/+4Star
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-117/+213
|\ \ | |/ |/|
| * qla2xxx: Avoid using variable-length arraysBart Van Assche2017-02-091-2/+2
| * qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio2017-02-091-18/+17Star
| * qla2xxx: Improve RSCN handling in driverQuinn Tran2017-02-091-27/+21Star
| * qla2xxx: Add framework for async fabric discoveryQuinn Tran2017-02-091-84/+187
| * qla2xxx: Fix wrong argument in sp done callbackQuinn Tran2017-02-091-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-0/+1
|\ \
| * | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-071-0/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-02-111-1/+1
|\ \ \ | |_|/ |/| |
| * | scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crashMauricio Faria de Oliveira2017-02-011-1/+1
* | | Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-201-4/+12
|\ \ \ | |/ / |/| |
| * | qla2xxx: Fix crash due to null pointer accessQuinn Tran2017-01-171-4/+12
| |/
* / scsi: qla2xxx: Fix apparent cut-n-paste error.Dave Jones2017-01-101-1/+1
|/
* scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran2016-12-141-14/+39
* scsi: qla2xxx: Add Block Multi Queue functionality.Michael Hernandez2016-12-141-5/+42
* scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez2016-12-141-123/+272
* scsi: qla2xxx: do not abort all commands in the adapter during EEH recoveryMauricio Faria de Oliveira2016-11-151-8/+13
* scsi: qla2xxx: fix invalid DMA access after command aborts in PCI device removeMauricio Faria de Oliveira2016-11-091-0/+9
* scsi: qla2xxx: do not queue commands when unloadingMauricio Faria de Oliveira2016-11-091-0/+5
* scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during initBill Kuzeja2016-11-011-0/+2