aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-30scsi: qla2xxx: Fix slow mem alloc behind lockQuinn Tran1-1/+32
2017-08-24scsi: qla2xxx: Do not call abort handler function during chip resetSawan Chandak1-0/+2
2017-08-24scsi: qla2xxx: Increase ql2xmaxqdepth to 64Michael Hernandez1-2/+2
2017-08-24scsi: qla2xxx: Enable Async TMF processinghimanshu.madhani@cavium.com1-1/+1
2017-08-24scsi: qla2xxx: Add timeout ability to wait_for_sess_deletion().Joe Carnuccio1-1/+1
2017-08-24scsi: qla2xxx: Move logging default mask to execute once only.Joe Carnuccio1-0/+2
2017-08-24scsi: qla2xxx: Use sp->free instead of hard coded call.Joe Carnuccio1-4/+4
2017-08-24scsi: qla2xxx: Add ability to autodetect SFP typeQuinn Tran1-1/+35
2017-08-24scsi: qla2xxx: Change ha->wq max_active value to defaultQuinn Tran1-1/+1
2017-08-24scsi: qla2xxx: Handle PCIe error for driverSawan Chandak1-4/+28
2017-08-24scsi: qla2xxx: Add command completion for error pathDuane Grigsby1-0/+1
2017-08-07scsi: qla2xxx: Added change to enable ZIO for FC-NVMe devicesDuane Grigsby1-5/+20
2017-08-07scsi: qla2xxx: Cleanup FC-NVMe codehimanshu.madhani@cavium.com1-3/+3
2017-06-27scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registrationDuane Grigsby1-7/+33
2017-06-27scsi: qla2xxx: Add FC-NVMe command handlingDuane Grigsby1-2/+16
2017-06-27scsi: qla2xxx: Add FC-NVMe port discovery and PRLI handlingDuane Grigsby1-0/+4
2017-06-27scsi: qla2xxx: Include Exchange offload/Extended Login into FW dumpQuinn Tran1-3/+0
2017-06-27scsi: qla2xxx: Add function call to qpair for door bellQuinn Tran1-12/+23
2017-06-27scsi: qla2xxx: use shadow register for ISP27XXQuinn Tran1-0/+1
2017-06-27scsi: qla2xxx: move fields from qla_hw_data to qla_qpairQuinn Tran1-1/+1
2017-06-27scsi: qla2xxx: Fix mailbox failure while deleting Queue pairsSawan Chandak1-0/+1
2017-06-27scsi: qla2xxx: Enable Target Multi QueueQuinn Tran1-20/+36
2017-06-27scsi: qla2xxx: Preparation for Target MQ.Quinn Tran1-3/+20
2017-06-27scsi: qla2xxx: Combine Active command arrays.Quinn Tran1-21/+54
2017-06-12scsi: qla2xxx: Add ql2xiniexchg parameterQuinn Tran1-37/+99
2017-06-12scsi: qla2xxx: Cleanup debug message IDsQuinn Tran1-15/+15
2017-05-31scsi: qla2xxx: Fix extraneous ref on sp's after adapter breakBill Kuzeja1-2/+6
2017-05-24scsi: qla2xxx: Fix crash due to NULL pointer dereference of ctxJoe Carnuccio1-11/+19
2017-05-24scsi: qla2xxx: don't disable a not previously enabled PCI deviceJohannes Thumshirn1-4/+4
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+0
2017-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+6
2017-04-12Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley1-1/+6
2017-04-11scsi: qla2xxx: remove some redundant pointer assignmentsColin Ian King1-6/+0
2017-04-07scsi: qla2xxx: Add fix to read correct register value for ISP82xx.Sawan Chandak1-1/+6
2017-04-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2017-03-29Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley1-1/+2
2017-03-18qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran1-1/+20
2017-03-18qla2xxx: Change scsi host lookup method.Quinn Tran1-0/+1
2017-03-18qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio1-0/+1
2017-03-15scsi: qla2xxx: Fix crash in qla2xxx_eh_abort on bad ptrBill Kuzeja1-1/+2
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+6
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-117/+213
2017-02-22scsi: qla2xxx: Fix response queue count for Target mode.Michael Hernandez1-1/+2
2017-02-22scsi: qla2xxx: Cleaned up queue configuration code.Michael Hernandez1-9/+4
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2017-02-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2017-02-09qla2xxx: Avoid using variable-length arraysBart Van Assche1-2/+2
2017-02-09qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio1-18/+17
2017-02-09qla2xxx: Improve RSCN handling in driverQuinn Tran1-27/+21
2017-02-09qla2xxx: Add framework for async fabric discoveryQuinn Tran1-84/+187