Age | Commit message (Expand) | Author | Files | Lines |
2010-04-06 | libata: unlock HPA if device shrunk | Tejun Heo | 1 | -29/+45 |
2010-04-06 | libata: disable NCQ on Crucial C300 SSD | Tejun Heo | 1 | -0/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
2010-03-01 | libata: fix CFA handling in ide_timing_compute() | Bartlomiej Zolnierkiewicz | 1 | -6/+11 |
2010-02-05 | Fix misspelling of "should" and "shouldn't" in comments. | Adam Buchbinder | 1 | -1/+1 |
2010-01-12 | libata: retry link resume if necessary | Tejun Heo | 1 | -7/+31 |
2009-12-03 | libata: add comment documenting PIO latency issues on UP | Bartlomiej Zolnierkiewicz | 1 | -0/+7 |
2009-11-03 | drivers/ata/libata: Move dereference after NULL test | Julia Lawall | 1 | -3/+6 |
2009-10-16 | libata: fix internal command failure handling | Tejun Heo | 1 | -5/+7 |
2009-10-06 | libata: make gtf_filter per-dev | Tejun Heo | 1 | -0/+3 |
2009-09-18 | libata: fix spurious WARN_ON_ONCE() on port freeze | Tejun Heo | 1 | -2/+2 |
2009-09-09 | libata: fix off-by-one error in ata_tf_read_block() | Tejun Heo | 1 | -1/+7 |
2009-09-02 | [libata] add DMA setup FIS auto-activate feature | Shaohua Li | 1 | -7/+29 |
2009-08-12 | libata: OCZ Vertex can't do HPA | Tejun Heo | 1 | -0/+3 |
2009-07-29 | libata: accept late unlocking of HPA | Tejun Heo | 1 | -7/+23 |
2009-07-15 | libata: implement and use HORKAGE_NOSETXFER, take#2 | Tejun Heo | 1 | -2/+18 |
2009-06-23 | libata: don't set IORDY for reset | Tejun Heo | 1 | -4/+9 |
2009-06-23 | [libata] beautify module parameters | Evgeni Golov | 1 | -6/+6 |
2009-06-10 | [libata] get rid of ATA_MAX_QUEUE loop in ata_qc_complete_multiple() v2 | Jens Axboe | 1 | -6/+5 |
2009-05-11 | libata: fix suspend/resume for ATA SEMB devices | Borislav Petkov | 1 | -1/+3 |
2009-04-16 | libata: use ATA_ID_CFA_* | Sergei Shtylyov | 1 | -3/+4 |
2009-04-16 | libata: handle SEMB signature better | Tejun Heo | 1 | -2/+16 |
2009-04-13 | ata: fix obviously wrong comment | Vegard Nossum | 1 | -3/+1 |
2009-03-25 | [libata] More robust parsing for IDENTIFY DEVICE multi_count field | Mark Lord | 1 | -2/+11 |
2009-03-25 | [libata] Export ata_pio_queue_task() so that it can be used from sata_mv. | Mark Lord | 1 | -0/+1 |
2009-03-05 | libata: Don't trust current capacity values in identify words 57-58 | Robert Hancock | 1 | -4/+6 |
2009-03-05 | libata: fix dma_unmap_sg misuse | FUJITA Tomonori | 1 | -2/+2 |
2009-02-03 | libata: implement HORKAGE_1_5_GBPS and apply it to WD My Book | Tejun Heo | 1 | -0/+41 |
2009-02-03 | libata: add @spd_limit to sata_down_spd_limit() | Tejun Heo | 1 | -5/+20 |
2009-02-03 | libata: clear dev->ering in smarter way | Tejun Heo | 1 | -2/+2 |
2009-02-03 | libata: check onlineness before using SPD in sata_down_spd_limit() | Tejun Heo | 1 | -3/+8 |
2009-02-03 | libata: move ata_dev_disable() to libata-eh.c | Tejun Heo | 1 | -12/+0 |
2009-02-03 | libata: fix kernel-doc warnings | Randy Dunlap | 1 | -2/+1 |
2009-01-16 | libata: Add another column to the ata_timing table. | David Daney | 1 | -35/+37 |
2009-01-16 | [libata] get-identity ioctl: Fix use of invalid memory pointer | Jeff Garzik | 1 | -1/+0 |
2009-01-11 | libata: only ports >= 0 need to synchronize | Arjan van de Ven | 1 | -1/+3 |
2009-01-11 | libata: Add a per-host flag to opt-in into parallel port probes | Arjan van de Ven | 1 | -0/+9 |
2009-01-09 | libata: use WARN_ON_ONCE on hot paths | Tejun Heo | 1 | -8/+8 |
2009-01-09 | libata: Add special ata_pio_need_iordy() handling for Compact Flash. | David Daney | 1 | -0/+4 |
2009-01-09 | [libata] ahci: Add SATA GEN3 related messages | Shane Huang | 1 | -0/+1 |
2009-01-07 | fastboot: Make libata initialization even more async | Arjan van de Ven | 1 | -9/+7 |
2009-01-07 | fastboot: make the libata port scan asynchronous | Arjan van de Ven | 1 | -38/+46 |
2008-12-29 | libata: blacklist NCQ on OCZ CORE 2 SSD (resend) | Lubomir Bulej | 1 | -0/+1 |
2008-12-29 | [libata] Update kernel-doc comments to match source code | Qinghuang Feng | 1 | -1/+0 |
2008-12-29 | libata: perform port detach in EH | Tejun Heo | 1 | -19/+4 |
2008-12-29 | libata: when restoring SControl during detach do the PMP links first | Tejun Heo | 1 | -1/+1 |
2008-12-29 | libata: beef up iterators | Tejun Heo | 1 | -61/+122 |
2008-12-16 | libata: fix Seagate NCQ+FLUSH blacklist | Tejun Heo | 1 | -6/+59 |
2008-12-01 | libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQ | Tejun Heo | 1 | -0/+21 |