aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-29[SCSI] scsi_transport_sas: 'enable' phys on resetDan Williams1-0/+1
2012-02-29[SCSI] libsas: don't recover end devices attached to disabled physDan Williams4-5/+8
2012-02-29[SCSI] libsas: fixup target_port_protocols for expanders that don't report sataDan Williams1-0/+2
2012-02-29[SCSI] libsas: set attached device type and target protocols for local physDan Williams3-4/+27
2012-02-29[SCSI] libsas: revert ata srstDan Williams1-38/+0
2012-02-29[SCSI] libsas: fix lifetime of SAS_HA_FROZENDan Williams1-6/+7
2012-02-29[SCSI] libsas: async ata scanningDan Williams11-60/+115
2012-02-29[SCSI] libsas: restore scan orderDan Williams3-45/+32
2012-02-29[SCSI] libsas: delete device on sas address changedDan Williams1-0/+9
2012-02-29[SCSI] libsas: let libata recover links that fail to transmit initial sig-fisDan Williams4-86/+170
2012-02-29[SCSI] libsas: fix sas port namingDan Williams1-1/+1
2012-02-29[SCSI] libsas: improve debug statementsDan Williams2-32/+85
2012-02-29[SCSI] libsas: kill spurious sas_put_deviceMaciej Trela1-2/+0
2012-02-29[SCSI] libsas: fix sas_unregister_ports vs sas_drain_workDan Williams3-13/+25
2012-02-29[SCSI] libsas: route local link resets through ata-ehDan Williams3-20/+37
2012-02-29[SCSI] libsas: fix mixed topology recoveryDan Williams2-12/+9
2012-02-29[SCSI] libsas: close scsi_remove_target() vs libata-eh raceDan Williams3-3/+10
2012-02-29[SCSI] libsas: mark all domain devices gone if root port disappearsDan Williams2-5/+7
2012-02-29[SCSI] libsas: pre-clean commands that won the eh vs completion raceDan Williams1-9/+16
2012-02-29[SCSI] isci: remove IDEV_EH hack to disable "discovery-time" ata resetsDan Williams3-10/+7
2012-02-29[SCSI] isci: remove bus and reset handlersDan Williams3-27/+0
2012-02-29[SCSI] isci: ->lldd_ata_check_ready handlerDan Williams3-0/+29
2012-02-29[SCSI] isci: stop interpreting ->lldd_lu_reset() as an ata soft-resetDan Williams5-286/+15
2012-02-29[SCSI] isci: fix interpretation of "hard" resetDan Williams3-21/+37
2012-02-29[SCSI] isci: kill isci_port->statusDan Williams3-87/+11
2012-02-29[SCSI] isci: kill iphy->isci_port lookupsDan Williams7-77/+83
2012-02-29[SCSI] libsas: don't recover 'gone' devices in sas_ata_hard_reset()Dan Williams1-0/+3
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams11-42/+103
2012-02-29[SCSI] libsas: check for 'gone' expanders in smp_execute_task()Dan Williams1-0/+5
2012-02-29[SCSI] libsas: don't mark expanders as gone when a child device is removedDan Williams1-1/+0
2012-02-29[SCSI] libsas: poll for ata device readiness after resetDan Williams3-35/+82
2012-02-19[SCSI] libsas: async ata-ehDan Williams1-3/+14
2012-02-19[SCSI] libsas: add mutex for SMP task executionJeff Skirvin2-28/+32
2012-02-19[SCSI] libsas: Remove redundant phy state notification calls.Jeff Skirvin1-4/+1
2012-02-19[SCSI] libsas: sas_phy_enable via transport_sas_phy_resetDan Williams3-9/+52
2012-02-19[SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams6-3/+69
2012-02-19[SCSI] libsas: perform sas-transport resets in shost->workq contextDan Williams4-3/+86
2012-02-19[SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failuresDan Williams2-5/+58
2012-02-19[SCSI] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libataDan Williams2-12/+6
2012-02-19[SCSI] libsas: let libata handle command timeoutsDan Williams2-2/+21
2012-02-19[SCSI] libsas: fix timeout vs completion raceDan Williams3-75/+65
2012-02-19[SCSI] libsas: prevent double completion of scmds from ehDan Williams1-28/+33
2012-02-19[SCSI] libsas: close error handling vs sas_ata_task_done() raceDan Williams2-53/+75
2012-02-19[SCSI] libsas: kill invocation of scsi_eh_finish_cmd from sas_ata_task_doneDan Williams1-14/+0
2012-02-19[SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersDan Williams5-323/+48
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams8-16/+158
2012-02-19[SCSI] libsas: convert dev->gone to flagsDan Williams4-6/+6
2012-02-19[SCSI] libsas: remove ata_port.lock management duties from llddsDan Williams7-70/+29
2012-02-19[SCSI] libsas: introduce sas_drain_work()Dan Williams8-26/+89
2012-02-19[SCSI] libsas: convert ha->state to flagsDan Williams2-3/+3