summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-06-091-46/+59
|\
| * qla2xxx: fix incorrect debug printkDan Carpenter2014-05-281-1/+2
| * qla2xxx: Remove wait for online from host reset handler.Chad Dupuis2014-05-191-46/+5
| * qla2xxx: T10-Dif: add T10-PI supportQuinn Tran2014-05-191-1/+1
| * qla2xxx: Fix beacon blink logic for ISP26xx/83xx.Himanshu Madani2014-05-191-2/+4
| * qla2xxx: Delay driver unload if there is any pending activity going on.Sawan Chandak2014-05-191-0/+24
| * qla2xxx: Reduce the time we wait for a command to complete during SCSI error ...Chad Dupuis2014-05-191-1/+1
| * qla2xxx: Avoid escalating the SCSI error handler if the command is not found ...Chad Dupuis2014-05-191-4/+20
| * qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan2014-05-191-1/+1
| * qla2xxx: Introduce fw_dump_flag to track fw dump progress.Hiral Patel2014-05-191-0/+1
| * qla2xxx: Allow the next firmware dump if the previous dump capture fails for ...Saurav Kashyap2014-05-191-0/+1
| * qla2xxx: Add pci device id 0x2271.Joe Carnuccio2014-05-191-6/+15
* | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-1/+1
|/
* [SCSI] qla2xxx: Re-sync module parameter descriptions with the codeSteven J. Magnani2014-03-151-4/+6
* [SCSI] qla2xxx: fix error handling of qla2x00_mem_alloc()Dan Carpenter2014-03-151-3/+3
* [SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.Armen Baloyan2014-03-151-1/+1
* [SCSI] qla2xxx: Correct the port no assignment for ISP82XX.Saurav Kashyap2014-03-151-1/+1
* [SCSI] qla2xxx: Correctly set the read_optrom pointer for ISP8044.Saurav Kashyap2014-03-151-1/+1
* [SCSI] qla2xxx: Read capture firmware dump on mailbox timeout for ISP8044 and...Chad Dupuis2014-03-151-2/+2
* [SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis2014-03-151-24/+100
* [SCSI] qla2xxx: Set host can_queue value based on available resources.Chad Dupuis2014-03-151-9/+10
* [SCSI] qla2xxx: Remove init control block related dead code for ISPFX00.Saurav Kashyap2014-03-151-1/+0
* [SCSI] qla2xxx: Add mutex around optrom calls to serialize accesses.Chad Dupuis2014-03-151-0/+1
* [SCSI] qla2xxx: Fix warning reported by smatch.Saurav Kashyap2013-12-191-2/+2
* [SCSI] qla2xxx: Replace a constant with a macro definition for host->canqueue...Armen Baloyan2013-12-191-1/+1
* [SCSI] qla2xxx: Add changes to obtain ISPFX00 adapters product information in...Armen Baloyan2013-12-191-6/+2
* [SCSI] qla2xxx: Fix issue with not displaying node name after system reboot.Armen Baloyan2013-12-191-0/+10
* [SCSI] qla2xxx: Disable adapter when we encounter a PCI disconnect.Chad Dupuis2013-12-191-2/+75
* [SCSI] qla2xxx: Refactor shutdown code so some functionality can be reused.Chad Dupuis2013-12-191-77/+93
* [SCSI] Revert "qla2xxx: Ramp down queue depth for attached SCSI devices when ...Chad Dupuis2013-12-191-101/+6
* [SCSI] qla2xxx: Print proper QLAFX00 product name at probe.Armen Baloyan2013-12-191-2/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+0
|\
| * SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-1/+0
* | [SCSI] qla2xxx: Use standard PCIe Capability Link register field namesBjorn Helgaas2013-09-251-9/+5
|/
* [SCSI] qla2xxx: Move queue depth ramp down message to i/o debug level.Chad Dupuis2013-09-031-1/+1
* [SCSI] qla2xxx: Add changes to support extended IOs for ISPFX00Armen Baloyan2013-09-031-3/+7
* [SCSI] qla2xxx: Add critical temperature handling for ISPFX00.Armen Baloyan2013-09-031-0/+1
* [SCSI] qla2xxx: Notify ISPFX00 firmware when driver is unloaded or system is ...Armen Baloyan2013-09-031-0/+7
* [SCSI] qla2xxx: Add ISPFX00 specific bus reset routine.Armen Baloyan2013-09-031-3/+5
* [SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh2013-09-031-33/+142
* [SCSI] qla2xxx: Print some variables to hexadecimal string via %*phN formatOleksandr Khoshaba2013-09-031-8/+2
* [SCSI] qla2xxx: Remove an unused variable from qla2x00_remove_one().Bart Van Assche2013-07-081-3/+1
* [SCSI] qla2xxx: Remove two superfluous tests.Bart Van Assche2013-07-081-2/+1
* [SCSI] qla2xxx: Move qla2x00_free_device to the correct location.Saurav Kashyap2013-07-081-2/+1
* Merge branch 'misc' into for-linusJames Bottomley2013-05-101-1/+1
|\
| * [SCSI] qla2xxx: qla2x00_sp_compl can be static.Fengguang Wu2013-05-021-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\ \ | |/ |/|
| * constify a bunch of struct file_operations instancesAl Viro2013-04-091-1/+1
* | [SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali2013-04-111-12/+200
|/
* [SCSI] qla2xxx: Wait for IDC complete event to finish loopback operation.Chad Dupuis2013-02-221-0/+1
OpenPOWER on IntegriCloud