summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Fix extraneous ref on sp's after adapter breakBill Kuzeja2017-06-011-2/+6
* scsi: qla2xxx: Fix crash due to NULL pointer dereference of ctxJoe Carnuccio2017-05-251-11/+19
* scsi: qla2xxx: don't disable a not previously enabled PCI deviceJohannes Thumshirn2017-05-241-4/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-6/+0
|\
| * scsi: qla2xxx: remove some redundant pointer assignmentsColin Ian King2017-04-121-6/+0
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-151-1/+6
|\ \
| * \ Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-04-121-1/+6
| |\ \
| | * | scsi: qla2xxx: Add fix to read correct register value for ISP82xx.Sawan Chandak2017-04-071-1/+6
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-021-1/+2
|\| | |
| * | | Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-03-291-1/+2
| |\| | | | |/ | |/|
| | * scsi: qla2xxx: Fix crash in qla2xxx_eh_abort on bad ptrBill Kuzeja2017-03-151-1/+2
* | | qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran2017-03-191-1/+20
* | | qla2xxx: Change scsi host lookup method.Quinn Tran2017-03-191-0/+1
* | | qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio2017-03-191-0/+1
|/ /
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-041-10/+6
|\|
| * scsi: qla2xxx: Fix response queue count for Target mode.Michael Hernandez2017-02-231-1/+2
| * scsi: qla2xxx: Cleaned up queue configuration code.Michael Hernandez2017-02-231-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-091-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-071-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-02-011-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-101-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-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