summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_os.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-29scsi: qla2xxx: Unregister chrdev if module initialization failsBart Van Assche1-13/+21
2019-11-12scsi: qla2xxx: stop timer in shutdown pathNicholas Piggin1-0/+4
2018-12-01scsi: qla2xxx: do not queue commands when unloadingMauricio Faria de Oliveira1-0/+5
2018-08-09scsi: qla2xxx: Fix ISP recovery on unloadQuinn Tran1-2/+3
2017-06-14scsi: qla2xxx: don't disable a not previously enabled PCI deviceJohannes Thumshirn1-4/+4
2017-01-26qla2xxx: Fix crash due to null pointer accessQuinn Tran1-4/+12
2016-11-18scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during initBill Kuzeja1-0/+2
2016-03-04qla2xxx: Fix stale pointer access.Quinn Tran1-0/+6
2015-11-10scsi: 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-27qla2xxx: Add pci device id 0x2261.Sawan Chandak1-1/+10
2015-08-27qla2xxx: Fix missing device login retries.Arun Easi1-1/+2
2015-08-27qla2xxx: do not clear slot in outstanding cmd arrayHimanshu Madhani1-6/+0
2015-08-27qla2xxx: Remove decrement of sp reference count in abort handler.Chad Dupuis1-7/+2
2015-08-27qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis1-2/+2
2015-08-27qla2xxx: 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-25qla2xxx: disable scsi_transport_fc registration in target modeAlexei Potashnik1-1/+2
2015-07-25qla2xxx: added sess generations to detect RSCN update racesAlexei Potashnik1-1/+4
2015-07-25qla2xxx: cleanup cmd in qla workqueue before processing TMRSwapnil Nagle1-0/+3
2015-07-25qla2xxx: Enable target mode for ISP27XXHimanshu Madhani1-0/+1
2015-06-13qla2xxx: Comment out unreachable codeBart Van Assche1-1/+6
2015-04-17Merge 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/jik...Linus Torvalds1-4/+4
2015-04-10qla2xxx: Add support to load firmware from file for ISP 26XX/27XX.Sawan Chandak1-0/+3
2015-03-07qla2xxx: Fix printk in qla25xx_setup_modeYannick Guerrini1-2/+2
2015-03-07treewide: 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/ker...Linus 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
2014-09-25qla2xxx: Disable laser for ISP2031 while unloading driver.Himanshu Madhani1-0/+31
2014-09-25qla2xxx: Add fix in driver unload for pending activity.Sawan Chandak1-2/+4
2014-09-25qla2xxx: Unload of qla2xxx driver crashes the machine.Arun Easi1-2/+2
2014-09-25qla2xxx: Allow user to change ql2xfdmienable value.Himanshu Madhani1-1/+1
2014-09-25qla2xxx: Add FDMI-2 functionality.Himanshu Madhani1-7/+6
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai1-1/+0
2014-09-16qla2xxx: Prevent probe and board_disable raceJoe Lawrence1-0/+2
2014-09-16qla2xxx: Prevent removal and board_disable raceJoe Lawrence1-12/+19
2014-09-16qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence1-7/+1