lockd: convert nsm_mutex to a spinlock
[safe/jmp/linux-2.6] / include / linux / libata.h
2008-04-20 Tony JonesSCSI: convert struct class_device to struct device
2008-04-17 Tejun Heolibata: make PMP support optional
2008-04-17 Tejun Heolibata: implement PMP helpers
2008-04-17 Tejun Heolibata: separate PMP support code from core code
2008-04-17 Tejun Heolibata: make SFF support optional
2008-04-17 Tejun Heolibata: kill ata_noop_dev_select()
2008-04-17 Tejun Heolibata: drop @finish_qc from ata_qc_complete_multiple()
2008-04-17 Tejun Heolibata: add qc_fill_rtf port operation
2008-04-17 Tejun Heolibata: move PMP SCR access failure during reset to...
2008-04-17 Tejun Heolibata: clear SError after link resume
2008-04-17 Tejun Heolibata: implement and use sata_std_hardreset()
2008-04-17 Tejun Heolibata: move generic hardreset code from sata_sff_hardr...
2008-04-17 Tejun Heolibata: separate out ata_wait_ready() and implement...
2008-04-17 Tejun Heolibata: restructure SFF post-reset readiness waits
2008-04-17 Tejun Heolibata: separate out ata_std_postreset() from ata_sff_p...
2008-04-17 Tejun Heolibata: separate out ata_std_prereset() from ata_sff_pr...
2008-04-17 Tejun Heolibata: clean up port_ops->sff_irq_clear()
2008-04-17 Tejun Heolibata: rename SFF port ops
2008-04-17 Tejun Heolibata: rename SFF functions
2008-04-17 Yoichi Yuasause ATA_TAG_INTERNAL in ata_tag_internal()
2008-04-17 Tejun Heolibata: implement ATA_QCFLAG_RETRY
2008-04-17 Tejun Heolibata: kill ata_chk_status()
2008-04-17 Tejun Heolibata: move ata_pci_default_filter() out of CONFIG_PCI
2008-04-17 Tejun Heolibata: reorganize SFF related stuff
2008-04-17 Tejun Heolibata: make reset related methods proper port operations
2008-04-17 Tejun Heolibata: kill port_info->sht and ->irq_handler
2008-04-17 Tejun Heolibata: stop overloading port_info->private_data
2008-04-17 Tejun Heolibata: make ata_pci_init_one() not use ops->irq_handle...
2008-04-17 Tejun Heolibata: implement and use ops inheritance
2008-04-17 Tejun Heolibata: implement and use SHT initializers
2008-04-17 Tejun Heolibata: implement and use ata_noop_irq_clear()
2008-04-17 Tejun Heolibata: reorganize ata_port_operations
2008-04-17 Tejun Heolibata: kill ata_ehi_schedule_probe()
2008-04-17 Tejun Heolibata: kill ATA_LFLAG_SKIP_D2H_BSY
2008-04-17 Tejun Heolibata: kill ATA_EHI_RESUME_LINK
2008-04-17 Tejun Heolibata: kill ATA_LFLAG_HRST_TO_RESUME
2008-04-17 Tejun Heolibata: prefer hardreset
2008-04-04 Tejun Heolibata: ATA_12/16 doesn't fall into ATAPI_MISC
2008-04-04 Tejun Heolibata: uninline atapi_cmd_type()
2008-03-29 Tejun Heolibata: ATA_EHI_LPM should be ATA_EH_LPM
2008-03-25 Tejun Heolibata: implement ata_qc_raw_nbytes()
2008-02-24 Tejun Heolibata: automatically use DMADIR if drive/bridge requir...
2008-02-20 Harvey Harrisonata: fix sparse warning in libata.h
2008-02-19 James Bottomleylibata: eliminate the home grown dma padding in favour of
2008-02-06 James Bottomleylibata: kill now unused n_iter and fix sata_fsl
2008-01-23 Tejun Heolibata: factor out ata_pci_activate_sff_host() from...
2008-01-23 Jeff Garziklibata: make ata_port_queue_task() an internal function
2008-01-23 Tejun Heolibata: make qc->nbytes include extra buffers
2008-01-23 Tejun Heolibata: convert to chained sg
2008-01-23 Tejun Heolibata: kill non-sg DMA interface
2008-01-23 Tejun Heolibata: update ->data_xfer hook for ATAPI
2008-01-23 Tejun Heolibata: add ATAPI_* cmd types and implement atapi_cmd_t...
2008-01-23 Tejun Heolibata: reimplement ata_acpi_cbl_80wire() using ata_acp...
2008-01-23 Tejun Heolibata: implement ata_timing_cycle2mode() and use it...
2008-01-23 Tejun Heolibata: separate out ata_acpi_gtm_xfermask() from pacpi...
2008-01-23 Tejun Heolibata: add ATA_CBL_PATA_IGN
2008-01-23 Tejun Heolibata: xfer_mask is unsigned long not unsigned int
2008-01-23 Tejun Heolibata: kill ata_id_to_dma_mode()
2008-01-23 Tejun Heolibata: clean up xfermode / PATA timing related stuff
2008-01-23 Tejun Heolibata: export xfermode / PATA timing related functions
2008-01-23 Tejun Heolibata: implement ATA_DFLAG_DUBIOUS_XFER
2008-01-23 Tejun Heolibata: clean up EH speed down implementation
2008-01-23 Tejun Heolibata: rearrange ATA_DFLAG_*
2007-12-18 Tejun Heolibata: fix ATAPI draining
2007-12-18 Tejun Heolibata-acpi: implement dev->gtf_cache and evaluate...
2007-12-18 Tejun Heolibata-acpi: implement and use ata_acpi_init_gtm()
2007-12-18 Tejun Heolibata: update ata_*_printk() macros such that level...
2007-12-18 Tejun Heolibata-acpi: adjust constness in ata_acpi_gtm/stm(...
2007-11-19 Albert Leelibata: workaround DRQ=1 ERR=1 for ATAPI tape drives
2007-11-19 Adrian Bunklibata: remove unused functions
2007-11-05 Alan Coxlibata: handle broken cable reporting
2007-10-30 Tejun Heolibata: implement and use ATA_QCFLAG_QUIET
2007-10-29 Kristen Carlson... [libata] Link power management infrastructure
2007-10-29 Tejun Heolibata: implement ata_wait_after_reset()
2007-10-29 Tejun Heolibata: track SLEEP state and issue SRST to wake it up
2007-10-24 Jeff Garzik[libata] checkpatch-inspired cleanups
2007-10-18 Jeff Garzik[libata] kill ata_sg_is_last()
2007-10-16 Jens Axboelibata: convert to using sg helpers
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 Alan Coxlibata-core: Expose gtm methods for driver use
2007-10-12 Alan Coxlibata: Add a drivers/ide style DMA disable
2007-10-12 Tejun Heolibata-pmp: implement qc_defer for command switching...
2007-10-12 Tejun Heolibata-pmp: implement Port Multiplier support
2007-10-12 Alan Cox[PATCH] libata: Fix HPA handling regression
2007-10-12 Tejun Heolibata-pmp-prep: implement sata_async_notification()
2007-10-12 Tejun Heolibata-pmp-prep: implement ATA_HORKAGE_SKIP_PM
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: implement ops->qc_defer()
2007-10-12 Tejun Heolibata-pmp-prep: add PMP related constants, fields...
2007-10-12 Tejun Heolibata: update ata_dev_try_classify() arguments
2007-10-12 Kristen Carlson... ata: increase allowed config flags
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 Jeff Garzik[libata] Remove ->port_disable() hook
2007-10-12 Alan Cox[libata] add ACPI cable detect API
next