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