libata: move ata_dev_disable() to libata-eh.c
[safe/jmp/linux-2.6] / drivers / ata / libata-eh.c
2009-02-03 Tejun Heolibata: move ata_dev_disable() to libata-eh.c
2009-02-03 Tejun Heolibata: fix EH device failure handling
2008-12-29 Tejun Heolibata: perform port detach in EH
2008-12-29 Tejun Heolibata: beef up iterators
2008-11-11 Tejun Heolibata: fix last_reset timestamp handling
2008-10-28 Tejun Heolibata: clear saved xfer_mode and ncq_enabled on device...
2008-10-28 Tejun Heolibata: fix device iteration bugs
2008-10-23 Tejun Heolibata: set device class to NONE if phys_offline
2008-10-23 Tejun Heolibata-eh: fix slave link EH action mask handling
2008-10-23 Tejun Heolibata: transfer EHI control flags to slave ehc.i
2008-10-10 Linus TorvaldsMerge branch 'for-2.6.28' of git://git.kernel.dk/linux...
2008-10-09 Jens Axboeblock: unify request timeout handling
2008-09-29 Tejun Heolibata-eh: clear UNIT ATTENTION after reset
2008-09-29 Elias Oltmannslibata: Implement disk shock protection support
2008-09-29 Tejun Heolibata: implement slave_link
2008-08-22 Tejun Heolibata: use ata_link_printk() when printing SError
2008-08-22 Tejun Heolibata: always do follow-up SRST if hardreset returned...
2008-08-22 Tejun Heolibata: fix EH action overwriting in ata_eh_reset()
2008-08-22 Tejun Heolibata: implement no[hs]rst force params
2008-07-14 Tejun Heolibata-eh: update atapi_eh_request_sense() to take...
2008-07-14 Tejun Heolibata: improve EH internal command timeout handling
2008-07-14 Tejun Heolibata: use ULONG_MAX to terminate reset timeout table
2008-07-14 Tejun Heolibata: improve EH retry delay handling
2008-07-14 Tejun Heolibata: consistently use msecs for time durations
2008-05-19 Tejun Heolibata: ignore recovered PHY errors
2008-05-19 Tejun Heolibata: kill hotplug related race condition
2008-05-19 Tejun Heolibata: move reset freeze/thaw handling into ata_eh_reset()
2008-05-19 Tejun Heolibata: reorganize ata_eh_reset() no reset method path
2008-05-06 Mark Lordlibata: export ata_eh_analyze_ncq_error
2008-04-25 Mark Lordlibata-eh set tf flags in NCQ EH result_tf
2008-04-17 Tejun Heolibata: make EH fail gracefully if no reset method...
2008-04-17 Tejun Heolibata: move link onlineness check out of softreset...
2008-04-17 Tejun Heolibata: kill dead code paths in reset path
2008-04-17 Tejun Heolibata: implement PMP helpers
2008-04-17 Tejun Heolibata: unify mechanism to request follow-up SRST
2008-04-17 Tejun Heolibata: move PMP SCR access failure during reset to...
2008-04-17 Tejun Heolibata: implement and use sata_std_hardreset()
2008-04-17 Tejun Heolibata: rename SFF functions
2008-04-17 Tejun Heolibata: implement ATA_QCFLAG_RETRY
2008-04-17 Tejun Heolibata: make reset related methods proper port operations
2008-04-17 Tejun Heolibata: kill ata_ehi_schedule_probe()
2008-04-17 Tejun Heolibata: kill ATA_EHI_RESUME_LINK
2008-04-17 Tejun Heolibata: prefer hardreset
2008-03-29 Tejun Heolibata: ATA_EHI_LPM should be ATA_EH_LPM
2008-03-11 Tejun Heolibata: allow LLDs w/o any reset method
2008-02-20 Tejun Heolibata: implement libata.force module parameter
2008-01-23 Tejun Heolibata: fix off-by-one in error categorization
2008-01-23 Tejun Heolibata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
2008-01-23 Andrew Mortondrivers/ata/libata-eh.c: fix printk warning
2008-01-23 Jeff Garzik[libata] Build fix WRT ata_is_xxx() new API introduction
2008-01-23 Tejun Heolibata: implement fast speed down for unverified data...
2008-01-23 Tejun Heolibata: implement ATA_DFLAG_DUBIOUS_XFER
2008-01-23 Tejun Heolibata: adjust speed down rules
2008-01-23 Tejun Heolibata: clean up EH speed down implementation
2008-01-23 Tejun Heolibata: move ata_set_mode() to libata-eh.c
2008-01-23 Tejun Heolibata: factor out ata_eh_schedule_probe()
2008-01-23 Shaohua Lilibata-acpi: add ACPI _PSx method
2008-01-10 Tejun Heolibata: don't normalize UNKNOWN to NONE after reset
2008-01-10 Tejun Heolibata-pmp: propagate timeout to host link
2007-12-18 Tejun Heolibata: update atapi_eh_request_sense() such that lbam...
2007-12-01 Tejun Heolibata: report protocol and full CDB on error
2007-11-19 Adrian Bunklibata: remove unused functions
2007-11-03 Tejun Heolibata: consider errors not associated with commands...
2007-11-03 Tejun Heolibata: more robust reset failure handling
2007-11-03 Tejun Heolibata: cosmetic clean up / reorganization of ata_eh_re...
2007-11-03 Tejun Heolibata: fix timing computation in ata_eh_reset()
2007-10-30 Tejun Heolibata: implement and use ATA_QCFLAG_QUIET
2007-10-30 Tejun Heolibata: stop being overjealous about non-IO commands
2007-10-29 Kristen Carlson... [libata] Link power management infrastructure
2007-10-29 Tejun Heolibata: no need to speed down if already at PIO0
2007-10-29 Tejun Heolibata: relocate forcing PIO0 on reset
2007-10-29 Tejun Heolibata: track SLEEP state and issue SRST to wake it up
2007-10-25 Tejun Heolibata: cosmetic clean up in ata_eh_reset()
2007-10-24 Jeff Garzik[libata] checkpatch-inspired cleanups
2007-10-12 Jeff Garzik[libata] struct pci_dev related cleanups
2007-10-12 Tejun Heolibata: use ata_exec_internal() for PMP register access
2007-10-12 Tejun Heolibata: implement ATA_PFLAG_RESETTING
2007-10-12 Tejun Heolibata: add @timeout to ata_exec_internal[_sg]()
2007-10-12 Tejun Heolibata: wrap schedule_timeout_uninterruptible() in...
2007-10-12 Tejun Heolibata: skip suppress reporting if ATA_EHI_QUIET
2007-10-12 Robert Hancocklibata: add human-readable error value decoding
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
next