Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
cf48062658e7ab3bc55e10c65676c3c73c16f8bf
/
drivers
/
ata
/
libata-eh.c
cf48062
libata: prefer hardreset
by Tejun Heo
· 17 years ago
3ec25eb
libata: ATA_EHI_LPM should be ATA_EH_LPM
by Tejun Heo
· 17 years ago
eec59f7
libata: allow LLDs w/o any reset method
by Tejun Heo
· 17 years ago
3326732
libata: implement libata.force module parameter
by Tejun Heo
· 17 years ago
75f9caf
libata: fix off-by-one in error categorization
by Tejun Heo
· 17 years ago
0dc3688
libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
by Tejun Heo
· 17 years ago
e6a73ab
drivers/ata/libata-eh.c: fix printk warning
by Andrew Morton
· 17 years ago
e39eec1
[libata] Build fix WRT ata_is_xxx() new API introduction
by Jeff Garzik
· 17 years ago
76326ac
libata: implement fast speed down for unverified data transfer mode
by Tejun Heo
· 17 years ago
00115e0
libata: implement ATA_DFLAG_DUBIOUS_XFER
by Tejun Heo
· 17 years ago
663f99b
libata: adjust speed down rules
by Tejun Heo
· 17 years ago
3884f7b
libata: clean up EH speed down implementation
by Tejun Heo
· 17 years ago
6f1d1e3
libata: move ata_set_mode() to libata-eh.c
by Tejun Heo
· 17 years ago
02c05a2
libata: factor out ata_eh_schedule_probe()
by Tejun Heo
· 17 years ago
bd3adca
libata-acpi: add ACPI _PSx method
by Shaohua Li
· 17 years ago
4ccd332
libata: don't normalize UNKNOWN to NONE after reset
by Tejun Heo
· 17 years ago
2695e36
libata-pmp: propagate timeout to host link
by Tejun Heo
· 17 years ago
f2dfc1a
libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer size
by Tejun Heo
· 17 years ago
abb6a88
libata: report protocol and full CDB on error
by Tejun Heo
· 17 years ago
21bef6d
libata: remove unused functions
by Adrian Bunk
· 17 years ago
dfcc173
libata: consider errors not associated with commands for speed down
by Tejun Heo
· 17 years ago
08cf69d
libata: more robust reset failure handling
by Tejun Heo
· 17 years ago
416dc9e
libata: cosmetic clean up / reorganization of ata_eh_reset()
by Tejun Heo
· 17 years ago
cd95546
libata: fix timing computation in ata_eh_reset()
by Tejun Heo
· 17 years ago
e027bd3
libata: implement and use ATA_QCFLAG_QUIET
by Tejun Heo
· 17 years ago
f90f082
libata: stop being overjealous about non-IO commands
by Tejun Heo
· 17 years ago
ca77329
[libata] Link power management infrastructure
by Kristen Carlson Accardi
· 17 years ago
4fb4615
libata: no need to speed down if already at PIO0
by Tejun Heo
· 17 years ago
cdeab11
libata: relocate forcing PIO0 on reset
by Tejun Heo
· 17 years ago
054a5fb
libata: track SLEEP state and issue SRST to wake it up
by Tejun Heo
· 17 years ago
0e06d9c
libata: cosmetic clean up in ata_eh_reset()
by Tejun Heo
· 17 years ago
2dcb407
[libata] checkpatch-inspired cleanups
by Jeff Garzik
· 17 years ago
2855568
[libata] struct pci_dev related cleanups
by Jeff Garzik
· 17 years ago
b06ce3e
libata: use ata_exec_internal() for PMP register access
by Tejun Heo
· 17 years ago
afaa5c3
libata: implement ATA_PFLAG_RESETTING
by Tejun Heo
· 17 years ago
2b78910
libata: add @timeout to ata_exec_internal[_sg]()
by Tejun Heo
· 17 years ago
9073868
libata: wrap schedule_timeout_uninterruptible() in loop
by Tejun Heo
· 17 years ago
94ff3d5
libata: skip suppress reporting if ATA_EHI_QUIET
by Tejun Heo
· 17 years ago
1333e19
libata: add human-readable error value decoding
by Robert Hancock
· 17 years ago
633273a
libata-pmp: hook PMP support and enable it
by Tejun Heo
· 17 years ago
3495de7
libata-pmp: update ata_eh_reset() for PMP
by Tejun Heo
· 17 years ago
7d77b24
libata-pmp-prep: implement sata_async_notification()
by Tejun Heo
· 17 years ago
668108d
libata-pmp-prep: implement EH fast-fail path
by Tejun Heo
· 17 years ago
f9df58c
libata-pmp-prep: implement ATA_LFLAG_DISABLED
by Tejun Heo
· 17 years ago
fd995f7
libata-pmp-prep: implement ATA_LFLAG_NO_RETRY
by Tejun Heo
· 17 years ago
ae791c0
libata-pmp-prep: implement ATA_LFLAG_NO_SRST, ASSUME_ATA and ASSUME_SEMB
by Tejun Heo
· 17 years ago
da917d6
libata-pmp-prep: implement qc_defer helpers
by Tejun Heo
· 17 years ago
fb7fd61
libata-pmp-prep: make a number of functions global to libata
by Tejun Heo
· 17 years ago
422c9da
libata-pmp-prep: add @new_class to ata_dev_revalidate()
by Tejun Heo
· 17 years ago
a1e10f7
libata: move EH repeat reporting into ata_eh_report()
by Tejun Heo
· 17 years ago
cbcdd87
libata: implement and use ata_port_desc() to report port configuration
by Tejun Heo
· 17 years ago
9b1e265
libata-link: update EH to deal with PMP links
by Tejun Heo
· 17 years ago
cf1b86c
libata-link: update ata_scsi_error() to handle PMP links
by Tejun Heo
· 17 years ago
dbd8261
libata-link: implement ata_link_abort()
by Tejun Heo
· 17 years ago
0260731
libata-link: linkify config/EH related functions
by Tejun Heo
· 17 years ago
cc0680a
libata-link: linkify reset
by Tejun Heo
· 17 years ago
955e57d
libata-link: linkify EH action helpers
by Tejun Heo
· 17 years ago
936fd73
libata-link: linkify PHY-related functions
by Tejun Heo
· 17 years ago
f58229f
libata-link: implement and use link/device iterators
by Tejun Heo
· 17 years ago
9af5c9c
libata-link: introduce ata_link
by Tejun Heo
· 17 years ago
5ddf24c
libata: implement EH fast drain
by Tejun Heo
· 17 years ago
4e57c51
libata: schedule probing after SError access failure during autopsy
by Tejun Heo
· 17 years ago
fccb6ea
libata: clear HOTPLUG flag after a reset
by Tejun Heo
· 17 years ago
f154515
libata: quickly trigger SATA SPD down after debouncing failed
by Tejun Heo
· 17 years ago
008a789
libata: improve SATA PHY speed down logic
by Tejun Heo
· 17 years ago
5335b72
libata: implement AC_ERR_NCQ
by Tejun Heo
· 17 years ago
b64bbc3
libata: improve EH report formatting
by Tejun Heo
· 17 years ago
fee7ca7
libata-link: separate out ata_eh_handle_dev_fail()
by Tejun Heo
· 17 years ago
64578a3
libata-acpi: implement _GTM/_STM support
by Tejun Heo
· 17 years ago
6746544
libata: reimplement ACPI invocation
by Tejun Heo
· 17 years ago
914616a
libata: fix infinite EH waiting bug
by Tejun Heo
· 17 years ago
8b5bb2f
libata: remove unused variable from ata_eh_reset()
by Tejun Heo
· 17 years ago
8af500b
libata: kill non-sense warning message
by Tejun Heo
· 17 years ago
a617c09
libata: Trim trailing whitespace
by Jeff Garzik
· 17 years ago
8575b81
libata: give devices one last chance even if recovery failed with -EINVAL
by Tejun Heo
· 17 years ago
f4d6d00
libata: ignore EH scheduling during initialization
by Tejun Heo
· 18 years ago
9666f40
libata: reimplement suspend/resume support using sdev->manage_start_stop
by Tejun Heo
· 18 years ago
31daabd
libata: reimplement reset sequencing
by Tejun Heo
· 18 years ago
d4b2bab
libata: add deadline support to prereset and reset methods
by Tejun Heo
· 18 years ago
0d64a23
libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESET
by Tejun Heo
· 18 years ago
c1c4e8d
libata: add missing call to ->cable_detect() in new EH path
by Tejun Heo
· 18 years ago
a51d644
libata: improve AC_ERR_DEV handling for ->post_internal_cmd
by Tejun Heo
· 18 years ago
771b8da
libata: hardreset on SERR_INTERNAL
by Tejun Heo
· 18 years ago
5628776
libata: Clear tf before doing request sense (take 3)
by Albert Lee
· 18 years ago
8c3c52a
libata: IDENTIFY backwards for drive side cable detection
by Tejun Heo
· 18 years ago
4aa9ab6
libata: don't whine if ->prereset() returns -ENOENT
by Tejun Heo
· 18 years ago
6ffa01d
libata: add CONFIG_PM to libata core layer
by Tejun Heo
· 18 years ago
44877b4
libata: s/ap->id/ap->print_id/g
by Tejun Heo
· 18 years ago
7d47e8d
libata: put some intelligence into EH speed down sequence
by Tejun Heo
· 18 years ago
4ae72a1
libata: improve probe failure handling
by Tejun Heo
· 18 years ago
458337d
libata: improve ata_down_xfermask_limit()
by Tejun Heo
· 18 years ago
726f078
libata: kill qc->nsect and cursect
by Tejun Heo
· 18 years ago
03ee5b1
libata: fix ata_eh_suspend() return value
by Tejun Heo
· 18 years ago
79a55b7
libata: fix handling of port actions in per-dev action mask
by Tejun Heo
· 18 years ago
9db7372
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
800b399
[PATCH] libata: always use polling IDENTIFY
by Tejun Heo
· 18 years ago
a569a30
[PATCH] libata: don't request sense if the port is frozen
by Tejun Heo
· 18 years ago
664e850
[PATCH] libata: print cdb[0] in failed qc report
by Tejun Heo
· 18 years ago
8a93758
[PATCH] libata: improve failed qc reporting
by Tejun Heo
· 18 years ago
55a8e2c
[PATCH] libata: implement presence detection via polling IDENTIFY
by Tejun Heo
· 18 years ago
Next »