aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-08-24[SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_initDan Williams1-4/+1
2012-08-24[SCSI] libsas: suspend / resume supportDan Williams8-14/+310
2012-07-20[SCSI] async: introduce 'async_domain' typeDan Williams1-1/+1
2012-07-20[SCSI] libsas: trim sas_task of slow path infrastructureDan Williams3-14/+37
2012-07-20[SCSI] libsas: drop sata port multiplier infrastructureDan Williams1-6/+0
2012-07-20[SCSI] libsas: fix sas_discover_devices return code handlingDan Williams1-27/+12
2012-07-20[SCSI] libsas: continue revalidationDan Williams1-4/+4
2012-07-20[SCSI] libsas: sas_rediscover_dev did not look at the SMP exec status.Jeff Skirvin1-1/+6
2012-07-20[SCSI] libsas: use ->lldd_I_T_nexus_reset for ->eh_bus_reset_handlerDan Williams1-11/+8
2012-07-20[SCSI] libsas: add sas_eh_abort_handlerDan Williams1-0/+21
2012-07-20[SCSI] libsas: enforce eh strategy handlers only in eh contextDan Williams3-4/+130
2012-07-20[SCSI] libsas: cleanup spurious calls to scsi_schedule_ehMaciej Trela2-2/+0
2012-07-20[SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams5-25/+72
2012-07-08[SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtfDan Williams1-6/+6
2012-04-23[SCSI] Revert "[SCSI] libsas: fix sas port naming"Dan Williams1-1/+1
2012-04-23[SCSI] libsas: fix false positive 'device attached' conditionsDan Williams1-1/+8
2012-04-23[SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams3-29/+25
2012-04-23[SCSI] libsas: fix ata_eh clobbering ex_phys via smp_ata_check_readyDan Williams1-1/+15
2012-04-23[SCSI] libsas: unify domain_device sas_rphy lifetimesDan Williams2-7/+10
2012-04-23[SCSI] libsas: fix sas_get_port_device regressionDan Williams1-4/+5
2012-04-23[SCSI] libsas: fix sas_find_bcast_phy() in the presence of 'vacant' physThomas Jackson1-5/+12
2012-04-23[SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams6-58/+47
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds10-897/+1345
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-02-29[SCSI] libsas: don't recover end devices attached to disabled physDan Williams3-4/+7
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 Williams4-40/+83
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: stop interpreting ->lldd_lu_reset() as an ata soft-resetDan Williams1-0/+2
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 Williams6-27/+55
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