aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-15qla2xxx: Disable the adapter and skip error recovery in case of register disconnect.Sawan Chandak1-0/+55
2016-07-15qla2xxx: Separate ISP type bits out from device type.Joe Carnuccio1-22/+22
2016-07-15qla2xxx: Check for device state before unloading the driver.Sawan Chandak1-4/+17
2016-07-15qla2xxx: Add module parameter alternate/short names.Joe Carnuccio1-0/+3
2016-07-15qla2xxx: Shutdown board on thermal shutdown aen.Joe Carnuccio1-0/+10
2016-02-23qla2xxx: Enable T10-DIF for ISP27XXHimanshu Madhani1-0/+3
2016-02-23qla2xxx: Allow fw to hold status before sending ABTS response.Himanshu Madhani1-0/+7
2016-02-06qla2xxx: Fix stale pointer access.Quinn Tran1-0/+6
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+162
2016-01-07qla2xxx: Set all queues to 4kQuinn Tran1-3/+3
2016-01-07qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran1-0/+2
2016-01-07qla2xxx: Remove dependency on hardware_lock to reduce lock contention.Quinn Tran1-0/+1
2016-01-07qla2xxx: Wait for all conflicts before ack'ing PLOGIAlexei Potashnik1-0/+1
2016-01-07qla2xxx: Delete session if initiator is gone from FWAlexei Potashnik1-0/+1
2016-01-07qla2xxx: Enable Exchange offload support.Himanshu Madhani1-0/+78
2016-01-07qla2xxx: Enable Extended Logins supportHimanshu Madhani1-0/+76
2015-11-18qla2xxx: Remove unavailable firmware filesHimanshu Madhani1-3/+0
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-22/+19
2015-08-26qla2xxx: Add pci device id 0x2261.Sawan Chandak1-1/+10
2015-08-26qla2xxx: Fix missing device login retries.Arun Easi1-1/+2
2015-08-26qla2xxx: do not clear slot in outstanding cmd arrayHimanshu Madhani1-6/+0
2015-08-26qla2xxx: Remove decrement of sp reference count in abort handler.Chad Dupuis1-7/+2
2015-08-26qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis1-2/+2
2015-08-26qla2xxx: Do not crash system for sp ref count zeroHiral Patel1-1/+1
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-4/+2
2015-07-24qla2xxx: disable scsi_transport_fc registration in target modeAlexei Potashnik1-1/+2
2015-07-24qla2xxx: added sess generations to detect RSCN update racesAlexei Potashnik1-1/+4
2015-07-24qla2xxx: cleanup cmd in qla workqueue before processing TMRSwapnil Nagle1-0/+3
2015-07-24qla2xxx: Enable target mode for ISP27XXHimanshu Madhani1-0/+1
2015-06-13qla2xxx: Comment out unreachable codeBart Van Assche1-1/+6
2015-04-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-4/+4
2015-04-10qla2xxx: Add support to load firmware from file for ISP 26XX/27XX.Sawan Chandak1-0/+3
2015-03-06qla2xxx: Fix printk in qla25xx_setup_modeYannick Guerrini1-2/+2
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-2/+2
2015-01-05qla2xxx: fix busy wait regressionBruno Prémont1-1/+3
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-10/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-46/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-3/+3
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-4/+2
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-4/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-17/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-09-25qla2xxx: Add support for QFull throttling and Term Exchange retryQuinn Tran1-0/+2
2014-09-25qla2xxx: Increase the request queue size to 8K for ISP2031Saurav Kashyap1-1/+1
2014-09-25qla2xxx: Add Host reset handling in target mode.Arun Easi1-0/+2
2014-09-25qla2xxx: Disable PCI device in shutdown handler.Chad Dupuis1-0/+3
2014-09-25qla2xxx: Honor FCP_RSP retry delay timer field.Chad Dupuis1-0/+9