summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2012-05-17isci: All pending TCs are terminated when the RNC is invalidated.Jeff Skirvin1-2/+2
2012-05-17isci: Device access in the error path does not depend on IDEV_GONE.Jeff Skirvin1-2/+5
2012-05-17isci: Add suspension cases for RNC INVALIDATING, POSTING states.Jeff Skirvin4-63/+105
2012-05-17isci: Redesign device suspension, abort, cleanup.Jeff Skirvin11-1474/+418
2012-05-17isci: Escalate to I_T_Nexus_Reset when the device is gone.Jeff Skirvin1-2/+2
2012-05-17isci: Remote device stop also suspends the RNC and terminates I/O.Jeff Skirvin1-12/+11
2012-05-17isci: Remote device must be suspended for NCQ cleanup.Jeff Skirvin1-13/+12
2012-05-17isci: Manage device suspensions during TC terminations.Jeff Skirvin3-49/+154
2012-05-17isci: Terminate outstanding TCs on TX/RX RNC suspensions.Jeff Skirvin7-32/+188
2012-05-17isci: Handle all suspending TC completionsJeff Skirvin7-87/+242
2012-05-17isci: Fixed bug in resumption from RNC Tx/Rx suspend state.Jeff Skirvin1-5/+7
2012-05-17isci: Manage the link layer hang detect timer for RNC suspensions.Jeff Skirvin4-2/+51
2012-05-17isci: fix oem parameter validation on single controller skusDan Williams1-1/+1
2012-05-17isci: enable BCN in sci_port_add_phy()Maciej Trela1-0/+2
2012-05-17isci: Changes in COMSAS timings enabling ISCI to detect buggy disc drives.Andrzej Jakowski2-0/+63
2012-05-17isci: kill isci_host.shostDan Williams2-10/+12
2012-05-17isci: fix interrupt disableDan Williams2-13/+27
2012-05-17isci: fix 'link-up' events occur after 'start-complete'Dan Williams3-38/+50
2012-05-17isci: fix controller stopDan Williams2-52/+55
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-handli...James Smart2-4/+44
2012-05-17[SCSI] lpfc 8.3.31: Fix bug with driver using the wrong xritag when sending a...James Smart2-1/+8
2012-05-17[SCSI] lpfc 8.3.31: Debug helper utility routines for dumping various SLI4 qu...James 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 dete...James 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 compl...James 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 att...James Smart2-2/+4
2012-05-17[SCSI] lpfc 8.3.31: Correct handling of SLI4-port XRI resource-provisioning p...James Smart6-702/+594
2012-05-17[SCSI] lpfc 8.3.31: Fix bug with driver unload leaving a scsi host for a vpor...James 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