1. 9e8808a libata: fix CFA handling in ide_timing_compute() by Bartlomiej Zolnierkiewicz · 15 years ago
  2. 5040ab6 libata: retry link resume if necessary by Tejun Heo · 15 years ago
  3. 9cd13bd libata: add comment documenting PIO latency issues on UP by Bartlomiej Zolnierkiewicz · 15 years ago
  4. a110401 drivers/ata/libata: Move dereference after NULL test by Julia Lawall · 15 years ago
  5. f4b31db libata: fix internal command failure handling by Tejun Heo · 15 years ago
  6. 110f66d libata: make gtf_filter per-dev by Tejun Heo · 15 years ago
  7. 4dc738e libata: fix spurious WARN_ON_ONCE() on port freeze by Tejun Heo · 15 years ago
  8. ac8672e libata: fix off-by-one error in ata_tf_read_block() by Tejun Heo · 15 years ago
  9. 388539f [libata] add DMA setup FIS auto-activate feature by Shaohua Li · 15 years ago
  10. 7831387 libata: OCZ Vertex can't do HPA by Tejun Heo · 15 years ago
  11. 5920dad libata: accept late unlocking of HPA by Tejun Heo · 15 years ago
  12. d0cb43b libata: implement and use HORKAGE_NOSETXFER, take#2 by Tejun Heo · 15 years ago
  13. 0d9e665 libata: don't set IORDY for reset by Tejun Heo · 15 years ago
  14. ad5d8ea [libata] beautify module parameters by Evgeni Golov · 15 years ago
  15. 4376818 [libata] get rid of ATA_MAX_QUEUE loop in ata_qc_complete_multiple() v2 by Jens Axboe · 15 years ago
  16. f0d0613 libata: fix suspend/resume for ATA SEMB devices by Borislav Petkov · 15 years ago
  17. 62afe5d libata: use ATA_ID_CFA_* by Sergei Shtylyov · 15 years ago
  18. 79b42ba libata: handle SEMB signature better by Tejun Heo · 15 years ago
  19. f600535 ata: fix obviously wrong comment by Vegard Nossum · 15 years ago
  20. e18086d [libata] More robust parsing for IDENTIFY DEVICE multi_count field by Mark Lord · 15 years ago
  21. 1a66016 [libata] Export ata_pio_queue_task() so that it can be used from sata_mv. by Mark Lord · 15 years ago
  22. 968e594 libata: Don't trust current capacity values in identify words 57-58 by Robert Hancock · 15 years ago
  23. 5825627 libata: fix dma_unmap_sg misuse by FUJITA Tomonori · 15 years ago
  24. 9062712 libata: implement HORKAGE_1_5_GBPS and apply it to WD My Book by Tejun Heo · 15 years ago
  25. a07d499 libata: add @spd_limit to sata_down_spd_limit() by Tejun Heo · 15 years ago
  26. 99cf610 libata: clear dev->ering in smarter way by Tejun Heo · 15 years ago
  27. 9913ff8 libata: check onlineness before using SPD in sata_down_spd_limit() by Tejun Heo · 15 years ago
  28. 678afac libata: move ata_dev_disable() to libata-eh.c by Tejun Heo · 15 years ago
  29. 5eb66fe libata: fix kernel-doc warnings by Randy Dunlap · 16 years ago
  30. 3ada9c1 libata: Add another column to the ata_timing table. by David Daney · 16 years ago
  31. 94be9a5 [libata] get-identity ioctl: Fix use of invalid memory pointer for SAS drivers. by Jeff Garzik · 16 years ago
  32. fa853a4 libata: only ports >= 0 need to synchronize by Arjan van de Ven · 16 years ago
  33. 886ad09 libata: Add a per-host flag to opt-in into parallel port probes by Arjan van de Ven · 16 years ago
  34. efcb3cf libata: use WARN_ON_ONCE on hot paths by Tejun Heo · 16 years ago
  35. 5c18c4d libata: Add special ata_pio_need_iordy() handling for Compact Flash. by David Daney · 16 years ago
  36. 8522ee2 [libata] ahci: Add SATA GEN3 related messages by Shane Huang · 16 years ago
  37. f29d3b2 fastboot: Make libata initialization even more async by Arjan van de Ven · 16 years ago
  38. 7931805 fastboot: make the libata port scan asynchronous by Arjan van de Ven · 16 years ago
  39. 5ccfca9 libata: blacklist NCQ on OCZ CORE 2 SSD (resend) by Lubomir Bulej · 16 years ago
  40. bd353ff [libata] Update kernel-doc comments to match source code by Qinghuang Feng · 16 years ago
  41. ece180d libata: perform port detach in EH by Tejun Heo · 16 years ago
  42. ad74e4c libata: when restoring SControl during detach do the PMP links first by Tejun Heo · 16 years ago
  43. 1eca436 libata: beef up iterators by Tejun Heo · 16 years ago
  44. d10d491 libata: fix Seagate NCQ+FLUSH blacklist by Tejun Heo · 16 years ago
  45. ac70a96 libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQ by Tejun Heo · 16 years ago
  46. 44901a9 libata: Avoid overflow in ata_tf_read_block() when tf->hba_lbal > 127 by Roland Dreier · 16 years ago
  47. 8a8bc22 libata: revert convert-to-block-tagging patches by Tejun Heo · 16 years ago
  48. 299246f libata: mask off DET when restoring SControl for detach by Tejun Heo · 16 years ago
  49. 6a87e42 libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it by Tejun Heo · 16 years ago
  50. 9ce8e30 libata: add whitelist for devices with known good pata-sata bridges by Jens Axboe · 16 years ago
  51. ba14a9c libata: Avoid overflow in ata_tf_to_lba48() when tf->hba_lbal > 127 by Roland Dreier · 16 years ago
  52. 5b97fbd ATA: remove excess kernel-doc notation by Randy Dunlap · 16 years ago
  53. 3cd8ddb libata: add missing kernel-doc by Randy Dunlap · 16 years ago
  54. 4a9c7b3 libata: fix device iteration bugs by Tejun Heo · 16 years ago
  55. 2fca5cc libata: switch to using block layer tagging support by Jens Axboe · 16 years ago
  56. f667fdb libata: initialize port_task when !CONFIG_ATA_SFF by Tejun Heo · 16 years ago
  57. 45fabbb libata: Implement disk shock protection support by Elias Oltmanns · 16 years ago
  58. b1c7291 libata: implement slave_link by Tejun Heo · 16 years ago
  59. b5b3fa3 libata: misc updates to prepare for slave link by Tejun Heo · 16 years ago
  60. aadffb6 libata: reimplement link iterator by Tejun Heo · 16 years ago
  61. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  62. b15b3eb libata: Fix a large collection of DMA mode mismatches by Alan Cox · 16 years ago
  63. d127ea7 libata: restore SControl on detach by Tejun Heo · 16 years ago
  64. 05944bd libata: implement no[hs]rst force params by Tejun Heo · 16 years ago
  65. 963e497 pata_it821x: Driver updates and reworking by Alan Cox · 16 years ago
  66. 49ea3b0 libata-core: make sure that ata_force_tbl is freed in case of an error by Elias Oltmanns · 16 years ago
  67. 2486fa5 libata: update atapi disable handling by Tejun Heo · 16 years ago
  68. 87fbc5a libata: improve EH internal command timeout handling by Tejun Heo · 16 years ago
  69. 341c2c9 libata: consistently use msecs for time durations by Tejun Heo · 16 years ago
  70. 5895ef9 libata: don't check whether to use DMA or not for no data commands by Tejun Heo · 16 years ago
  71. 2da6765 ata: Convert to static DEFINE_SPINLOCK(lock) by Pradeep Singh Rautela · 16 years ago
  72. 50af2fa libata: ignore SIMG4726 config pseudo device by Tejun Heo · 16 years ago
  73. 391191c libata: don't schedule LPM action seperately during probing by Tejun Heo · 16 years ago
  74. f046519 libata: kill hotplug related race condition by Tejun Heo · 16 years ago
  75. 0cbf071 libata: fix sata_link_hardreset() @online out parameter handling by Tejun Heo · 16 years ago
  76. 10acf3b libata: export ata_eh_analyze_ncq_error by Mark Lord · 16 years ago
  77. a79067e libata: More TSSTcorp pain, keep in sync with legacy IDE by Alan Cox · 16 years ago
  78. 1dc55e8 make sata_set_spd_needed() static by Adrian Bunk · 16 years ago
  79. 6bdb4fc make sata_print_link_status() static by Adrian Bunk · 16 years ago
  80. 2b4221b libata: functions with definition should not be extern by Harvey Harrison · 16 years ago
  81. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  82. b93fda1 libata: Be a bit more slack about early devices by Alan Cox · 16 years ago
  83. f792068 libata: cable logic by Alan Cox · 16 years ago
  84. 45db2f6 libata: move link onlineness check out of softreset methods by Tejun Heo · 16 years ago
  85. 071f44b libata: implement PMP helpers by Tejun Heo · 16 years ago
  86. 48515f6 libata: separate PMP support code from core code by Tejun Heo · 16 years ago
  87. 127102a libata: make SFF support optional by Tejun Heo · 16 years ago
  88. 182d7bb libata: clean up dummy port_ops by Tejun Heo · 16 years ago
  89. c9f75b0 libata: kill ata_noop_dev_select() by Tejun Heo · 16 years ago
  90. 4c9bf4e libata: replace tf_read with qc_fill_rtf for non-SFF drivers by Tejun Heo · 16 years ago
  91. 79f97da libata: drop @finish_qc from ata_qc_complete_multiple() by Tejun Heo · 16 years ago
  92. 22183bf libata: add qc_fill_rtf port operation by Tejun Heo · 16 years ago
  93. 305d2a1 libata: unify mechanism to request follow-up SRST by Tejun Heo · 16 years ago
  94. 5958e30 libata: move PMP SCR access failure during reset to ata_eh_reset() by Tejun Heo · 16 years ago
  95. ac37198 libata: clear SError after link resume by Tejun Heo · 16 years ago
  96. 57c9efd libata: implement and use sata_std_hardreset() by Tejun Heo · 16 years ago
  97. 9dadd45 libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset() by Tejun Heo · 16 years ago
  98. aa2731a libata: separate out ata_wait_ready() and implement ata_wait_after_reset() by Tejun Heo · 16 years ago
  99. 203c75b libata: separate out ata_std_postreset() from ata_sff_postreset() by Tejun Heo · 16 years ago
  100. 0aa1113 libata: separate out ata_std_prereset() from ata_sff_prereset() by Tejun Heo · 16 years ago