aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-10qla2xxx: Fix beacon blink for ISP27XX.Nigel Kirkland1-4/+7
2015-04-10qla2xxx: Increase the wait time for firmware to be ready for P3P.Chad Dupuis1-2/+5
2015-04-10qla2xxx: Fix crash due to wrong casting of reg for ISP27XX.Himanshu Madhani1-1/+1
2015-04-10qla2xxx: Fix warnings reported by static checker.Himanshu Madhani1-5/+5
2015-04-10lpfc: Update version to 10.5.0.0 for upstream patch setJames Smart1-1/+1
2015-04-10lpfc: Update copyright to 2015James Smart20-21/+21
2015-04-10lpfc: Fix for lun discovery issue with saturn adapter.James Smart1-21/+20
2015-04-10lpfc: Fix crash in device reset handler.James Smart1-2/+3
2015-04-10lpfc: Fix OS crash when running loopback test in applicationsJames Smart3-4/+10
2015-04-10lpfc: Fix internal loopback failure.James Smart1-1/+5
2015-04-10lpfc: Fix premature release of rpi bit in bitmaskJames Smart5-12/+127
2015-04-10lpfc: Initiator sends wrong BBCredit value for either FLOGI or FLOGI_ACCJames Smart1-1/+0
2015-04-10lpfc: Fix null ndlp dereference in target_reset_handlerJames Smart1-4/+6
2015-04-10lpfc: Fix FDMI Fabric support in driver for BrocadeJames Smart6-298/+650
2015-04-10lpfc: Fix provide host name and OS name in RSNN-NN FC-GS commandJames Smart1-2/+19
2015-04-10lpfc: Parse the new 20G, 25G and 40G link speeds in the lpfc driverJames Smart2-13/+30
2015-04-10lpfc: Add support for reporting option_rom_version on newer adaptersJames Smart1-1/+6
2015-04-10lpfc: Fix setting of EQ (interrupt) delay MultiplierJames Smart3-7/+12
2015-04-10lpfc: Fix host reset escalation killing all IOs.James Smart3-3/+34
2015-04-10lpfc: Linux lpfc driver doesn't re-establish the link after a cable pull on LPe12002James Smart2-6/+3
2015-04-10lpfc: Fix to handle PLOGI when already logged inJames Smart1-3/+24
2015-04-10lpfc: Add new mbx cmd recognitionJames Smart2-0/+2
2015-04-10lpfc: Add Lancer Temperature Event support to the lpfc driverJames Smart2-55/+125
2015-04-10lpfc: Fix the iteration count to match the 30 sec comment in the routine lpfc_pci_function_resetJames Smart1-1/+1
2015-04-10scsi_transport_fc: Add support for 25Gbit speedJames Smart1-0/+1
2015-04-09aha1542: remove loop from aha1542_outbOndrej Zary1-8/+5
2015-04-09aha1542: Fix bus resetOndrej Zary1-1/+1
2015-04-09aha1542: rework lockingOndrej Zary1-84/+34
2015-04-09aha1542: Don't reduce functionality with DEBUG enabledOndrej Zary1-21/+10
2015-04-09aha1542: Use print_hex_dump_bytes in debug codeOndrej Zary1-26/+8
2015-04-09aha1542: remove DEB macro and simplify debug codeOndrej Zary1-34/+22
2015-04-09aha1542: Use shost_printk instead of printkOndrej Zary1-35/+32
2015-04-09aha1542: Change aha1542_set_bus_times parametersOndrej Zary1-18/+16
2015-04-09aha1542: Pass struct Scsi_Host * to functionsOndrej Zary1-62/+63
2015-04-09aha1542: cleanup includesOndrej Zary1-8/+3
2015-04-09aha1542: remove useless changelogOndrej Zary1-22/+3
2015-04-09aha1542: fix include guard and remove useless changelogOndrej Zary1-33/+3
2015-04-09aha1542: Always name Scsi_Host variables shOndrej Zary1-49/+49
2015-04-09aha1524: Use struct scsi_cmndOndrej Zary1-75/+75
2015-04-09aha1542: clean up cmd variablesOndrej Zary1-29/+24
2015-04-09aha1542: Simplify aha1542_biosparamOndrej Zary1-13/+8
2015-04-09aha1542: rework configuration parametersOndrej Zary1-159/+54
2015-04-09aha1542: rework hw_initOndrej Zary2-81/+59
2015-04-09aha1542: Call wait_mask from aha1542_outOndrej Zary1-10/+7
2015-04-09aha1542: split out code from aha1542_hw_initOndrej Zary1-30/+35
2015-04-09aha1542: Merge aha1542_host_reset and aha1542_bus_resetOndrej Zary1-68/+14
2015-04-09aha1542: Remove aha1542_restartOndrej Zary1-26/+2
2015-04-09aha1542: remove useless code from aha1542_test_portOndrej Zary1-14/+1
2015-04-09aha1542: Remove unneeded gotosOndrej Zary1-39/+19
2015-04-09aha1542: Split aha1542_outOndrej Zary1-40/+35