index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-eh.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-28
libata: perform port detach in EH
Tejun Heo
1
-1
/
+31
2008-12-28
libata: beef up iterators
Tejun Heo
1
-47
/
+37
2008-11-11
libata: fix last_reset timestamp handling
Tejun Heo
1
-10
/
+11
2008-10-27
libata: clear saved xfer_mode and ncq_enabled on device detach
Tejun Heo
1
-1
/
+4
2008-10-27
libata: fix device iteration bugs
Tejun Heo
1
-0
/
+9
2008-10-22
libata: set device class to NONE if phys_offline
Tejun Heo
1
-8
/
+8
2008-10-22
libata-eh: fix slave link EH action mask handling
Tejun Heo
1
-1
/
+4
2008-10-22
libata: transfer EHI control flags to slave ehc.i
Tejun Heo
1
-0
/
+5
2008-10-10
Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-6
/
+7
2008-10-09
block: unify request timeout handling
Jens Axboe
1
-6
/
+7
2008-09-29
libata-eh: clear UNIT ATTENTION after reset
Tejun Heo
1
-0
/
+94
2008-09-29
libata: Implement disk shock protection support
Elias Oltmanns
1
-1
/
+125
2008-09-29
libata: implement slave_link
Tejun Heo
1
-26
/
+116
2008-08-22
libata: use ata_link_printk() when printing SError
Tejun Heo
1
-1
/
+1
2008-08-22
libata: always do follow-up SRST if hardreset returned -EAGAIN
Tejun Heo
1
-14
/
+6
2008-08-22
libata: fix EH action overwriting in ata_eh_reset()
Tejun Heo
1
-2
/
+2
2008-08-22
libata: implement no[hs]rst force params
Tejun Heo
1
-0
/
+4
2008-07-14
libata-eh: update atapi_eh_request_sense() to take @dev instead of @qc
Tejun Heo
1
-10
/
+9
2008-07-14
libata: improve EH internal command timeout handling
Tejun Heo
1
-1
/
+120
2008-07-14
libata: use ULONG_MAX to terminate reset timeout table
Tejun Heo
1
-3
/
+5
2008-07-14
libata: improve EH retry delay handling
Tejun Heo
1
-18
/
+20
2008-07-14
libata: consistently use msecs for time durations
Tejun Heo
1
-16
/
+17
2008-05-19
libata: ignore recovered PHY errors
Tejun Heo
1
-6
/
+1
2008-05-19
libata: kill hotplug related race condition
Tejun Heo
1
-10
/
+42
2008-05-19
libata: move reset freeze/thaw handling into ata_eh_reset()
Tejun Heo
1
-28
/
+18
2008-05-19
libata: reorganize ata_eh_reset() no reset method path
Tejun Heo
1
-50
/
+52
2008-05-06
libata: export ata_eh_analyze_ncq_error
Mark Lord
1
-1
/
+1
2008-04-25
libata-eh set tf flags in NCQ EH result_tf
Mark Lord
1
-0
/
+1
2008-04-17
libata: make EH fail gracefully if no reset method is available
Tejun Heo
1
-1
/
+6
2008-04-17
libata: move link onlineness check out of softreset methods
Tejun Heo
1
-1
/
+1
2008-04-17
libata: kill dead code paths in reset path
Tejun Heo
1
-18
/
+1
2008-04-17
libata: implement PMP helpers
Tejun Heo
1
-7
/
+7
2008-04-17
libata: unify mechanism to request follow-up SRST
Tejun Heo
1
-18
/
+8
2008-04-17
libata: move PMP SCR access failure during reset to ata_eh_reset()
Tejun Heo
1
-0
/
+5
2008-04-17
libata: implement and use sata_std_hardreset()
Tejun Heo
1
-5
/
+2
2008-04-17
libata: rename SFF functions
Tejun Heo
1
-1
/
+1
2008-04-17
libata: implement ATA_QCFLAG_RETRY
Tejun Heo
1
-10
/
+8
2008-04-17
libata: make reset related methods proper port operations
Tejun Heo
1
-0
/
+25
2008-04-17
libata: kill ata_ehi_schedule_probe()
Tejun Heo
1
-1
/
+1
2008-04-17
libata: kill ATA_EHI_RESUME_LINK
Tejun Heo
1
-13
/
+8
2008-04-17
libata: prefer hardreset
Tejun Heo
1
-64
/
+35
2008-03-29
libata: ATA_EHI_LPM should be ATA_EH_LPM
Tejun Heo
1
-1
/
+1
2008-03-10
libata: allow LLDs w/o any reset method
Tejun Heo
1
-0
/
+10
2008-02-20
libata: implement libata.force module parameter
Tejun Heo
1
-3
/
+5
2008-01-23
libata: fix off-by-one in error categorization
Tejun Heo
1
-7
/
+6
2008-01-23
libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
Tejun Heo
1
-4
/
+4
2008-01-23
drivers/ata/libata-eh.c: fix printk warning
Andrew Morton
1
-1
/
+2
2008-01-23
[libata] Build fix WRT ata_is_xxx() new API introduction
Jeff Garzik
1
-1
/
+1
2008-01-23
libata: implement fast speed down for unverified data transfer mode
Tejun Heo
1
-14
/
+83
2008-01-23
libata: implement ATA_DFLAG_DUBIOUS_XFER
Tejun Heo
1
-2
/
+31
[next]