1. 10acf3b libata: export ata_eh_analyze_ncq_error by Mark Lord · 17 years ago
  2. a6116c9 libata-eh set tf flags in NCQ EH result_tf by Mark Lord · 17 years ago
  3. 4f7faa3 libata: make EH fail gracefully if no reset method is available by Tejun Heo · 17 years ago
  4. 45db2f6 libata: move link onlineness check out of softreset methods by Tejun Heo · 17 years ago
  5. 2a0c15c libata: kill dead code paths in reset path by Tejun Heo · 17 years ago
  6. 071f44b libata: implement PMP helpers by Tejun Heo · 17 years ago
  7. 305d2a1 libata: unify mechanism to request follow-up SRST by Tejun Heo · 17 years ago
  8. 5958e30 libata: move PMP SCR access failure during reset to ata_eh_reset() by Tejun Heo · 17 years ago
  9. 57c9efd libata: implement and use sata_std_hardreset() by Tejun Heo · 17 years ago
  10. 9363c38 libata: rename SFF functions by Tejun Heo · 17 years ago
  11. 03faab7 libata: implement ATA_QCFLAG_RETRY by Tejun Heo · 17 years ago
  12. a1efdab libata: make reset related methods proper port operations by Tejun Heo · 17 years ago
  13. b558edd libata: kill ata_ehi_schedule_probe() by Tejun Heo · 17 years ago
  14. 672b2d6 libata: kill ATA_EHI_RESUME_LINK by Tejun Heo · 17 years ago
  15. cf48062 libata: prefer hardreset by Tejun Heo · 17 years ago
  16. 3ec25eb libata: ATA_EHI_LPM should be ATA_EH_LPM by Tejun Heo · 17 years ago
  17. eec59f7 libata: allow LLDs w/o any reset method by Tejun Heo · 17 years ago
  18. 3326732 libata: implement libata.force module parameter by Tejun Heo · 17 years ago
  19. 75f9caf libata: fix off-by-one in error categorization by Tejun Heo · 17 years ago
  20. 0dc3688 libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* by Tejun Heo · 17 years ago
  21. e6a73ab drivers/ata/libata-eh.c: fix printk warning by Andrew Morton · 17 years ago
  22. e39eec1 [libata] Build fix WRT ata_is_xxx() new API introduction by Jeff Garzik · 17 years ago
  23. 76326ac libata: implement fast speed down for unverified data transfer mode by Tejun Heo · 17 years ago
  24. 00115e0 libata: implement ATA_DFLAG_DUBIOUS_XFER by Tejun Heo · 17 years ago
  25. 663f99b libata: adjust speed down rules by Tejun Heo · 17 years ago
  26. 3884f7b libata: clean up EH speed down implementation by Tejun Heo · 17 years ago
  27. 6f1d1e3 libata: move ata_set_mode() to libata-eh.c by Tejun Heo · 17 years ago
  28. 02c05a2 libata: factor out ata_eh_schedule_probe() by Tejun Heo · 17 years ago
  29. bd3adca libata-acpi: add ACPI _PSx method by Shaohua Li · 17 years ago
  30. 4ccd332 libata: don't normalize UNKNOWN to NONE after reset by Tejun Heo · 17 years ago
  31. 2695e36 libata-pmp: propagate timeout to host link by Tejun Heo · 17 years ago
  32. f2dfc1a libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer size by Tejun Heo · 17 years ago
  33. abb6a88 libata: report protocol and full CDB on error by Tejun Heo · 17 years ago
  34. 21bef6d libata: remove unused functions by Adrian Bunk · 17 years ago
  35. dfcc173 libata: consider errors not associated with commands for speed down by Tejun Heo · 17 years ago
  36. 08cf69d libata: more robust reset failure handling by Tejun Heo · 17 years ago
  37. 416dc9e libata: cosmetic clean up / reorganization of ata_eh_reset() by Tejun Heo · 17 years ago
  38. cd95546 libata: fix timing computation in ata_eh_reset() by Tejun Heo · 17 years ago
  39. e027bd3 libata: implement and use ATA_QCFLAG_QUIET by Tejun Heo · 17 years ago
  40. f90f082 libata: stop being overjealous about non-IO commands by Tejun Heo · 17 years ago
  41. ca77329 [libata] Link power management infrastructure by Kristen Carlson Accardi · 17 years ago
  42. 4fb4615 libata: no need to speed down if already at PIO0 by Tejun Heo · 17 years ago
  43. cdeab11 libata: relocate forcing PIO0 on reset by Tejun Heo · 17 years ago
  44. 054a5fb libata: track SLEEP state and issue SRST to wake it up by Tejun Heo · 17 years ago
  45. 0e06d9c libata: cosmetic clean up in ata_eh_reset() by Tejun Heo · 17 years ago
  46. 2dcb407 [libata] checkpatch-inspired cleanups by Jeff Garzik · 17 years ago
  47. 2855568 [libata] struct pci_dev related cleanups by Jeff Garzik · 17 years ago
  48. b06ce3e libata: use ata_exec_internal() for PMP register access by Tejun Heo · 17 years ago
  49. afaa5c3 libata: implement ATA_PFLAG_RESETTING by Tejun Heo · 17 years ago
  50. 2b78910 libata: add @timeout to ata_exec_internal[_sg]() by Tejun Heo · 17 years ago
  51. 9073868 libata: wrap schedule_timeout_uninterruptible() in loop by Tejun Heo · 17 years ago
  52. 94ff3d5 libata: skip suppress reporting if ATA_EHI_QUIET by Tejun Heo · 17 years ago
  53. 1333e19 libata: add human-readable error value decoding by Robert Hancock · 17 years ago
  54. 633273a libata-pmp: hook PMP support and enable it by Tejun Heo · 17 years ago
  55. 3495de7 libata-pmp: update ata_eh_reset() for PMP by Tejun Heo · 17 years ago
  56. 7d77b24 libata-pmp-prep: implement sata_async_notification() by Tejun Heo · 17 years ago
  57. 668108d libata-pmp-prep: implement EH fast-fail path by Tejun Heo · 17 years ago
  58. f9df58c libata-pmp-prep: implement ATA_LFLAG_DISABLED by Tejun Heo · 17 years ago
  59. fd995f7 libata-pmp-prep: implement ATA_LFLAG_NO_RETRY by Tejun Heo · 17 years ago
  60. ae791c0 libata-pmp-prep: implement ATA_LFLAG_NO_SRST, ASSUME_ATA and ASSUME_SEMB by Tejun Heo · 17 years ago
  61. da917d6 libata-pmp-prep: implement qc_defer helpers by Tejun Heo · 17 years ago
  62. fb7fd61 libata-pmp-prep: make a number of functions global to libata by Tejun Heo · 17 years ago
  63. 422c9da libata-pmp-prep: add @new_class to ata_dev_revalidate() by Tejun Heo · 17 years ago
  64. a1e10f7 libata: move EH repeat reporting into ata_eh_report() by Tejun Heo · 17 years ago
  65. cbcdd87 libata: implement and use ata_port_desc() to report port configuration by Tejun Heo · 17 years ago
  66. 9b1e265 libata-link: update EH to deal with PMP links by Tejun Heo · 17 years ago
  67. cf1b86c libata-link: update ata_scsi_error() to handle PMP links by Tejun Heo · 17 years ago
  68. dbd8261 libata-link: implement ata_link_abort() by Tejun Heo · 17 years ago
  69. 0260731 libata-link: linkify config/EH related functions by Tejun Heo · 17 years ago
  70. cc0680a libata-link: linkify reset by Tejun Heo · 17 years ago
  71. 955e57d libata-link: linkify EH action helpers by Tejun Heo · 17 years ago
  72. 936fd73 libata-link: linkify PHY-related functions by Tejun Heo · 17 years ago
  73. f58229f libata-link: implement and use link/device iterators by Tejun Heo · 17 years ago
  74. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  75. 5ddf24c libata: implement EH fast drain by Tejun Heo · 17 years ago
  76. 4e57c51 libata: schedule probing after SError access failure during autopsy by Tejun Heo · 17 years ago
  77. fccb6ea libata: clear HOTPLUG flag after a reset by Tejun Heo · 17 years ago
  78. f154515 libata: quickly trigger SATA SPD down after debouncing failed by Tejun Heo · 17 years ago
  79. 008a789 libata: improve SATA PHY speed down logic by Tejun Heo · 17 years ago
  80. 5335b72 libata: implement AC_ERR_NCQ by Tejun Heo · 17 years ago
  81. b64bbc3 libata: improve EH report formatting by Tejun Heo · 17 years ago
  82. fee7ca7 libata-link: separate out ata_eh_handle_dev_fail() by Tejun Heo · 18 years ago
  83. 64578a3 libata-acpi: implement _GTM/_STM support by Tejun Heo · 18 years ago
  84. 6746544 libata: reimplement ACPI invocation by Tejun Heo · 18 years ago
  85. 914616a libata: fix infinite EH waiting bug by Tejun Heo · 18 years ago
  86. 8b5bb2f libata: remove unused variable from ata_eh_reset() by Tejun Heo · 18 years ago
  87. 8af500b libata: kill non-sense warning message by Tejun Heo · 18 years ago
  88. a617c09 libata: Trim trailing whitespace by Jeff Garzik · 18 years ago
  89. 8575b81 libata: give devices one last chance even if recovery failed with -EINVAL by Tejun Heo · 18 years ago
  90. f4d6d00 libata: ignore EH scheduling during initialization by Tejun Heo · 18 years ago
  91. 9666f40 libata: reimplement suspend/resume support using sdev->manage_start_stop by Tejun Heo · 18 years ago
  92. 31daabd libata: reimplement reset sequencing by Tejun Heo · 18 years ago
  93. d4b2bab libata: add deadline support to prereset and reset methods by Tejun Heo · 18 years ago
  94. 0d64a23 libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESET by Tejun Heo · 18 years ago
  95. c1c4e8d libata: add missing call to ->cable_detect() in new EH path by Tejun Heo · 18 years ago
  96. a51d644 libata: improve AC_ERR_DEV handling for ->post_internal_cmd by Tejun Heo · 18 years ago
  97. 771b8da libata: hardreset on SERR_INTERNAL by Tejun Heo · 18 years ago
  98. 5628776 libata: Clear tf before doing request sense (take 3) by Albert Lee · 18 years ago
  99. 8c3c52a libata: IDENTIFY backwards for drive side cable detection by Tejun Heo · 18 years ago
  100. 4aa9ab6 libata: don't whine if ->prereset() returns -ENOENT by Tejun Heo · 18 years ago