summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] megaraid_sas: Add 9565/9285 specific codeadam radford2010-12-236-111/+3751
* [SCSI] megaraid_sas: Add struct megasas_instance_template changesadam radford2010-12-232-105/+180
* [SCSI] megaraid_sas: Use lowest memory bar for SR-IOV VF supportadam radford2010-12-232-19/+11Star
* [SCSI] megaraid_sas: Add MSI-X support and msix_disable module parameteradam radford2010-12-232-7/+37
* [SCSI] st: Increase success probability in driver buffer allocationFUJITA Tomonori2010-12-231-1/+2
* [SCSI] st: Store page order before driver buffer allocationKai Makisara2010-12-231-2/+2
* [SCSI] scsi_debug: set resid to indicate no data-in when medium errorDouglas Gilbert2010-12-231-0/+1
* [SCSI] fix medium error problems with some arrays which can cause data corrup...James Bottomley2010-12-231-1/+8
* [SCSI] megaraid_sas: Update GPL headers.adam radford2010-12-212-23/+45
* [SCSI] megaraid_sas: Rename megaraid_sas.c to megaraid_sas_base.cadam radford2010-12-212-23/+24
* [SCSI] fix the return value of scsi_target_queue_read()Hillf Danton2010-12-211-3/+2Star
* [SCSI] scsi_dh: propagate SCSI device deletionMenny Hamburger2010-12-211-2/+9
* [SCSI] hpsa: do not consider RAID level to be part of device identityStephen M. Cameron2010-12-211-2/+0Star
* [SCSI] hpsa: do not consider firmware revision when looking for device changes.Stephen M. Cameron2010-12-212-10/+0Star
* [SCSI] lpfc 8.3.20: Update lpfc driver version to 8.3.20James Smart2010-12-211-1/+1
* [SCSI] lpfc 8.3.20: Updates to FC discovery commandsJames Smart2010-12-219-72/+49Star
* [SCSI] lpfc 8.3.20: Implement new SLI4 init procedures based on if_typeJames Smart2010-12-214-326/+569
* [SCSI] lpfc 8.3.20: Implement the FC and SLI async event handlersJames Smart2010-12-215-71/+283
* [SCSI] lpfc 8.3.20: Critical fixesJames Smart2010-12-212-41/+21Star
* [SCSI] bfa: Update the driver version to 2.3.2.3Krishna Gudipati2010-12-211-1/+1
* [SCSI] bfa: io tag handling and minor bug fix.Krishna Gudipati2010-12-214-16/+24
* [SCSI] bfa: direct attach mode fix.Krishna Gudipati2010-12-215-1/+111
* [SCSI] bfa: IOC auto recovery fix.Krishna Gudipati2010-12-216-100/+445
* [SCSI] bfa: Store port configuration in flash for persistency.Krishna Gudipati2010-12-213-3/+29
* [SCSI] bfa: IOC fwtrace save logic & state machine fixes.Krishna Gudipati2010-12-211-67/+74
* [SCSI] bfa: remove unused functions and misc cleanupsMaggie Zhang2010-12-218-457/+110Star
* [SCSI] bfa: remove all OS wrappersMaggie Zhang2010-12-2128-304/+210Star
* [SCSI] bfa: remove all SCSI IO callbacksMaggie Zhang2010-12-218-204/+49Star
* [SCSI] bfa: scatter gather processing changeMaggie Zhang2010-12-211-81/+59Star
* [SCSI] bfa: remove a file with small sizeMaggie Zhang2010-12-215-112/+88Star
* [SCSI] bfa: clean up one line functionsMaggie Zhang2010-12-2119-930/+259Star
* [SCSI] bfa: remove unused and empty functionsMaggie Zhang2010-12-2115-710/+4Star
* [SCSI] ibmvfc: Improve ibmvfc_async_desc memory layoutRobert Jennings2010-12-212-15/+15
* [SCSI] iscsi: add module aliasStephen Hemminger2010-12-211-0/+1
* [SCSI] zfcp: Add allow_lun_scan module parameterChristof Schmitt2010-12-211-1/+6
* [SCSI] zfcp: Add __init declaration to zfcp_cache_hw_alignChristof Schmitt2010-12-211-2/+2
* [SCSI] zfcp: Move qdio setup from erp to zfcp_qdio.cChristof Schmitt2010-12-212-12/+3Star
* [SCSI] zfcp: Redesign of the debug tracing final cleanup.Swen Schillig2010-12-2112-181/+180Star
* [SCSI] zfcp: Redesign of the debug tracing for SCSI records.Swen Schillig2010-12-215-265/+132Star
* [SCSI] zfcp: Redesign of the debug tracing for HBA records.Swen Schillig2010-12-215-431/+229Star
* [SCSI] zfcp: Redesign of the debug tracing for SAN records.Swen Schillig2010-12-215-202/+85Star
* [SCSI] zfcp: Redesign of the debug tracing for recovery actions.Swen Schillig2010-12-214-285/+139Star
* [SCSI] qla4xxx: Update driver version to 5.02.00-k5Vikas Chaudhary2010-12-211-1/+1
* [SCSI] qla4xxx: Updated the Copyright headerVikas Chaudhary2010-12-2116-18/+18
* [SCSI] qla4xxx: do not reset hba if ql4xdontresethba is setVikas Chaudhary2010-12-211-7/+9
* [SCSI] qla4xxx: do not check for fw hung if reset retry is in progressLalit Chandivade2010-12-211-1/+3
* [SCSI] qla4xxx: cache new IP address acquired via DHCPPrasanna Mumbai2010-12-211-1/+2
* [SCSI] qla4xxx: Fail initialization if qla4_8xxx_pci_mem_write_2M failsLalit Chandivade2010-12-211-6/+11
* [SCSI] qla4xxx: put device in FAILED state for 82XX initialization failureLalit Chandivade2010-12-211-0/+8
* [SCSI] qla4xxx: do not process interrupt unconditionallyLalit Chandivade2010-12-211-17/+1Star