summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-031-10/+6
|\
| * scsi: qla2xxx: Fix response queue count for Target mode.Michael Hernandez2017-02-221-1/+2
| * scsi: qla2xxx: Cleaned up queue configuration code.Michael Hernandez2017-02-221-9/+4
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-117/+213
|\ \ | |/ |/|
| * qla2xxx: Avoid using variable-length arraysBart Van Assche2017-02-091-2/+2
| * qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio2017-02-091-18/+17
| * qla2xxx: Improve RSCN handling in driverQuinn Tran2017-02-091-27/+21
| * qla2xxx: Add framework for async fabric discoveryQuinn Tran2017-02-091-84/+187
| * qla2xxx: Fix wrong argument in sp done callbackQuinn Tran2017-02-081-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-0/+1
|\ \
| * | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-0/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-02-111-1/+1
|\ \ \ | |_|/ |/| |
| * | scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crashMauricio Faria de Oliveira2017-01-311-1/+1
* | | Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-201-4/+12
|\ \ \ | |/ / |/| |
| * | qla2xxx: Fix crash due to null pointer accessQuinn Tran2017-01-171-4/+12
| |/
* / scsi: qla2xxx: Fix apparent cut-n-paste error.Dave Jones2017-01-091-1/+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-141-8/+13
* scsi: qla2xxx: fix invalid DMA access after command aborts in PCI device removeMauricio Faria de Oliveira2016-11-081-0/+9
* scsi: qla2xxx: do not queue commands when unloadingMauricio Faria de Oliveira2016-11-081-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-081-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-231-0/+3
* qla2xxx: Allow fw to hold status before sending ABTS response.Himanshu Madhani2016-02-231-0/+7
* qla2xxx: Fix stale pointer access.Quinn Tran2016-02-061-0/+6
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-201-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/+0
|/
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-021-22/+19
|\
| * qla2xxx: Add pci device id 0x2261.Sawan Chandak2015-08-261-1/+10
| * qla2xxx: Fix missing device login retries.Arun Easi2015-08-261-1/+2
| * qla2xxx: do not clear slot in outstanding cmd arrayHimanshu Madhani2015-08-261-6/+0
| * qla2xxx: Remove decrement of sp reference count in abort handler.Chad Dupuis2015-08-261-7/+2
| * qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis2015-08-261-2/+2
| * qla2xxx: Do not crash system for sp ref count zeroHiral Patel2015-08-261-1/+1