aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstreamJeff Garzik1-11/+46
2012-07-25libata-eh.c: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-07-20[SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams1-11/+46
2012-05-07libata-eh don't waste time retrying media errors (v3)Mark Lord1-3/+21
2012-05-03libata: skip old error history when counting probe trialsLin Ming1-1/+2
2012-02-19[SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams1-0/+1
2011-11-09[libata] Issue SRST to Sil3726 PMPGwendal Grignou1-1/+11
2011-10-31ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-10-08libata-eh: ata_eh_followup_srst_needed() does not need 'classes' parameterSergei Shtylyov1-3/+2
2011-07-23libata: leave port thawed after reset failureTejun Heo1-1/+10
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-75/+68
2011-06-07libata: fix unexpectedly frozen port after ata_eh_reset()Tejun Heo1-4/+8
2011-05-19libata: Power off empty portsKristen Carlson Accardi1-1/+1
2011-05-14libata: fix oops when LPM is used with PMPTejun Heo1-1/+1
2011-04-24libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65Tejun Heo1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi1-5/+5
2011-03-02libata: separate error handler into usable componentsJames Bottomley1-9/+44
2011-03-02libata: fix eh lockingJames Bottomley1-2/+7
2011-03-02libata: fix hotplug for drivers which don't implement LPMTejun Heo1-1/+1
2010-12-24libata: issue DIPM enable commands with LPM state updatedTejun Heo1-3/+14
2010-10-21libata: implement cross-port EH exclusionTejun Heo1-1/+43
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo1-1/+1
2010-10-21libata: implement LPM support for port multipliersTejun Heo1-6/+15
2010-10-21libata: reimplement link power managementTejun Heo1-19/+145
2010-10-21libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo1-1/+1
2010-10-21[libata] Add ATA transport classGwendal Grignou1-14/+21
2010-09-09libata: skip EH autopsy and recovery during suspendTejun Heo1-0/+4
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2010-08-01[libata] add ATA_CMD_DSM to ata_get_cmd_descriptFUJITA Tomonori1-0/+1
2010-07-02libata: take advantage of cmwq and remove concurrency limitationsTejun Heo1-2/+2
2010-05-19libata-sff: separate out BMDMA EHTejun Heo1-1/+1
2010-05-19libata-sff: port_task is SFF specificTejun Heo1-2/+2
2010-04-22libata: ensure NCQ error result taskfile is fully initializedJeff Garzik1-0/+1
2010-04-22libata: fix locking around blk_abort_request()Tejun Heo1-0/+4
2010-01-20libata: retry FS IOs even if it has failed with AC_ERR_INVALIDTejun Heo1-2/+3
2009-12-03libata: retry failed FLUSH if device didn't fail itTejun Heo1-0/+94
2009-10-16libata: fix PMP initializationTejun Heo1-2/+4
2009-10-06libata: fix incorrect link online check during probeTejun Heo1-18/+32
2009-09-01libata: add command name parsing for error outputRobert Hancock1-2/+126
2009-09-01libata: clear eh_info on reset completionTejun Heo1-3/+9
2009-09-01[libata] EH: freeze port before aborting commandsJeff Garzik1-2/+4
2009-07-28libata: add missing NULL pointer check to ata_eh_reset()Bartlomiej Zolnierkiewicz1-1/+1
2009-07-14libata: fix follow-up SRST failure pathTejun Heo1-0/+4
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson1-1/+1
2009-05-11libata: clear ering on resumeTejun Heo1-0/+13
2009-05-11libata: fix attach error handlingTejun Heo1-4/+17
2009-03-24[libata] Improve timeout handlingAlan Cox1-2/+17
2009-03-05libata: make sure port is thawed when skipping resetsTejun Heo1-1/+4
2009-03-05libata: don't use on-stack sense bufferTejun Heo1-1/+1
2009-02-02libata: add no penalty retry request for EH device handling routinesTejun Heo1-1/+5