index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2010-01-20
libata: retry FS IOs even if it has failed with AC_ERR_INVALID
Tejun Heo
1
-2
/
+3
2009-12-03
libata: retry failed FLUSH if device didn't fail it
Tejun Heo
1
-0
/
+94
2009-10-16
libata: fix PMP initialization
Tejun Heo
1
-2
/
+4
2009-10-07
libata: fix incorrect link online check during probe
Tejun Heo
1
-18
/
+32
2009-09-02
libata: add command name parsing for error output
Robert Hancock
1
-2
/
+126
2009-09-02
libata: clear eh_info on reset completion
Tejun Heo
1
-3
/
+9
2009-09-02
[libata] EH: freeze port before aborting commands
Jeff Garzik
1
-2
/
+4
2009-07-29
libata: add missing NULL pointer check to ata_eh_reset()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-07-15
libata: fix follow-up SRST failure path
Tejun Heo
1
-0
/
+4
2009-06-12
trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...
Martin Olsson
1
-1
/
+1
2009-05-11
libata: clear ering on resume
Tejun Heo
1
-0
/
+13
2009-05-11
libata: fix attach error handling
Tejun Heo
1
-4
/
+17
2009-03-25
[libata] Improve timeout handling
Alan Cox
1
-2
/
+17
2009-03-05
libata: make sure port is thawed when skipping resets
Tejun Heo
1
-1
/
+4
2009-03-05
libata: don't use on-stack sense buffer
Tejun Heo
1
-1
/
+1
2009-02-03
libata: add no penalty retry request for EH device handling routines
Tejun Heo
1
-1
/
+5
2009-02-03
libata: improve probe failure handling
Tejun Heo
1
-0
/
+38
2009-02-03
libata: add @spd_limit to sata_down_spd_limit()
Tejun Heo
1
-5
/
+5
2009-02-03
libata: clear dev->ering in smarter way
Tejun Heo
1
-0
/
+7
2009-02-03
libata: move ata_dev_disable() to libata-eh.c
Tejun Heo
1
-0
/
+21
2009-02-03
libata: fix EH device failure handling
Tejun Heo
1
-2
/
+3
2008-12-29
libata: perform port detach in EH
Tejun Heo
1
-1
/
+31
2008-12-29
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-28
libata: clear saved xfer_mode and ncq_enabled on device detach
Tejun Heo
1
-1
/
+4
2008-10-28
libata: fix device iteration bugs
Tejun Heo
1
-0
/
+9
2008-10-23
libata: set device class to NONE if phys_offline
Tejun Heo
1
-8
/
+8
2008-10-23
libata-eh: fix slave link EH action mask handling
Tejun Heo
1
-1
/
+4
2008-10-23
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-20
libata: ignore recovered PHY errors
Tejun Heo
1
-6
/
+1
2008-05-20
libata: kill hotplug related race condition
Tejun Heo
1
-10
/
+42
2008-05-20
libata: move reset freeze/thaw handling into ata_eh_reset()
Tejun Heo
1
-28
/
+18
2008-05-20
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
[next]