index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-eh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-10
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-17
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
*
libata: more robust reset failure handling
Tejun Heo
2007-11-03
1
-9
/
+16
*
libata: cosmetic clean up / reorganization of ata_eh_reset()
Tejun Heo
2007-11-03
1
-56
/
+56
*
libata: fix timing computation in ata_eh_reset()
Tejun Heo
2007-11-03
1
-1
/
+1
*
libata: implement and use ATA_QCFLAG_QUIET
Tejun Heo
2007-10-30
1
-1
/
+3
*
libata: stop being overjealous about non-IO commands
Tejun Heo
2007-10-30
1
-5
/
+11
*
[libata] Link power management infrastructure
Kristen Carlson Accardi
2007-10-29
1
-0
/
+4
*
libata: no need to speed down if already at PIO0
Tejun Heo
2007-10-29
1
-1
/
+1
*
libata: relocate forcing PIO0 on reset
Tejun Heo
2007-10-29
1
-0
/
+19
*
libata: track SLEEP state and issue SRST to wake it up
Tejun Heo
2007-10-29
1
-1
/
+3
*
libata: cosmetic clean up in ata_eh_reset()
Tejun Heo
2007-10-25
1
-6
/
+6
*
[libata] checkpatch-inspired cleanups
Jeff Garzik
2007-10-23
1
-7
/
+7
*
[libata] struct pci_dev related cleanups
Jeff Garzik
2007-10-12
1
-0
/
+1
*
libata: use ata_exec_internal() for PMP register access
Tejun Heo
2007-10-12
1
-3
/
+14
*
libata: implement ATA_PFLAG_RESETTING
Tejun Heo
2007-10-12
1
-0
/
+11
*
libata: add @timeout to ata_exec_internal[_sg]()
Tejun Heo
2007-10-12
1
-2
/
+2
*
libata: wrap schedule_timeout_uninterruptible() in loop
Tejun Heo
2007-10-12
1
-1
/
+2
*
libata: skip suppress reporting if ATA_EHI_QUIET
Tejun Heo
2007-10-12
1
-0
/
+3
[next]