summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] lpfc 8.3.43: Fixed spinlock hang.James Smart2013-10-251-2/+6
* [SCSI] lpfc 8.3.43: Fixed invalid Total_Data_Placed value received for els an...James Smart2013-10-252-4/+40
* [SCSI] lpfc 8.3.43: Fixed invalid fcp_rsp length fir FCP_ICMNDJames Smart2013-10-252-8/+35
* [SCSI] lpfc 8.3.43: Fixed invalid mailbox timeoutsJames Smart2013-10-251-0/+112
* [SCSI] lpfc 8.3.43: Fixed spinlock inversion problem.James Smart2013-10-251-4/+5
* [SCSI] lpfc 8.3.43: Fix crash after xri limit is reached.James Smart2013-10-252-7/+13
* [SCSI] Derive the FLUSH_TIMEOUT from the basic I/O timeoutJames Bottomley2013-10-252-4/+10
* [SCSI] pm80xx: Firmware logging support.Anand Kumar Santhanam2013-10-259-1/+510
* [SCSI] pm80xx: Phy settings support for motherboard controller.Anand Kumar Santhanam2013-10-255-3/+104
* [SCSI] pm80xx: IButton security feature support for motherboard controllers.Anand Kumar Santhanam2013-10-251-1/+22
* [SCSI] pm80xx: Print SAS address of IO failed device.Anand Kumar Santhanam2013-10-252-1/+103
* [SCSI] pm80xx: 4G boundary fix.Anand Kumar Santhanam2013-10-251-2/+101
* [SCSI] pm80xx: Queue rotation logic for inbound and outbound queues.Anand Kumar Santhanam2013-10-251-18/+13
* [SCSI] pm80xx: Set device state response logic fix.Anand Kumar Santhanam2013-10-252-3/+12
* [SCSI] pm80xx: Display controller BIOS version.Anand Kumar Santhanam2013-10-252-0/+36
* [SCSI] pm80xx: Indirect SMP request fix.Anand Kumar Santhanam2013-10-251-3/+1
* [SCSI] pm80xx: Device id changes to support series 8 controllers.Anand Kumar Santhanam2013-10-255-11/+63
* [SCSI] iscsi_tcp: consider session state in iscsi_sw_sk_state_checkChris Leech2013-10-251-0/+1
* [SCSI] sd: Add error handling during flushing cachesOliver Neukum2013-10-252-14/+59
* [SCSI] sd: Reduce buffer size for vpd requestBernd Schubert2013-10-251-1/+4
* [SCSI] scsi_debug: fix sparse warnings related to data integrity fieldAkinobu Mita2013-10-251-11/+8
* [SCSI] scsi_debug: fix invalid value check for guard module parameterAkinobu Mita2013-10-251-3/+3
* [SCSI] scsi_debug: avoid partial copying PI from prot_sglist to dif_storepAkinobu Mita2013-10-251-23/+17
* [SCSI] scsi_debug: factor out copying PI from dif_storep to prot_sglistAkinobu Mita2013-10-251-23/+29
* [SCSI] scsi_debug: fix buffer overrun when DIF/DIX is enabled and virtual_gb > 0Akinobu Mita2013-10-251-18/+30
* [SCSI] be2iscsi: Bump driver versionJayamohan Kallickal2013-10-251-1/+1
* [SCSI] be2iscsi: Fix SGL posting for unaligned ICD valuesJayamohan Kallickal2013-10-252-5/+58
* [SCSI] be2iscsi: Fix AER handling in driverJayamohan Kallickal2013-10-254-29/+270
* [SCSI] be2iscsi: Invalidate WRB in Abort/Reset PathJayamohan Kallickal2013-10-251-0/+10
* [SCSI] be2iscsi: Fix Insufficient Buffer Error returned in MBX CompletionJayamohan Kallickal2013-10-254-43/+99
* [SCSI] be2iscsi: Fix log level for protocol specific logsJayamohan Kallickal2013-10-252-3/+9
* [SCSI] be2iscsi: Fix MSIx creation for SKH-R adapterJayamohan Kallickal2013-10-253-17/+42
* [SCSI] be2iscsi: Display Port Identifier for each iSCSI functionJayamohan Kallickal2013-10-253-0/+24
* [SCSI] be2iscsi: Dispaly CID available for connection offloadJayamohan Kallickal2013-10-253-6/+44
* [SCSI] be2iscsi: Fix chute cleanup during drivers unload.Jayamohan Kallickal2013-10-252-8/+23
* [SCSI] be2iscsi: Fix connection offload to support Dual Chute.Jayamohan Kallickal2013-10-254-8/+31
* [SCSI] be2iscsi: Fix CID allocation/freeing to support Dual chute modeJayamohan Kallickal2013-10-254-38/+160
* [SCSI] be2iscsi: Fix WRB_Q posting to support Dual Chute modeJayamohan Kallickal2013-10-254-25/+89
* [SCSI] be2iscsi: Fix SGL Initilization and posting Pages for Dual ChuteJayamohan Kallickal2013-10-251-4/+13
* [SCSI] be2iscsi: Fix Template HDR support for Dual Chute modeJayamohan Kallickal2013-10-252-23/+33
* [SCSI] be2iscsi: Fix changes in ASYNC Path for SKH-R adapterJayamohan Kallickal2013-10-255-293/+516
* [SCSI] be2iscsi: Config parameters update for Dual Chute SupportJayamohan Kallickal2013-10-254-53/+128
* [SCSI] be2iscsi: Fix soft lock up issue during UE or if FW taking time to res...Jayamohan Kallickal2013-10-253-21/+34
* [SCSI] be2iscsi: Fix locking mechanism in Unsol PathJayamohan Kallickal2013-10-252-0/+8
* [SCSI] be2iscsi: Fix negotiated parameters upload to FWJayamohan Kallickal2013-10-253-20/+24
* [SCSI] be2iscsi: Fix repeated issue of MAC ADDR get IOCTLJayamohan Kallickal2013-10-253-1/+4
* [SCSI] be2iscsi: Fix the MCCQ count leakageJayamohan Kallickal2013-10-251-1/+5
* [SCSI] be2iscsi: Fix Template HDR IOCTLJayamohan Kallickal2013-10-254-0/+116
* [SCSI] bnx2fc: Bump version from 1.0.14 to 2.4.1Eddie Wai2013-10-252-2/+2
* [SCSI] BNX2FC: hung task timeout warning observed when rmmod bnx2x with activ...Eddie Wai2013-10-251-15/+44
OpenPOWER on IntegriCloud