aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-02libata: implement HORKAGE_1_5_GBPS and apply it to WD My BookTejun Heo1-0/+41
2009-02-02libata: add @spd_limit to sata_down_spd_limit()Tejun Heo1-5/+20
2009-02-02libata: clear dev->ering in smarter wayTejun Heo1-2/+2
2009-02-02libata: check onlineness before using SPD in sata_down_spd_limit()Tejun Heo1-3/+8
2009-02-02libata: move ata_dev_disable() to libata-eh.cTejun Heo1-12/+0
2009-02-02libata: fix kernel-doc warningsRandy Dunlap1-2/+1
2009-01-16libata: Add another column to the ata_timing table.David Daney1-35/+37
2009-01-16[libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik1-1/+0
2009-01-10libata: only ports >= 0 need to synchronizeArjan van de Ven1-1/+3
2009-01-10libata: Add a per-host flag to opt-in into parallel port probesArjan van de Ven1-0/+9
2009-01-09libata: use WARN_ON_ONCE on hot pathsTejun Heo1-8/+8
2009-01-08libata: Add special ata_pio_need_iordy() handling for Compact Flash.David Daney1-0/+4
2009-01-08[libata] ahci: Add SATA GEN3 related messagesShane Huang1-0/+1
2009-01-07fastboot: Make libata initialization even more asyncArjan van de Ven1-9/+7
2009-01-07fastboot: make the libata port scan asynchronousArjan van de Ven1-38/+46
2008-12-29libata: blacklist NCQ on OCZ CORE 2 SSD (resend)Lubomir Bulej1-0/+1
2008-12-28[libata] Update kernel-doc comments to match source codeQinghuang Feng1-1/+0
2008-12-28libata: perform port detach in EHTejun Heo1-19/+4
2008-12-28libata: when restoring SControl during detach do the PMP links firstTejun Heo1-1/+1
2008-12-28libata: beef up iteratorsTejun Heo1-61/+122
2008-12-16libata: fix Seagate NCQ+FLUSH blacklistTejun Heo1-6/+59
2008-12-01libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQTejun Heo1-0/+21
2008-11-11libata: Avoid overflow in ata_tf_read_block() when tf->hba_lbal > 127Roland Dreier1-1/+1
2008-11-10libata: revert convert-to-block-tagging patchesTejun Heo1-6/+60
2008-11-04libata: mask off DET when restoring SControl for detachTejun Heo1-1/+1
2008-11-04libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply itTejun Heo1-1/+3
2008-10-31libata: add whitelist for devices with known good pata-sata bridgesJens Axboe1-0/+7
2008-10-31libata: Avoid overflow in ata_tf_to_lba48() when tf->hba_lbal > 127Roland Dreier1-1/+1
2008-10-31ATA: remove excess kernel-doc notationRandy Dunlap1-2/+0
2008-10-27libata: add missing kernel-docRandy Dunlap1-0/+1
2008-10-27libata: fix device iteration bugsTejun Heo1-15/+19
2008-10-23libata: switch to using block layer tagging supportJens Axboe1-60/+6
2008-10-22libata: initialize port_task when !CONFIG_ATA_SFFTejun Heo1-0/+2
2008-09-29libata: Implement disk shock protection supportElias Oltmanns1-0/+1
2008-09-29libata: implement slave_linkTejun Heo1-23/+179
2008-09-29libata: misc updates to prepare for slave linkTejun Heo1-8/+8
2008-09-29libata: reimplement link iteratorTejun Heo1-0/+30
2008-09-29libata: make SCR access ops per-linkTejun Heo1-9/+4
2008-08-22libata: Fix a large collection of DMA mode mismatchesAlan Cox1-2/+2
2008-08-22libata: restore SControl on detachTejun Heo1-5/+5
2008-08-22libata: implement no[hs]rst force paramsTejun Heo1-16/+30
2008-07-31pata_it821x: Driver updates and reworkingAlan Cox1-5/+26
2008-07-31libata-core: make sure that ata_force_tbl is freed in case of an errorElias Oltmanns1-5/+9
2008-07-31libata: update atapi disable handlingTejun Heo1-1/+11
2008-07-14libata: improve EH internal command timeout handlingTejun Heo1-3/+13
2008-07-14libata: consistently use msecs for time durationsTejun Heo1-23/+21
2008-06-18libata: don't check whether to use DMA or not for no data commandsTejun Heo1-2/+2
2008-05-30ata: Convert to static DEFINE_SPINLOCK(lock)Pradeep Singh Rautela1-1/+1
2008-05-19libata: ignore SIMG4726 config pseudo deviceTejun Heo1-2/+8
2008-05-19libata: don't schedule LPM action seperately during probingTejun Heo1-2/+1