aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas/sas_ata.c
AgeCommit message (Expand)Author
2013-12-11SCSI: libsas: fix usage of ata_tf_to_fisDan Williams
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...James Bottomley
2012-08-24[SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_initDan Williams
2012-08-24[SCSI] libsas: suspend / resume supportDan Williams
2012-07-20[SCSI] async: introduce 'async_domain' typeDan Williams
2012-07-20[SCSI] libsas: cleanup spurious calls to scsi_schedule_ehMaciej Trela
2012-07-20[SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams
2012-07-08[SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtfDan Williams
2012-04-23[SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams
2012-02-29[SCSI] libsas: don't recover end devices attached to disabled physDan Williams
2012-02-29[SCSI] libsas: revert ata srstDan Williams
2012-02-29[SCSI] libsas: async ata scanningDan Williams
2012-02-29[SCSI] libsas: restore scan orderDan Williams
2012-02-29[SCSI] libsas: let libata recover links that fail to transmit initial sig-fisDan Williams
2012-02-29[SCSI] libsas: improve debug statementsDan Williams
2012-02-29[SCSI] libsas: fix mixed topology recoveryDan Williams
2012-02-29[SCSI] libsas: close scsi_remove_target() vs libata-eh raceDan Williams
2012-02-29[SCSI] isci: stop interpreting ->lldd_lu_reset() as an ata soft-resetDan Williams
2012-02-29[SCSI] libsas: don't recover 'gone' devices in sas_ata_hard_reset()Dan Williams
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams
2012-02-29[SCSI] libsas: poll for ata device readiness after resetDan Williams
2012-02-19[SCSI] libsas: async ata-ehDan Williams
2012-02-19[SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams
2012-02-19[SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failuresDan Williams
2012-02-19[SCSI] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libataDan Williams
2012-02-19[SCSI] libsas: fix timeout vs completion raceDan Williams
2012-02-19[SCSI] libsas: close error handling vs sas_ata_task_done() raceDan Williams
2012-02-19[SCSI] libsas: kill invocation of scsi_eh_finish_cmd from sas_ata_task_doneDan Williams
2012-02-19[SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersDan Williams
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams
2012-02-19[SCSI] libsas: convert dev->gone to flagsDan Williams
2012-02-19[SCSI] libsas: remove ata_port.lock management duties from llddsDan Williams
2012-02-19[SCSI] libsas: remove unused ata_task_resp fieldsDan Williams
2011-05-26[SCSI] libsas: Add option for SATA soft resetDave Jiang
2011-05-24[SCSI] libsas: fix SATA NCQ errorXiangliang Yu
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2011-03-14[SCSI] libsas: fix ata list corruption issueJames Bottomley
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov
2011-03-02libata: remove ATA_FLAG_{SRST|SATA_RESET}Sergei Shtylyov
2011-03-02ipr/sas_ata: use mode mask macros from <linux/ata.h>Sergei Shtylyov
2011-03-02libsas: convert to libata new error handlerJames Bottomley
2011-02-13[SCSI] libsas: convert to libata new error handlerJames Bottomley
2011-01-24[SCSI] libsas: remove spurious sata control register read/writeJames Bottomley
2011-01-24[SCSI] libsas: fix ATAPI check condition terminationJames Bottomley
2010-10-08[SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong
2010-10-07[SCSI] libsas: fix NCQ mixing with non-NCQDavid Milburn
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley
2010-05-16[SCSI] libsas: fix deref before check in commit 70b25f890ceJames Bottomley
2010-05-01[SCSI] fix locking around blk_abort_request()Tejun Heo