aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-23libata: report link resume failure as KERN_WARNING instead of ERRTejun Heo1-1/+1
2011-07-23ata: Add and use ata_print_version_onceJoe Perches1-0/+6
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-166/+215
2011-07-23ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-7/+6
2011-06-23libata: apply NOSETXFER horkage to the affected Pioneer drivesTejun Heo1-3/+3
2011-05-19libata: Power off empty portsKristen Carlson Accardi1-2/+8
2011-04-24libata: Pioneer DVR-216D can't do SETXFERJeff Mahoney1-0/+1
2011-04-24ahci: don't enable port irq before handler is registeredMaxime Bizon1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-02[libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]Jeff Garzik1-5/+5
2011-03-02libata: plumb sas port scan into standard libata pathsJames Bottomley1-24/+22
2011-01-28libata: DVR-212D can't do SETXFER DVD-RW DVR-212DFrancesco Antonacci1-0/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-12-24libata: no special completion processing for EH commandsTejun Heo1-9/+15
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-2/+2
2010-10-21libata: implement cross-port EH exclusionTejun Heo1-0/+30
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo1-7/+14
2010-10-21libata: reimplement link power managementTejun Heo1-200/+1
2010-10-21libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() globalTejun Heo1-5/+70
2010-10-21libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo1-25/+25
2010-10-21libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo1-2/+11
2010-10-21[libata] Add ATA transport classGwendal Grignou1-6/+43
2010-09-09libata: skip EH autopsy and recovery during suspendTejun Heo1-1/+13
2010-08-25libata: be less of a drama queen on empty data commandsTejun Heo1-4/+7
2010-08-10docbook: fix fatal error from libataRandy Dunlap1-1/+1
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-15/+5
2010-08-01[libata] update blacklist for new hyphenated pattern ranges (v2)Mark Lord1-10/+4
2010-08-01libata: allow hyphenated pattern rangesMark Lord1-4/+12
2010-08-01libata: reduce blacklist size even more (v2)Mark Lord1-10/+3
2010-08-01libata: reduce blacklist size (v2)Mark Lord1-54/+6
2010-08-01libata: glob_match for ata_device_blacklist (v2)Mark Lord1-21/+57
2010-07-02libata: take advantage of cmwq and remove concurrency limitationsTejun Heo1-15/+5
2010-06-02libata: implement on-demand HPA unlockingTejun Heo1-0/+1
2010-06-02libata: use the enlarged capacity after late HPA unlockTejun Heo1-3/+2
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