mm: bdi: export bdi_writeout_inc()
[safe/jmp/linux-2.6] / drivers / ata / libata-eh.c
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
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
next