summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | qla2xxx: Fail adapter initialization on load ram failure.Chad Dupuis2014-09-251-2/+2
| | * | qla2xxx: Disable PCI device in shutdown handler.Chad Dupuis2014-09-251-0/+3
| | * | qla2xxx: Mark port lost when we receive an RSCN for it.Chad Dupuis2014-09-251-1/+16
| | * | qla2xxx: Restore WWPN in case of Loop Dead.Himanshu Madhani2014-09-254-3/+18
| | * | qla2xxx: Honor FCP_RSP retry delay timer field.Chad Dupuis2014-09-255-1/+32
| | * | qla2xxx: Add missing ISP27xx checks to optrom code.Alex Vechersky2014-09-252-2/+3
| | * | qla2xxx: Force use of mailbox interface for flash access commands for ISP27xx.Chad Dupuis2014-09-251-1/+3
| | * | qla2xxx: Free sysfs attributes for ISP27xx.Nigel Kirkland2014-09-251-0/+2
| | * | qla2xxx: Disable laser for ISP2031 while unloading driver.Himanshu Madhani2014-09-253-1/+37
| | * | qla2xxx: Enable diagnostic port using NVRAM parameters.Himanshu Madhani2014-09-252-0/+5
| | * | qla2xxx: Declaration error cause stack corruption.Quinn Tran2014-09-251-1/+1
| | * | qla2xxx: Add fix in driver unload for pending activity.Sawan Chandak2014-09-251-2/+4
| | * | qla2xxx: Unload of qla2xxx driver crashes the machine.Arun Easi2014-09-251-2/+2
| | * | qla2xxx: Allow user to change ql2xfdmienable value.Himanshu Madhani2014-09-251-1/+1
| | * | qla2xxx: Fix driver version string message.Himanshu Madhani2014-09-251-1/+1
| | * | qla2xxx: Add diagnostic port functionality.Joe Carnuccio2014-09-257-9/+20
| | * | qla2xxx: Add FA-WWN functionality.Joe Carnuccio2014-09-253-7/+38
| | * | qla2xxx: Add FDMI-2 functionality.Himanshu Madhani2014-09-257-160/+967
| | * | qla2xxx: ISPFx00 unexpected resets during adapter boot sequence.Jan Kulich2014-09-251-1/+4
| | * | qla2xxx: Incorrect linked list semantic in qlafx00_get_fcport().Joe Carnuccio2014-09-251-3/+2
| | * | qla2xxx: Incorrect debug level on mailbox command print 0x1111.Joe Carnuccio2014-09-251-1/+1
| | * | qla2xxx: ISPFX00 avoid writing semaphore register in request_irqs().Joe Carnuccio2014-09-251-2/+3
| | * | qla2xxx: Fix potential return count bug in qla2xxx_get_vpd_field().Joe Carnuccio2014-09-251-1/+1
| | * | qla2xxx: ISP27xx fwdump template error print simplification.Joe Carnuccio2014-09-253-27/+9
| | * | qla2xxx: ISP25xx multiqueue shadow register crash fix.Joe Carnuccio2014-09-251-0/+2
| | * | qla2xxx: Add endianizer to max_payload_size modifier.Joe Carnuccio2014-09-252-7/+7
| | * | qla2xxx: Enable fast flash access for ISP83xx.Chad Dupuis2014-09-251-1/+2
| | * | qla2xxx: Add ISP27xx fwdump template entry T275 (insert buffer).Joe Carnuccio2014-09-253-4/+36
| | * | qla2xxx: ISP27xx fwdump template fix insertbuf() routine.Joe Carnuccio2014-09-251-10/+2
| | * | qla2xxx: ISP27xx fwdump template remove high frequency debug logs.Joe Carnuccio2014-09-252-18/+1
| | * | qla2xxx: ISP27xx optimize fwdump entry table lookup.Joe Carnuccio2014-09-251-4/+6
| | * | qla2xxx: ISP27xx add tests for incomplete template.Joe Carnuccio2014-09-252-1/+10
| | * | hpsa: add missing pci_set_master in kdump pathTomas Henzl2014-09-251-1/+1
| | * | arcmsr: simplify ioctl data read/writeChing Huang2014-09-253-229/+119
| | * | ipr: don't log error messages when applications issues illegal requestswenxiong@linux.vnet.ibm.com2014-09-252-0/+11
| | * | cxgb4i: avoid holding mutex in interrupt contextAnish Bhatt2014-09-223-7/+55
| | * | storvsc: get rid of overly verbose warning messagesK. Y. Srinivasan2014-09-221-12/+0
| | * | mpt2sas: fix undefined reference to `__udivdi3' compilation errorsSreekanth Reddy2014-09-221-4/+4
| | * | arcmsr: simplify of updating doneq_index and postq_indexChing Huang2014-09-161-81/+40
| | * | arcmsr: call scsi_scan_host at the end of host initializationChing Huang2014-09-161-5/+9
| | * | arcmsr: add support new adapter ARC12x4 seriesChing Huang2014-09-162-9/+860
| | * | arcmsr: modify some character stringsChing Huang2014-09-161-13/+11
| | * | arcmsr: fix sparse warnings and errorsChing Huang2014-09-161-38/+40
| | * | arcmsr: fix ioctl data read/write error for adapter type CChing Huang2014-09-163-239/+442
| | * | arcmsr: revise allocation of second dma_coherent_handle for type BChing Huang2014-09-162-14/+26
| | * | arcmsr: rename functions and variablesChing Huang2014-09-162-119/+121
| | * | arcmsr: clear outbound doorbell buffer completelyChing Huang2014-09-161-4/+14
| | * | arcmsr: modify printing adapter model number and F/W messagesChing Huang2014-09-161-9/+9
| | * | arcmsr: remove calling arcmsr_hbb_enable_driver_modeChing Huang2014-09-161-12/+6
| | * | arcmsr: revise message_isr_bh_fn to remove duplicate codeChing Huang2014-09-161-106/+54