summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-11/+29
|\
| * scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()Bart Van Assche2017-11-061-1/+1
| * scsi: qla2xxx: Query FC4 type during RSCN processingGiridhar Malavali2017-10-161-1/+1
| * scsi: qla2xxx: Use ql2xnvmeenable to enable Q-Pair for FC-NVMeHimanshu Madhani2017-10-161-9/+18
| * scsi: qla2xxx: Reinstate module parameter ql2xenablemsixHimanshu Madhani2017-10-161-0/+9
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-6/+5
|\ \
| * | scsi: qla2xxx: Convert timers to use timer_setup()Kees Cook2017-11-081-6/+5
| |/
* | scsi: qla2xxx: Fix oops in qla2x00_probe_one error pathDouglas Miller2017-10-311-0/+1
* | scsi: qla2xxx: Initialize Work element before requesting IRQsHimanshu Madhani2017-10-161-2/+2
* | scsi: qla2xxx: Fix uninitialized work elementQuinn Tran2017-10-111-1/+2
|/
* scsi: qla2xxx: Fix slow mem alloc behind lockQuinn Tran2017-08-301-1/+32
* scsi: qla2xxx: Do not call abort handler function during chip resetSawan Chandak2017-08-241-0/+2
* scsi: qla2xxx: Increase ql2xmaxqdepth to 64Michael Hernandez2017-08-241-2/+2
* scsi: qla2xxx: Enable Async TMF processinghimanshu.madhani@cavium.com2017-08-241-1/+1
* scsi: qla2xxx: Add timeout ability to wait_for_sess_deletion().Joe Carnuccio2017-08-241-1/+1
* scsi: qla2xxx: Move logging default mask to execute once only.Joe Carnuccio2017-08-241-0/+2
* scsi: qla2xxx: Use sp->free instead of hard coded call.Joe Carnuccio2017-08-241-4/+4
* scsi: qla2xxx: Add ability to autodetect SFP typeQuinn Tran2017-08-241-1/+35
* scsi: qla2xxx: Change ha->wq max_active value to defaultQuinn Tran2017-08-241-1/+1
* scsi: qla2xxx: Handle PCIe error for driverSawan Chandak2017-08-241-4/+28
* scsi: qla2xxx: Add command completion for error pathDuane Grigsby2017-08-241-0/+1
* scsi: qla2xxx: Added change to enable ZIO for FC-NVMe devicesDuane Grigsby2017-08-071-5/+20
* scsi: qla2xxx: Cleanup FC-NVMe codehimanshu.madhani@cavium.com2017-08-071-3/+3
* scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registrationDuane Grigsby2017-06-271-7/+33
* scsi: qla2xxx: Add FC-NVMe command handlingDuane Grigsby2017-06-271-2/+16
* scsi: qla2xxx: Add FC-NVMe port discovery and PRLI handlingDuane Grigsby2017-06-271-0/+4
* scsi: qla2xxx: Include Exchange offload/Extended Login into FW dumpQuinn Tran2017-06-271-3/+0
* scsi: qla2xxx: Add function call to qpair for door bellQuinn Tran2017-06-271-12/+23
* scsi: qla2xxx: use shadow register for ISP27XXQuinn Tran2017-06-271-0/+1
* scsi: qla2xxx: move fields from qla_hw_data to qla_qpairQuinn Tran2017-06-271-1/+1
* scsi: qla2xxx: Fix mailbox failure while deleting Queue pairsSawan Chandak2017-06-271-0/+1
* scsi: qla2xxx: Enable Target Multi QueueQuinn Tran2017-06-271-20/+36
* scsi: qla2xxx: Preparation for Target MQ.Quinn Tran2017-06-271-3/+20
* scsi: qla2xxx: Combine Active command arrays.Quinn Tran2017-06-271-21/+54
* scsi: qla2xxx: Add ql2xiniexchg parameterQuinn Tran2017-06-121-37/+99
* scsi: qla2xxx: Cleanup debug message IDsQuinn Tran2017-06-121-15/+15
* scsi: qla2xxx: Fix extraneous ref on sp's after adapter breakBill Kuzeja2017-05-311-2/+6
* scsi: qla2xxx: Fix crash due to NULL pointer dereference of ctxJoe Carnuccio2017-05-241-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/+0
|\
| * scsi: qla2xxx: remove some redundant pointer assignmentsColin Ian King2017-04-111-6/+0
* | 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-011-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-181-1/+20
* | | qla2xxx: Change scsi host lookup method.Quinn Tran2017-03-181-0/+1
* | | qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio2017-03-181-0/+1
|/ /
OpenPOWER on IntegriCloud