index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-eh.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
*
libata: make reset related methods proper port operations
Tejun Heo
2008-04-17
1
-0
/
+25
*
libata: kill ata_ehi_schedule_probe()
Tejun Heo
2008-04-17
1
-1
/
+1
*
libata: kill ATA_EHI_RESUME_LINK
Tejun Heo
2008-04-17
1
-13
/
+8
*
libata: prefer hardreset
Tejun Heo
2008-04-17
1
-64
/
+35
*
libata: ATA_EHI_LPM should be ATA_EH_LPM
Tejun Heo
2008-03-29
1
-1
/
+1
*
libata: allow LLDs w/o any reset method
Tejun Heo
2008-03-11
1
-0
/
+10
*
libata: implement libata.force module parameter
Tejun Heo
2008-02-20
1
-3
/
+5
*
libata: fix off-by-one in error categorization
Tejun Heo
2008-01-23
1
-7
/
+6
*
libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
Tejun Heo
2008-01-23
1
-4
/
+4
*
drivers/ata/libata-eh.c: fix printk warning
Andrew Morton
2008-01-23
1
-1
/
+2
*
[libata] Build fix WRT ata_is_xxx() new API introduction
Jeff Garzik
2008-01-23
1
-1
/
+1
*
libata: implement fast speed down for unverified data transfer mode
Tejun Heo
2008-01-23
1
-14
/
+83
*
libata: implement ATA_DFLAG_DUBIOUS_XFER
Tejun Heo
2008-01-23
1
-2
/
+31
*
libata: adjust speed down rules
Tejun Heo
2008-01-23
1
-6
/
+6
*
libata: clean up EH speed down implementation
Tejun Heo
2008-01-23
1
-44
/
+73
*
libata: move ata_set_mode() to libata-eh.c
Tejun Heo
2008-01-23
1
-0
/
+25
*
libata: factor out ata_eh_schedule_probe()
Tejun Heo
2008-01-23
1
-17
/
+21
*
libata-acpi: add ACPI _PSx method
Shaohua Li
2008-01-23
1
-0
/
+3
*
libata: don't normalize UNKNOWN to NONE after reset
Tejun Heo
2008-01-10
1
-3
/
+1
*
libata-pmp: propagate timeout to host link
Tejun Heo
2008-01-10
1
-5
/
+15
*
libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer size
Tejun Heo
2007-12-18
1
-2
/
+2
*
libata: report protocol and full CDB on error
Tejun Heo
2007-12-01
1
-9
/
+33
*
libata: remove unused functions
Adrian Bunk
2007-11-19
1
-95
/
+0
*
libata: consider errors not associated with commands for speed down
Tejun Heo
2007-11-03
1
-6
/
+13
[prev]
[next]