summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [SCSI] qla2xxx: Use sg_next to fetch next sg element while walking sg list.Giridhar Malavali2010-12-231-1/+1
| * | | | | [SCSI] qla2xxx: Fix to avoid recursive lock failure during BSG timeout.Giridhar Malavali2010-12-231-0/+2
| * | | | | [SCSI] qla2xxx: Remove code to not reset ISP82xx on failure.Giridhar Malavali2010-12-233-10/+1
| * | | | | [SCSI] qla2xxx: Display mailbox register 4 during 8012 AEN for ISP82XX parts.Andrew Vasquez2010-12-231-0/+2
| * | | | | [SCSI] qla2xxx: Don't perform a BIG_HAMMER if Get-ID (0x20) mailbox command f...Andrew Vasquez2010-12-231-0/+1
| * | | | | [SCSI] qla2xxx: Remove redundant module parameter permission bitsJoe Carnuccio2010-12-231-16/+16
| * | | | | [SCSI] qla2xxx: Add sysfs node for displaying board temperature.Andrew Vasquez2010-12-235-1/+97
| * | | | | [SCSI] qla2xxx: Code cleanup to remove unwanted comments and code.Giridhar Malavali2010-12-232-38/+0
| * | | | | [SCSI] qla2xxx: Fix for memory wedge on fw halt for ISP82XXMadhuranath Iyengar2010-12-231-0/+44
| * | | | | [SCSI] qla2xxx: Update FCP priority information to firmware before sending IOsMadhuranath Iyengar2010-12-234-11/+12
| * | | | | [SCSI] qla2xxx: Fixed zero test on new_config in qla2x00_process_loopback().Joe Carnuccio2010-12-231-1/+1
| * | | | | [SCSI] qla2xxx: Populate FCP_PRIO location for no *FLT* caseAndrew Vasquez2010-12-231-4/+7
| * | | | | [SCSI] qla2xxx: list cursors are not nullDan Carpenter2010-12-232-2/+2
| * | | | | [SCSI] qla2xxx: Added support for quiescence mode for ISP82xx.Saurav Kashyap2010-12-235-6/+224
| * | | | | [SCSI] megaraid_sas: Add 9565/9285 specific codeadam radford2010-12-226-111/+3751
| * | | | | [SCSI] megaraid_sas: Add struct megasas_instance_template changesadam radford2010-12-222-105/+180
| * | | | | [SCSI] megaraid_sas: Use lowest memory bar for SR-IOV VF supportadam radford2010-12-222-19/+11
| * | | | | [SCSI] megaraid_sas: Add MSI-X support and msix_disable module parameteradam radford2010-12-222-7/+37
| * | | | | [SCSI] st: Increase success probability in driver buffer allocationFUJITA Tomonori2010-12-221-1/+2
| * | | | | [SCSI] st: Store page order before driver buffer allocationKai Makisara2010-12-221-2/+2
| * | | | | [SCSI] scsi_debug: set resid to indicate no data-in when medium errorDouglas Gilbert2010-12-221-0/+1
| * | | | | [SCSI] fix medium error problems with some arrays which can cause data corrup...James Bottomley2010-12-221-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/+2
| * | | | | [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/+0
| * | | | | [SCSI] hpsa: do not consider firmware revision when looking for device changes.Stephen M. Cameron2010-12-212-10/+0
| * | | | | [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/+49
| * | | | | [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/+21
| * | | | | [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/+110
| * | | | | [SCSI] bfa: remove all OS wrappersMaggie Zhang2010-12-2128-304/+210
| * | | | | [SCSI] bfa: remove all SCSI IO callbacksMaggie Zhang2010-12-218-204/+49
| * | | | | [SCSI] bfa: scatter gather processing changeMaggie Zhang2010-12-211-81/+59
| * | | | | [SCSI] bfa: remove a file with small sizeMaggie Zhang2010-12-215-112/+88
| * | | | | [SCSI] bfa: clean up one line functionsMaggie Zhang2010-12-2119-930/+259
| * | | | | [SCSI] bfa: remove unused and empty functionsMaggie Zhang2010-12-2115-710/+4
| * | | | | [SCSI] ibmvfc: Improve ibmvfc_async_desc memory layoutRobert Jennings2010-12-212-15/+15
| * | | | | [SCSI] iscsi: add module aliasStephen Hemminger2010-12-211-0/+1
| * | | | | [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