aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25libata: implement dump_id force paramTejun Heo1-0/+9
2010-05-25libata: disable ATAPI AN by defaultTejun Heo1-1/+6
2010-05-19libata-sff: port_task is SFF specificTejun Heo1-68/+1
2010-05-19libata-sff: ap->[last_]ctl are SFF specificTejun Heo1-2/+0
2010-05-19libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init()Tejun Heo1-6/+17
2010-05-19libata-sff: clean up BMDMA initializationTejun Heo1-25/+0
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo1-65/+1
2010-05-14libata: use __ratelimitAkinobu Mita1-16/+3
2010-05-14libata: use longer 0xff wait if parallel scan is enabledTejun Heo1-6/+12
2010-04-06libata: unlock HPA if device shrunkTejun Heo1-29/+45
2010-04-06libata: disable NCQ on Crucial C300 SSDTejun Heo1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-01libata: fix CFA handling in ide_timing_compute()Bartlomiej Zolnierkiewicz1-6/+11
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2010-01-12libata: retry link resume if necessaryTejun Heo1-7/+31
2009-12-03libata: add comment documenting PIO latency issues on UPBartlomiej Zolnierkiewicz1-0/+7
2009-11-03drivers/ata/libata: Move dereference after NULL testJulia Lawall1-3/+6
2009-10-16libata: fix internal command failure handlingTejun Heo1-5/+7
2009-10-06libata: make gtf_filter per-devTejun Heo1-0/+3
2009-09-17libata: fix spurious WARN_ON_ONCE() on port freezeTejun Heo1-2/+2
2009-09-08libata: fix off-by-one error in ata_tf_read_block()Tejun Heo1-1/+7
2009-09-01[libata] add DMA setup FIS auto-activate featureShaohua Li1-7/+29
2009-08-12libata: OCZ Vertex can't do HPATejun Heo1-0/+3
2009-07-28libata: accept late unlocking of HPATejun Heo1-7/+23
2009-07-14libata: implement and use HORKAGE_NOSETXFER, take#2Tejun Heo1-2/+18
2009-06-23libata: don't set IORDY for resetTejun Heo1-4/+9
2009-06-23[libata] beautify module parametersEvgeni Golov1-6/+6
2009-06-10[libata] get rid of ATA_MAX_QUEUE loop in ata_qc_complete_multiple() v2Jens Axboe1-6/+5
2009-05-11libata: fix suspend/resume for ATA SEMB devicesBorislav Petkov1-1/+3
2009-04-16libata: use ATA_ID_CFA_*Sergei Shtylyov1-3/+4
2009-04-16libata: handle SEMB signature betterTejun Heo1-2/+16
2009-04-13ata: fix obviously wrong commentVegard Nossum1-3/+1
2009-03-24[libata] More robust parsing for IDENTIFY DEVICE multi_count fieldMark Lord1-2/+11
2009-03-24[libata] Export ata_pio_queue_task() so that it can be used from sata_mv.Mark Lord1-0/+1
2009-03-05libata: Don't trust current capacity values in identify words 57-58Robert Hancock1-4/+6
2009-03-05libata: fix dma_unmap_sg misuseFUJITA Tomonori1-2/+2
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