libata-pmp: hook PMP support and enable it
[safe/jmp/linux-2.6] / drivers / ata / libata-eh.c
2007-10-12 Tejun Heolibata-pmp: hook PMP support and enable it
2007-10-12 Tejun Heolibata-pmp: update ata_eh_reset() for PMP
2007-10-12 Tejun Heolibata-pmp-prep: implement sata_async_notification()
2007-10-12 Tejun Heolibata-pmp-prep: implement EH fast-fail path
2007-10-12 Tejun Heolibata-pmp-prep: implement ATA_LFLAG_DISABLED
2007-10-12 Tejun Heolibata-pmp-prep: implement ATA_LFLAG_NO_RETRY
2007-10-12 Tejun Heolibata-pmp-prep: implement ATA_LFLAG_NO_SRST, ASSUME_AT...
2007-10-12 Tejun Heolibata-pmp-prep: implement qc_defer helpers
2007-10-12 Tejun Heolibata-pmp-prep: make a number of functions global...
2007-10-12 Tejun Heolibata-pmp-prep: add @new_class to ata_dev_revalidate()
2007-10-12 Tejun Heolibata: move EH repeat reporting into ata_eh_report()
2007-10-12 Tejun Heolibata: implement and use ata_port_desc() to report...
2007-10-12 Tejun Heolibata-link: update EH to deal with PMP links
2007-10-12 Tejun Heolibata-link: update ata_scsi_error() to handle PMP...
2007-10-12 Tejun Heolibata-link: implement ata_link_abort()
2007-10-12 Tejun Heolibata-link: linkify config/EH related functions
2007-10-12 Tejun Heolibata-link: linkify reset
2007-10-12 Tejun Heolibata-link: linkify EH action helpers
2007-10-12 Tejun Heolibata-link: linkify PHY-related functions
2007-10-12 Tejun Heolibata-link: implement and use link/device iterators
2007-10-12 Tejun Heolibata-link: introduce ata_link
2007-07-20 Tejun Heolibata: implement EH fast drain
2007-07-20 Tejun Heolibata: schedule probing after SError access failure...
2007-07-20 Tejun Heolibata: clear HOTPLUG flag after a reset
2007-07-20 Tejun Heolibata: quickly trigger SATA SPD down after debouncing...
2007-07-20 Tejun Heolibata: improve SATA PHY speed down logic
2007-07-20 Tejun Heolibata: implement AC_ERR_NCQ
2007-07-20 Tejun Heolibata: improve EH report formatting
2007-07-11 Tejun Heolibata-link: separate out ata_eh_handle_dev_fail()
2007-07-09 Tejun Heolibata-acpi: implement _GTM/_STM support
2007-07-09 Tejun Heolibata: reimplement ACPI invocation
2007-06-27 Tejun Heolibata: fix infinite EH waiting bug
2007-06-27 Tejun Heolibata: remove unused variable from ata_eh_reset()
2007-06-27 Tejun Heolibata: kill non-sense warning message
2007-05-22 Jeff Garziklibata: Trim trailing whitespace
2007-05-11 Tejun Heolibata: give devices one last chance even if recovery...
2007-05-11 Tejun Heolibata: ignore EH scheduling during initialization
2007-05-11 Tejun Heolibata: reimplement suspend/resume support using sdev...
2007-05-01 Tejun Heolibata: reimplement reset sequencing
2007-05-01 Tejun Heolibata: add deadline support to prereset and reset...
2007-04-28 Tejun Heolibata: separate ATA_EHI_DID_RESET into DID_SOFTRESET...
2007-04-28 Tejun Heolibata: add missing call to ->cable_detect() in new...
2007-04-28 Tejun Heolibata: improve AC_ERR_DEV handling for ->post_internal_cmd
2007-04-28 Tejun Heolibata: hardreset on SERR_INTERNAL
2007-04-04 Albert Leelibata: Clear tf before doing request sense (take 3)
2007-03-28 Tejun Heolibata: IDENTIFY backwards for drive side cable detection
2007-03-19 Tejun Heolibata: don't whine if ->prereset() returns -ENOENT
2007-03-02 Tejun Heolibata: add CONFIG_PM to libata core layer
2007-02-21 Tejun Heolibata: s/ap->id/ap->print_id/g
2007-02-21 Tejun Heolibata: put some intelligence into EH speed down sequence
2007-02-21 Tejun Heolibata: improve probe failure handling
2007-02-21 Tejun Heolibata: improve ata_down_xfermask_limit()
2007-02-09 Tejun Heolibata: kill qc->nsect and cursect
2007-01-27 Tejun Heolibata: fix ata_eh_suspend() return value
2007-01-20 Tejun Heolibata: fix handling of port actions in per-dev action...
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-03 Tejun Heo[PATCH] libata: always use polling IDENTIFY
2006-12-03 Tejun Heo[PATCH] libata: don't request sense if the port is...
2006-12-02 Tejun Heo[PATCH] libata: print cdb[0] in failed qc report
2006-12-02 Tejun Heo[PATCH] libata: improve failed qc reporting
2006-12-02 Tejun Heo[PATCH] libata: implement presence detection via pollin...
2006-12-02 Tejun Heo[PATCH] libata: convert @post_reset to @flags in ata_de...
2006-12-02 Tejun Heo[PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_P...
2006-12-02 Tejun Heo[PATCH] libata: implement ATA_EHI_PRINTINFO
2006-11-22 David HowellsWorkStruct: Separate delayable and non-delayable events.
2006-09-26 Alan Cox[PATCH] libata-eh: Remove layering violation and duplic...
2006-09-24 Jeff GarzikMerge branch 'master' into upstream
2006-08-24 Jeff Garziklibata: Grand renaming.
2006-08-10 Jeff GarzikMove libata to drivers/ata.