index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
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-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
2008-01-23
libata: adjust speed down rules
Tejun Heo
1
-6
/
+6
2008-01-23
libata: clean up EH speed down implementation
Tejun Heo
1
-44
/
+73
2008-01-23
libata: move ata_set_mode() to libata-eh.c
Tejun Heo
1
-0
/
+25
2008-01-23
libata: factor out ata_eh_schedule_probe()
Tejun Heo
1
-17
/
+21
2008-01-23
libata-acpi: add ACPI _PSx method
Shaohua Li
1
-0
/
+3
2008-01-10
libata: don't normalize UNKNOWN to NONE after reset
Tejun Heo
1
-3
/
+1
2008-01-10
libata-pmp: propagate timeout to host link
Tejun Heo
1
-5
/
+15
2007-12-17
libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer size
Tejun Heo
1
-2
/
+2
2007-12-01
libata: report protocol and full CDB on error
Tejun Heo
1
-9
/
+33
2007-11-19
libata: remove unused functions
Adrian Bunk
1
-95
/
+0
2007-11-03
libata: consider errors not associated with commands for speed down
Tejun Heo
1
-6
/
+13
2007-11-03
libata: more robust reset failure handling
Tejun Heo
1
-9
/
+16
2007-11-03
libata: cosmetic clean up / reorganization of ata_eh_reset()
Tejun Heo
1
-56
/
+56
2007-11-03
libata: fix timing computation in ata_eh_reset()
Tejun Heo
1
-1
/
+1
2007-10-30
libata: implement and use ATA_QCFLAG_QUIET
Tejun Heo
1
-1
/
+3
2007-10-30
libata: stop being overjealous about non-IO commands
Tejun Heo
1
-5
/
+11
2007-10-29
[libata] Link power management infrastructure
Kristen Carlson Accardi
1
-0
/
+4
2007-10-29
libata: no need to speed down if already at PIO0
Tejun Heo
1
-1
/
+1
2007-10-29
libata: relocate forcing PIO0 on reset
Tejun Heo
1
-0
/
+19
2007-10-29
libata: track SLEEP state and issue SRST to wake it up
Tejun Heo
1
-1
/
+3
2007-10-25
libata: cosmetic clean up in ata_eh_reset()
Tejun Heo
1
-6
/
+6
2007-10-23
[libata] checkpatch-inspired cleanups
Jeff Garzik
1
-7
/
+7
2007-10-12
[libata] struct pci_dev related cleanups
Jeff Garzik
1
-0
/
+1
2007-10-12
libata: use ata_exec_internal() for PMP register access
Tejun Heo
1
-3
/
+14
2007-10-12
libata: implement ATA_PFLAG_RESETTING
Tejun Heo
1
-0
/
+11
2007-10-12
libata: add @timeout to ata_exec_internal[_sg]()
Tejun Heo
1
-2
/
+2
2007-10-12
libata: wrap schedule_timeout_uninterruptible() in loop
Tejun Heo
1
-1
/
+2
2007-10-12
libata: skip suppress reporting if ATA_EHI_QUIET
Tejun Heo
1
-0
/
+3
2007-10-12
libata: add human-readable error value decoding
Robert Hancock
1
-0
/
+45
2007-10-12
libata-pmp: hook PMP support and enable it
Tejun Heo
1
-3
/
+15
2007-10-12
libata-pmp: update ata_eh_reset() for PMP
Tejun Heo
1
-0
/
+2
2007-10-12
libata-pmp-prep: implement sata_async_notification()
Tejun Heo
1
-0
/
+73
2007-10-12
libata-pmp-prep: implement EH fast-fail path
Tejun Heo
1
-1
/
+1
2007-10-12
libata-pmp-prep: implement ATA_LFLAG_DISABLED
Tejun Heo
1
-1
/
+29
2007-10-12
libata-pmp-prep: implement ATA_LFLAG_NO_RETRY
Tejun Heo
1
-1
/
+4
2007-10-12
libata-pmp-prep: implement ATA_LFLAG_NO_SRST, ASSUME_ATA and ASSUME_SEMB
Tejun Heo
1
-10
/
+32
2007-10-12
libata-pmp-prep: implement qc_defer helpers
Tejun Heo
1
-0
/
+5
2007-10-12
libata-pmp-prep: make a number of functions global to libata
Tejun Heo
1
-16
/
+15
2007-10-12
libata-pmp-prep: add @new_class to ata_dev_revalidate()
Tejun Heo
1
-1
/
+2
2007-10-12
libata: move EH repeat reporting into ata_eh_report()
Tejun Heo
1
-12
/
+18
2007-10-12
libata: implement and use ata_port_desc() to report port configuration
Tejun Heo
1
-0
/
+67
2007-10-12
libata-link: update EH to deal with PMP links
Tejun Heo
1
-70
/
+158
2007-10-12
libata-link: update ata_scsi_error() to handle PMP links
Tejun Heo
1
-4
/
+9
[next]