summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-071-0/+1
* scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran2016-12-141-14/+39
* scsi: qla2xxx: Add Block Multi Queue functionality.Michael Hernandez2016-12-141-5/+42
* scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez2016-12-141-123/+272
* scsi: qla2xxx: do not abort all commands in the adapter during EEH recoveryMauricio Faria de Oliveira2016-11-151-8/+13
* scsi: qla2xxx: fix invalid DMA access after command aborts in PCI device removeMauricio Faria de Oliveira2016-11-091-0/+9
* scsi: qla2xxx: do not queue commands when unloadingMauricio Faria de Oliveira2016-11-091-0/+5
* scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during initBill Kuzeja2016-11-011-0/+2
* scsi: qla2xxx: fix spelling mistake "retyring" -> "retrying"Colin Ian King2016-08-311-3/+3
* qla2xxx: small cleanup in qla2x00_wait_for_hba_ready()Dan Carpenter2016-08-091-6/+6
* qla2xxx: Disable the adapter and skip error recovery in case of register disc...Sawan Chandak2016-07-151-0/+55
* qla2xxx: Separate ISP type bits out from device type.Joe Carnuccio2016-07-151-22/+22
* qla2xxx: Check for device state before unloading the driver.Sawan Chandak2016-07-151-4/+17
* qla2xxx: Add module parameter alternate/short names.Joe Carnuccio2016-07-151-0/+3
* qla2xxx: Shutdown board on thermal shutdown aen.Joe Carnuccio2016-07-151-0/+10
* qla2xxx: Enable T10-DIF for ISP27XXHimanshu Madhani2016-02-241-0/+3
* qla2xxx: Allow fw to hold status before sending ABTS response.Himanshu Madhani2016-02-241-0/+7
* qla2xxx: Fix stale pointer access.Quinn Tran2016-02-071-0/+6
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-211-3/+162
|\
| * qla2xxx: Set all queues to 4kQuinn Tran2016-01-071-3/+3
| * qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran2016-01-071-0/+2
| * qla2xxx: Remove dependency on hardware_lock to reduce lock contention.Quinn Tran2016-01-071-0/+1
| * qla2xxx: Wait for all conflicts before ack'ing PLOGIAlexei Potashnik2016-01-071-0/+1
| * qla2xxx: Delete session if initiator is gone from FWAlexei Potashnik2016-01-071-0/+1
| * qla2xxx: Enable Exchange offload support.Himanshu Madhani2016-01-071-0/+78
| * qla2xxx: Enable Extended Logins supportHimanshu Madhani2016-01-071-0/+76
* | qla2xxx: Remove unavailable firmware filesHimanshu Madhani2015-11-181-3/+0Star
|/
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-101-1/+0Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-021-22/+19Star
|\
| * qla2xxx: Add pci device id 0x2261.Sawan Chandak2015-08-271-1/+10
| * qla2xxx: Fix missing device login retries.Arun Easi2015-08-271-1/+2
| * qla2xxx: do not clear slot in outstanding cmd arrayHimanshu Madhani2015-08-271-6/+0Star
| * qla2xxx: Remove decrement of sp reference count in abort handler.Chad Dupuis2015-08-271-7/+2Star
| * qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis2015-08-271-2/+2
| * qla2xxx: Do not crash system for sp ref count zeroHiral Patel2015-08-271-1/+1
| * qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-08-261-4/+2Star
* | qla2xxx: disable scsi_transport_fc registration in target modeAlexei Potashnik2015-07-241-1/+2
* | qla2xxx: added sess generations to detect RSCN update racesAlexei Potashnik2015-07-241-1/+4
* | qla2xxx: cleanup cmd in qla workqueue before processing TMRSwapnil Nagle2015-07-241-0/+3
* | qla2xxx: Enable target mode for ISP27XXHimanshu Madhani2015-07-241-0/+1
|/
* qla2xxx: Comment out unreachable codeBart Van Assche2015-06-131-1/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-04-171-0/+3
|\
| * qla2xxx: Add support to load firmware from file for ISP 26XX/27XX.Sawan Chandak2015-04-101-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-4/+4
|\ \ | |/ |/|
| * qla2xxx: Fix printk in qla25xx_setup_modeYannick Guerrini2015-03-061-2/+2
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-2/+2
* | qla2xxx: fix busy wait regressionBruno Prémont2015-01-051-1/+3
* | scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0Star
* | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-10/+2Star
* | scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-46/+2Star