summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)Author
2009-01-08libata: Add special ata_pio_need_iordy() handling for Compact Flash.David Daney
2009-01-08[libata] ahci: Add SATA GEN3 related messagesShane Huang
2009-01-07fastboot: Make libata initialization even more asyncArjan van de Ven
2009-01-07fastboot: make the libata port scan asynchronousArjan van de Ven
2008-12-29libata: blacklist NCQ on OCZ CORE 2 SSD (resend)Lubomir Bulej
2008-12-28[libata] Update kernel-doc comments to match source codeQinghuang Feng
2008-12-28libata: perform port detach in EHTejun Heo
2008-12-28libata: when restoring SControl during detach do the PMP links firstTejun Heo
2008-12-28libata: beef up iteratorsTejun Heo
2008-12-16libata: fix Seagate NCQ+FLUSH blacklistTejun Heo
2008-12-01libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQTejun Heo
2008-11-11libata: Avoid overflow in ata_tf_read_block() when tf->hba_lbal > 127Roland Dreier
2008-11-10libata: revert convert-to-block-tagging patchesTejun Heo
2008-11-04libata: mask off DET when restoring SControl for detachTejun Heo
2008-11-04libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply itTejun Heo
2008-10-31libata: add whitelist for devices with known good pata-sata bridgesJens Axboe
2008-10-31libata: Avoid overflow in ata_tf_to_lba48() when tf->hba_lbal > 127Roland Dreier
2008-10-31ATA: remove excess kernel-doc notationRandy Dunlap
2008-10-27libata: add missing kernel-docRandy Dunlap
2008-10-27libata: fix device iteration bugsTejun Heo
2008-10-23libata: switch to using block layer tagging supportJens Axboe
2008-10-22libata: initialize port_task when !CONFIG_ATA_SFFTejun Heo
2008-09-29libata: Implement disk shock protection supportElias Oltmanns
2008-09-29libata: implement slave_linkTejun Heo
2008-09-29libata: misc updates to prepare for slave linkTejun Heo
2008-09-29libata: reimplement link iteratorTejun Heo
2008-09-29libata: make SCR access ops per-linkTejun Heo
2008-08-22libata: Fix a large collection of DMA mode mismatchesAlan Cox
2008-08-22libata: restore SControl on detachTejun Heo
2008-08-22libata: implement no[hs]rst force paramsTejun Heo
2008-07-31pata_it821x: Driver updates and reworkingAlan Cox
2008-07-31libata-core: make sure that ata_force_tbl is freed in case of an errorElias Oltmanns
2008-07-31libata: update atapi disable handlingTejun Heo
2008-07-14libata: improve EH internal command timeout handlingTejun Heo
2008-07-14libata: consistently use msecs for time durationsTejun Heo
2008-06-18libata: don't check whether to use DMA or not for no data commandsTejun Heo
2008-05-30ata: Convert to static DEFINE_SPINLOCK(lock)Pradeep Singh Rautela
2008-05-19libata: ignore SIMG4726 config pseudo deviceTejun Heo
2008-05-19libata: don't schedule LPM action seperately during probingTejun Heo
2008-05-19libata: kill hotplug related race conditionTejun Heo
2008-05-19libata: fix sata_link_hardreset() @online out parameter handlingTejun Heo
2008-05-06libata: export ata_eh_analyze_ncq_errorMark Lord
2008-04-29libata: More TSSTcorp pain, keep in sync with legacy IDEAlan Cox
2008-04-25make sata_set_spd_needed() staticAdrian Bunk
2008-04-25make sata_print_link_status() staticAdrian Bunk
2008-04-24libata: functions with definition should not be externHarvey Harrison
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-04-17libata: Be a bit more slack about early devicesAlan Cox
2008-04-17libata: cable logicAlan Cox
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo