summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_os.c
AgeCommit message (Expand)Author
2017-06-14scsi: qla2xxx: don't disable a not previously enabled PCI deviceJohannes Thumshirn
2017-01-26qla2xxx: Fix crash due to null pointer accessQuinn Tran
2016-11-18scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during initBill Kuzeja
2016-03-03qla2xxx: Fix stale pointer access.Quinn Tran
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-08-26qla2xxx: Add pci device id 0x2261.Sawan Chandak
2015-08-26qla2xxx: Fix missing device login retries.Arun Easi
2015-08-26qla2xxx: do not clear slot in outstanding cmd arrayHimanshu Madhani
2015-08-26qla2xxx: Remove decrement of sp reference count in abort handler.Chad Dupuis
2015-08-26qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis
2015-08-26qla2xxx: Do not crash system for sp ref count zeroHiral Patel
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche
2015-07-24qla2xxx: disable scsi_transport_fc registration in target modeAlexei Potashnik
2015-07-24qla2xxx: added sess generations to detect RSCN update racesAlexei Potashnik
2015-07-24qla2xxx: cleanup cmd in qla workqueue before processing TMRSwapnil Nagle
2015-07-24qla2xxx: Enable target mode for ISP27XXHimanshu Madhani
2015-06-13qla2xxx: Comment out unreachable codeBart Van Assche
2015-04-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-04-10qla2xxx: Add support to load firmware from file for ISP 26XX/27XX.Sawan Chandak
2015-03-06qla2xxx: Fix printk in qla25xx_setup_modeYannick Guerrini
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2015-01-05qla2xxx: fix busy wait regressionBruno Prémont
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-09-25qla2xxx: Add support for QFull throttling and Term Exchange retryQuinn Tran
2014-09-25qla2xxx: Increase the request queue size to 8K for ISP2031Saurav Kashyap
2014-09-25qla2xxx: Add Host reset handling in target mode.Arun Easi
2014-09-25qla2xxx: Disable PCI device in shutdown handler.Chad Dupuis
2014-09-25qla2xxx: Honor FCP_RSP retry delay timer field.Chad Dupuis
2014-09-25qla2xxx: Disable laser for ISP2031 while unloading driver.Himanshu Madhani
2014-09-25qla2xxx: Add fix in driver unload for pending activity.Sawan Chandak
2014-09-25qla2xxx: Unload of qla2xxx driver crashes the machine.Arun Easi
2014-09-25qla2xxx: Allow user to change ql2xfdmienable value.Himanshu Madhani
2014-09-25qla2xxx: Add FDMI-2 functionality.Himanshu Madhani
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-09-16qla2xxx: Prevent probe and board_disable raceJoe Lawrence
2014-09-16qla2xxx: Prevent removal and board_disable raceJoe Lawrence
2014-09-16qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence
2014-09-16qla2xxx: Use qla2x00_clear_drv_active on probe failureJoe Lawrence
2014-09-16qla2xxx: Fix shost use-after-free on device removalJoe Lawrence
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke
2014-07-17scsi: use 64-bit LUNsHannes Reinecke