aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-17isci: refactor initialization for S3/S4Dan Williams8-360/+277
2012-05-17isci: kill isci_port.domain_dev_listDan Williams3-15/+6
2012-05-17isci: kill ->status, and ->state_lock in isci_hostDan Williams2-34/+0
2012-05-17isci: Don't filter BROADCAST CHANGE primitivesTom Jackson1-0/+7
2012-05-17isci: kill sci_phy_protocol and sci_request_protocolDan Williams6-37/+21
2012-05-17isci: kill ->is_direct_attachedDan Williams5-49/+17
2012-05-17isci: improve 'invalid state' warningsDan Williams2-30/+36
2012-05-17[SCSI] lpfc 8.3.31: Update lpfc to version 8.3.31James Smart1-1/+1
2012-05-17[SCSI] lpfc 8.3.31: Fixed system crash due to not providing SCSI error-handling host reset handlerJames Smart2-4/+44
2012-05-17[SCSI] lpfc 8.3.31: Fix bug with driver using the wrong xritag when sending an els echoJames Smart2-1/+8
2012-05-17[SCSI] lpfc 8.3.31: Debug helper utility routines for dumping various SLI4 queuesJames Smart3-0/+467
2012-05-17[SCSI] lpfc 8.3.31: Fix unsol abts xri lookupJames Smart3-14/+25
2012-05-17[SCSI] lpfc 8.3.31: Correct point-to-point mode discovery errors on LPe16xxxJames Smart7-31/+175
2012-05-17[SCSI] lpfc 8.3.31: Reregister VPI for SLI3 after cable moved to new Saturn portJames Smart1-5/+8
2012-05-17[SCSI] lpfc 8.3.31: Fix driver crash during back-to-back ramp eventsJames Smart1-0/+8
2012-05-17[SCSI] lpfc 8.3.31: Fix log message for Mailbox command when no error is detectedJames Smart1-8/+17
2012-05-17[SCSI] lpfc 8.3.31: Revise FCP LOG for easier Finisar trace correlationJames Smart1-1/+6
2012-05-17[SCSI] lpfc 8.3.31: Fix build warnings when debugfs is not definedJames Smart1-0/+8
2012-05-17[SCSI] lpfc 8.3.31: Fix kernel panic when going into to sleep stateJames Smart1-0/+1
2012-05-17[SCSI] lpfc 8.3.31: Fix error message displayed even when not an errorJames Smart1-10/+8
2012-05-17[SCSI] lpfc 8.3.31: Fix Read Link status dataJames Smart1-3/+4
2012-05-17[SCSI] lpfc 8.3.31: Fixed system panic due to midlayer abort and driver complete race on SCSI cmdJames Smart5-21/+54
2012-05-17[SCSI] lpfc 8.3.31: Fix unable to create vports on FCoE SLI4 adapterJames Smart1-1/+1
2012-05-17[SCSI] lpfc 8.3.31: Fix initiator sending flogi after acking flogi from targetJames Smart2-4/+26
2012-05-17[SCSI] lpfc 8.3.31: Fix bug with driver not supporting the get controller attributes commandJames Smart2-2/+4
2012-05-17[SCSI] lpfc 8.3.31: Correct handling of SLI4-port XRI resource-provisioning profile changeJames Smart6-702/+594
2012-05-17[SCSI] lpfc 8.3.31: Fix bug with driver unload leaving a scsi host for a vport aroundJames Smart1-2/+8
2012-05-17[SCSI] sg: constify sg_proc_leaf_arrJörn Engel1-2/+2
2012-05-17[SCSI] sg: remove sg_mutexJörn Engel1-17/+2
2012-05-17[SCSI] sg: completely protect sfdsJörn Engel1-3/+16
2012-05-17[SCSI] sg: protect sdp->excludeJörn Engel1-7/+30
2012-05-17[SCSI] sg: prevent unwoken sleepJörn Engel1-2/+14
2012-05-17[SCSI] sg: remove closed flagJörn Engel1-7/+7
2012-05-17[SCSI] sg: use wait_event_interruptible()Jörn Engel1-12/+7
2012-05-17[SCSI] sg: remove while (1) non-loopJörn Engel1-30/+22
2012-05-17[SCSI] sg: remove unnecessary indentationJörn Engel1-29/+24
2012-05-17[SCSI] sd: limit the scope of the async probe domainDan Williams5-6/+19
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-18/+57
2012-05-10[SCSI] hpsa: dial down lockup detection during firmware flashStephen M. Cameron3-5/+37
2012-05-10[SCSI] hpsa: removed unused member maxQsinceinitStephen M. Cameron1-1/+0
2012-05-10[SCSI] hpsa: add new RAID level "1(ADM)"Mike Miller1-1/+1
2012-05-10[SCSI] hpsa: factor out hpsa_free_irqs_and_disable_msixStephen M. Cameron1-12/+14
2012-05-10[SCSI] hpsa: refine interrupt handler locking for greater concurrencyMatt Gates2-26/+48
2012-05-10[SCSI] hpsa: use multiple reply queuesMatt Gates3-73/+153
2012-05-10[SCSI] hpsa: factor out tail calls to next_command() in process_(non)indexed_cmd()Stephen M. Cameron1-15/+15
2012-05-10[SCSI] hpsa: do aborts two waysStephen M. Cameron1-2/+72
2012-05-10[SCSI] hpsa: add abort error handler functionStephen M. Cameron3-2/+271
2012-05-10[SCSI] hpsa: remove unused parameter from finish_cmdStephen M. Cameron1-4/+4
2012-05-10[SCSI] hpsa: do not give up retry of driver cmds after only 3 retriesStephen M. Cameron1-2/+9
2012-05-10[SCSI] hpsa: retry driver initiated commands on busy statusMatt Bondurant1-1/+12