summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| | * isci: kill sci_phy_protocol and sci_request_protocolDan Williams2012-05-176-37/+21
| | * isci: kill ->is_direct_attachedDan Williams2012-05-175-49/+17
| | * isci: improve 'invalid state' warningsDan Williams2012-05-172-30/+36
| * | [SCSI] lpfc 8.3.31: Update lpfc to version 8.3.31James Smart2012-05-171-1/+1
| * | [SCSI] lpfc 8.3.31: Fixed system crash due to not providing SCSI error-handli...James Smart2012-05-172-4/+44
| * | [SCSI] lpfc 8.3.31: Fix bug with driver using the wrong xritag when sending a...James Smart2012-05-172-1/+8
| * | [SCSI] lpfc 8.3.31: Debug helper utility routines for dumping various SLI4 qu...James Smart2012-05-173-0/+467
| * | [SCSI] lpfc 8.3.31: Fix unsol abts xri lookupJames Smart2012-05-173-14/+25
| * | [SCSI] lpfc 8.3.31: Correct point-to-point mode discovery errors on LPe16xxxJames Smart2012-05-177-31/+175
| * | [SCSI] lpfc 8.3.31: Reregister VPI for SLI3 after cable moved to new Saturn portJames Smart2012-05-171-5/+8
| * | [SCSI] lpfc 8.3.31: Fix driver crash during back-to-back ramp eventsJames Smart2012-05-171-0/+8
| * | [SCSI] lpfc 8.3.31: Fix log message for Mailbox command when no error is dete...James Smart2012-05-171-8/+17
| * | [SCSI] lpfc 8.3.31: Revise FCP LOG for easier Finisar trace correlationJames Smart2012-05-171-1/+6
| * | [SCSI] lpfc 8.3.31: Fix build warnings when debugfs is not definedJames Smart2012-05-171-0/+8
| * | [SCSI] lpfc 8.3.31: Fix kernel panic when going into to sleep stateJames Smart2012-05-171-0/+1
| * | [SCSI] lpfc 8.3.31: Fix error message displayed even when not an errorJames Smart2012-05-171-10/+8
| * | [SCSI] lpfc 8.3.31: Fix Read Link status dataJames Smart2012-05-171-3/+4
| * | [SCSI] lpfc 8.3.31: Fixed system panic due to midlayer abort and driver compl...James Smart2012-05-175-21/+54
| * | [SCSI] lpfc 8.3.31: Fix unable to create vports on FCoE SLI4 adapterJames Smart2012-05-171-1/+1
| * | [SCSI] lpfc 8.3.31: Fix initiator sending flogi after acking flogi from targetJames Smart2012-05-172-4/+26
| * | [SCSI] lpfc 8.3.31: Fix bug with driver not supporting the get controller att...James Smart2012-05-172-2/+4
| * | [SCSI] lpfc 8.3.31: Correct handling of SLI4-port XRI resource-provisioning p...James Smart2012-05-176-702/+594
| * | [SCSI] lpfc 8.3.31: Fix bug with driver unload leaving a scsi host for a vpor...James Smart2012-05-171-2/+8
| * | [SCSI] sg: constify sg_proc_leaf_arrJörn Engel2012-05-171-2/+2
| * | [SCSI] sg: remove sg_mutexJörn Engel2012-05-171-17/+2
| * | [SCSI] sg: completely protect sfdsJörn Engel2012-05-171-3/+16
| * | [SCSI] sg: protect sdp->excludeJörn Engel2012-05-171-7/+30
| * | [SCSI] sg: prevent unwoken sleepJörn Engel2012-05-171-2/+14
| * | [SCSI] sg: remove closed flagJörn Engel2012-05-171-7/+7
| * | [SCSI] sg: use wait_event_interruptible()Jörn Engel2012-05-171-12/+7
| * | [SCSI] sg: remove while (1) non-loopJörn Engel2012-05-171-30/+22
| * | [SCSI] sg: remove unnecessary indentationJörn Engel2012-05-171-29/+24
| * | [SCSI] sd: limit the scope of the async probe domainDan Williams2012-05-175-6/+19
| * | [SCSI] hpsa: dial down lockup detection during firmware flashStephen M. Cameron2012-05-103-5/+37
| * | [SCSI] hpsa: removed unused member maxQsinceinitStephen M. Cameron2012-05-101-1/+0
| * | [SCSI] hpsa: add new RAID level "1(ADM)"Mike Miller2012-05-101-1/+1
| * | [SCSI] hpsa: factor out hpsa_free_irqs_and_disable_msixStephen M. Cameron2012-05-101-12/+14
| * | [SCSI] hpsa: refine interrupt handler locking for greater concurrencyMatt Gates2012-05-102-26/+48
| * | [SCSI] hpsa: use multiple reply queuesMatt Gates2012-05-103-73/+153
| * | [SCSI] hpsa: factor out tail calls to next_command() in process_(non)indexed_...Stephen M. Cameron2012-05-101-15/+15
| * | [SCSI] hpsa: do aborts two waysStephen M. Cameron2012-05-101-2/+72
| * | [SCSI] hpsa: add abort error handler functionStephen M. Cameron2012-05-103-2/+271
| * | [SCSI] hpsa: remove unused parameter from finish_cmdStephen M. Cameron2012-05-101-4/+4
| * | [SCSI] hpsa: do not give up retry of driver cmds after only 3 retriesStephen M. Cameron2012-05-101-2/+9
| * | [SCSI] hpsa: retry driver initiated commands on busy statusMatt Bondurant2012-05-101-1/+12
| * | [SCSI] hpsa: do not read from controller unnecessarily in completion codeStephen M. Cameron2012-05-101-4/+4
| * | [SCSI] hpsa: suppress excessively chatty error messagesStephen M. Cameron2012-05-101-1/+1
| * | [SCSI] hpsa: enable bus master bit after pci_enable_deviceStephen M. Cameron2012-05-101-0/+3
| * | [SCSI] hpsa: do not skip disabled devicesStephen M. Cameron2012-05-101-13/+0
| * | [SCSI] hpsa: call pci_disable_device on driver unloadStephen M. Cameron2012-05-101-8/+2