| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | libata: fix follow-up SRST failure path | Tejun Heo | 2009-07-15 | 1 | -0/+4 |
* | trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati... | Martin Olsson | 2009-06-12 | 1 | -1/+1 |
* | libata: clear ering on resume | Tejun Heo | 2009-05-11 | 1 | -0/+13 |
* | libata: fix attach error handling | Tejun Heo | 2009-05-11 | 1 | -4/+17 |
* | [libata] Improve timeout handling | Alan Cox | 2009-03-25 | 1 | -2/+17 |
* | libata: make sure port is thawed when skipping resets | Tejun Heo | 2009-03-05 | 1 | -1/+4 |
* | libata: don't use on-stack sense buffer | Tejun Heo | 2009-03-05 | 1 | -1/+1 |
* | libata: add no penalty retry request for EH device handling routines | Tejun Heo | 2009-02-03 | 1 | -1/+5 |
* | libata: improve probe failure handling | Tejun Heo | 2009-02-03 | 1 | -0/+38 |
* | libata: add @spd_limit to sata_down_spd_limit() | Tejun Heo | 2009-02-03 | 1 | -5/+5 |
* | libata: clear dev->ering in smarter way | Tejun Heo | 2009-02-03 | 1 | -0/+7 |
* | libata: move ata_dev_disable() to libata-eh.c | Tejun Heo | 2009-02-03 | 1 | -0/+21 |
* | libata: fix EH device failure handling | Tejun Heo | 2009-02-03 | 1 | -2/+3 |
* | libata: perform port detach in EH | Tejun Heo | 2008-12-29 | 1 | -1/+31 |
* | libata: beef up iterators | Tejun Heo | 2008-12-29 | 1 | -47/+37 |
* | libata: fix last_reset timestamp handling | Tejun Heo | 2008-11-11 | 1 | -10/+11 |
* | libata: clear saved xfer_mode and ncq_enabled on device detach | Tejun Heo | 2008-10-28 | 1 | -1/+4 |
* | libata: fix device iteration bugs | Tejun Heo | 2008-10-28 | 1 | -0/+9 |
* | libata: set device class to NONE if phys_offline | Tejun Heo | 2008-10-23 | 1 | -8/+8 |
* | libata-eh: fix slave link EH action mask handling | Tejun Heo | 2008-10-23 | 1 | -1/+4 |
* | libata: transfer EHI control flags to slave ehc.i | Tejun Heo | 2008-10-23 | 1 | -0/+5 |
* | Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-10-10 | 1 | -6/+7 |
|\ |
|
| * | block: unify request timeout handling | Jens Axboe | 2008-10-09 | 1 | -6/+7 |
* | | libata-eh: clear UNIT ATTENTION after reset | Tejun Heo | 2008-09-29 | 1 | -0/+94 |
* | | libata: Implement disk shock protection support | Elias Oltmanns | 2008-09-29 | 1 | -1/+125 |
* | | libata: implement slave_link | Tejun Heo | 2008-09-29 | 1 | -26/+116 |
|/ |
|
* | libata: use ata_link_printk() when printing SError | Tejun Heo | 2008-08-22 | 1 | -1/+1 |
* | libata: always do follow-up SRST if hardreset returned -EAGAIN | Tejun Heo | 2008-08-22 | 1 | -14/+6 |
* | libata: fix EH action overwriting in ata_eh_reset() | Tejun Heo | 2008-08-22 | 1 | -2/+2 |
* | libata: implement no[hs]rst force params | Tejun Heo | 2008-08-22 | 1 | -0/+4 |
* | libata-eh: update atapi_eh_request_sense() to take @dev instead of @qc | Tejun Heo | 2008-07-14 | 1 | -10/+9 |
* | libata: improve EH internal command timeout handling | Tejun Heo | 2008-07-14 | 1 | -1/+120 |
* | libata: use ULONG_MAX to terminate reset timeout table | Tejun Heo | 2008-07-14 | 1 | -3/+5 |
* | libata: improve EH retry delay handling | Tejun Heo | 2008-07-14 | 1 | -18/+20 |
* | libata: consistently use msecs for time durations | Tejun Heo | 2008-07-14 | 1 | -16/+17 |
* | libata: ignore recovered PHY errors | Tejun Heo | 2008-05-19 | 1 | -6/+1 |
* | libata: kill hotplug related race condition | Tejun Heo | 2008-05-19 | 1 | -10/+42 |
* | libata: move reset freeze/thaw handling into ata_eh_reset() | Tejun Heo | 2008-05-19 | 1 | -28/+18 |
* | libata: reorganize ata_eh_reset() no reset method path | Tejun Heo | 2008-05-19 | 1 | -50/+52 |
* | libata: export ata_eh_analyze_ncq_error | Mark Lord | 2008-05-06 | 1 | -1/+1 |
* | libata-eh set tf flags in NCQ EH result_tf | Mark Lord | 2008-04-25 | 1 | -0/+1 |
* | libata: make EH fail gracefully if no reset method is available | Tejun Heo | 2008-04-17 | 1 | -1/+6 |
* | libata: move link onlineness check out of softreset methods | Tejun Heo | 2008-04-17 | 1 | -1/+1 |
* | libata: kill dead code paths in reset path | Tejun Heo | 2008-04-17 | 1 | -18/+1 |
* | libata: implement PMP helpers | Tejun Heo | 2008-04-17 | 1 | -7/+7 |
* | libata: unify mechanism to request follow-up SRST | Tejun Heo | 2008-04-17 | 1 | -18/+8 |
* | libata: move PMP SCR access failure during reset to ata_eh_reset() | Tejun Heo | 2008-04-17 | 1 | -0/+5 |
* | libata: implement and use sata_std_hardreset() | Tejun Heo | 2008-04-17 | 1 | -5/+2 |
* | libata: rename SFF functions | Tejun Heo | 2008-04-17 | 1 | -1/+1 |
* | libata: implement ATA_QCFLAG_RETRY | Tejun Heo | 2008-04-17 | 1 | -10/+8 |