1. 54bf6ff libata: introduce ata_host->n_tags to avoid oops on SAS controllers by Tejun Heo · 10 years ago
  2. 058d265 libata: support the ata host which implements a queue depth less than 32 by Kevin Hao · 10 years ago
  3. 3510c6e libata/ahci: accommodate tag ordered controllers by Dan Williams · 10 years ago
  4. 9dbb8ac libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint M8 (2BA30001) by Michele Baldessari · 10 years ago
  5. 222de63 libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint M8 by Michele Baldessari · 11 years ago
  6. e723929 drivers/libata: Set max sector to 65535 for Slimtype DVD A DS8A9SH drive by Shan Hai · 11 years ago
  7. 52d8a0a libata: make ata_exec_internal_sg honor DMADIR by Vincent Pelletier · 11 years ago
  8. 1c28ffa libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH drive by Shan Hai · 11 years ago
  9. 3698fd8 libata: set dma_mode to 0xff in reset by Aaron Lu · 12 years ago
  10. 1d517dc libata: Prevent interface errors with Seagate FreeAgent GoFlex by Daniel J Blueman · 12 years ago
  11. 6b16179 libata: add a host flag to ignore detected ATA devices by Andy Whitcroft · 12 years ago
  12. a78f57a libata: init ata_print_id to 0 by Tero Roponen · 12 years ago
  13. 85d6725 libata: make ata_print_id atomic by Dan Williams · 12 years ago
  14. 9508a66 [SCSI] libsas: async ata scanning by Dan Williams · 13 years ago
  15. 3a25179 [libata] add DVRTD08A and DVR-215 to NOSETXFER device quirk list by Vladimir LAVALLADE · 13 years ago
  16. 33574d6 ata: add ata port hibernate callbacks by Lin Ming · 13 years ago
  17. e90b1e5 ata: update ata port's runtime status during system resume by Lin Ming · 13 years ago
  18. 80a9c43 libata-core: kill duplicate statement in ata_do_set_mode() by Sergei Shtylyov · 13 years ago
  19. 9ee4f39 ata: add ata port runtime PM callbacks by Lin Ming · 13 years ago
  20. 5ef4108 ata: add ata port system PM callbacks by Lin Ming · 13 years ago
  21. ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  22. bff0025 libata: ata_timing_compute() fixup by Bartlomiej Zolnierkiewicz · 13 years ago
  23. f6e6703 [SCSI] libsas,libata: fix ->change_queue_{depth|type} for sata devices by Dan Williams · 13 years ago
  24. 38941c9 libata: report link resume failure as KERN_WARNING instead of ERR by Tejun Heo · 13 years ago
  25. 06296a1 ata: Add and use ata_print_version_once by Joe Perches · 13 years ago
  26. a9a79df ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level> by Joe Perches · 13 years ago
  27. a44fec1 ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 13 years ago
  28. cd69187 libata: apply NOSETXFER horkage to the affected Pioneer drives by Tejun Heo · 13 years ago
  29. 8a745f1 libata: Power off empty ports by Kristen Carlson Accardi · 13 years ago
  30. d69cf28 libata: Pioneer DVR-216D can't do SETXFER by Jeff Mahoney · 13 years ago
  31. 7b3a24c ahci: don't enable port irq before handler is registered by Maxime Bizon · 13 years ago
  32. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  33. 4fca377 [libata] trivial: trim trailing whitespace for drivers/ata/*.[ch] by Jeff Garzik · 14 years ago
  34. 238c9cf libata: plumb sas port scan into standard libata paths by James Bottomley · 14 years ago
  35. 4a5610a libata: DVR-212D can't do SETXFER DVD-RW DVR-212D by Francesco Antonacci · 14 years ago
  36. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  37. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  38. f08dc1a libata: no special completion processing for EH commands by Tejun Heo · 14 years ago
  39. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  40. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  41. c0c362b libata: implement cross-port EH exclusion by Tejun Heo · 14 years ago
  42. 97750ce libata: add @ap to ata_wait_register() and introduce ata_msleep() by Tejun Heo · 14 years ago
  43. 6b7ae95 libata: reimplement link power management by Tejun Heo · 14 years ago
  44. 1152b26 libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() global by Tejun Heo · 14 years ago
  45. c93b263 libata: clean up lpm related symbols and sysfs show/store functions by Tejun Heo · 14 years ago
  46. 1aadf5c libata: always use ata_qc_complete_multiple() for NCQ command completions by Tejun Heo · 14 years ago
  47. d902747 [libata] Add ATA transport class by Gwendal Grignou · 14 years ago
  48. e2f3d75 libata: skip EH autopsy and recovery during suspend by Tejun Heo · 14 years ago
  49. 60f5d6e libata: be less of a drama queen on empty data commands by Tejun Heo · 14 years ago
  50. 3d2be54 docbook: fix fatal error from libata by Randy Dunlap · 14 years ago
  51. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  52. 4d1f908 [libata] update blacklist for new hyphenated pattern ranges (v2) by Mark Lord · 14 years ago
  53. 2f9e4d1 libata: allow hyphenated pattern ranges by Mark Lord · 14 years ago
  54. 7da4c93 libata: reduce blacklist size even more (v2) by Mark Lord · 14 years ago
  55. dbaf508 libata: reduce blacklist size (v2) by Mark Lord · 14 years ago
  56. bce036c libata: glob_match for ata_device_blacklist (v2) by Mark Lord · 14 years ago
  57. ad72cf9 libata: take advantage of cmwq and remove concurrency limitations by Tejun Heo · 14 years ago
  58. d8d9129 libata: implement on-demand HPA unlocking by Tejun Heo · 14 years ago
  59. 68939ce libata: use the enlarged capacity after late HPA unlock by Tejun Heo · 14 years ago
  60. 43c9c59 libata: implement dump_id force param by Tejun Heo · 14 years ago
  61. e7ecd43 libata: disable ATAPI AN by default by Tejun Heo · 14 years ago
  62. c429137 libata-sff: port_task is SFF specific by Tejun Heo · 14 years ago
  63. 5fe7454 libata-sff: ap->[last_]ctl are SFF specific by Tejun Heo · 14 years ago
  64. 270390e libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init() by Tejun Heo · 14 years ago
  65. c708765 libata-sff: clean up BMDMA initialization by Tejun Heo · 14 years ago
  66. 3e4ec34 libata: kill ATA_FLAG_DISABLED by Tejun Heo · 14 years ago
  67. 9990b6f libata: use __ratelimit by Akinobu Mita · 14 years ago
  68. b48d58f libata: use longer 0xff wait if parallel scan is enabled by Tejun Heo · 14 years ago
  69. 445d211 libata: unlock HPA if device shrunk by Tejun Heo · 14 years ago
  70. 68b0ddb libata: disable NCQ on Crucial C300 SSD by Tejun Heo · 14 years ago
  71. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  72. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  73. 9e8808a libata: fix CFA handling in ide_timing_compute() by Bartlomiej Zolnierkiewicz · 15 years ago
  74. c9404c9 Fix misspelling of "should" and "shouldn't" in comments. by Adam Buchbinder · 15 years ago
  75. 5040ab6 libata: retry link resume if necessary by Tejun Heo · 15 years ago
  76. 9cd13bd libata: add comment documenting PIO latency issues on UP by Bartlomiej Zolnierkiewicz · 15 years ago
  77. a110401 drivers/ata/libata: Move dereference after NULL test by Julia Lawall · 15 years ago
  78. f4b31db libata: fix internal command failure handling by Tejun Heo · 15 years ago
  79. 110f66d libata: make gtf_filter per-dev by Tejun Heo · 15 years ago
  80. 4dc738e libata: fix spurious WARN_ON_ONCE() on port freeze by Tejun Heo · 15 years ago
  81. ac8672e libata: fix off-by-one error in ata_tf_read_block() by Tejun Heo · 15 years ago
  82. 388539f [libata] add DMA setup FIS auto-activate feature by Shaohua Li · 15 years ago
  83. 7831387 libata: OCZ Vertex can't do HPA by Tejun Heo · 15 years ago
  84. 5920dad libata: accept late unlocking of HPA by Tejun Heo · 15 years ago
  85. d0cb43b libata: implement and use HORKAGE_NOSETXFER, take#2 by Tejun Heo · 15 years ago
  86. 0d9e665 libata: don't set IORDY for reset by Tejun Heo · 15 years ago
  87. ad5d8ea [libata] beautify module parameters by Evgeni Golov · 15 years ago
  88. 4376818 [libata] get rid of ATA_MAX_QUEUE loop in ata_qc_complete_multiple() v2 by Jens Axboe · 15 years ago
  89. f0d0613 libata: fix suspend/resume for ATA SEMB devices by Borislav Petkov · 15 years ago
  90. 62afe5d libata: use ATA_ID_CFA_* by Sergei Shtylyov · 15 years ago
  91. 79b42ba libata: handle SEMB signature better by Tejun Heo · 15 years ago
  92. f600535 ata: fix obviously wrong comment by Vegard Nossum · 15 years ago
  93. e18086d [libata] More robust parsing for IDENTIFY DEVICE multi_count field by Mark Lord · 15 years ago
  94. 1a66016 [libata] Export ata_pio_queue_task() so that it can be used from sata_mv. by Mark Lord · 15 years ago
  95. 968e594 libata: Don't trust current capacity values in identify words 57-58 by Robert Hancock · 15 years ago
  96. 5825627 libata: fix dma_unmap_sg misuse by FUJITA Tomonori · 15 years ago
  97. 9062712 libata: implement HORKAGE_1_5_GBPS and apply it to WD My Book by Tejun Heo · 16 years ago
  98. a07d499 libata: add @spd_limit to sata_down_spd_limit() by Tejun Heo · 16 years ago
  99. 99cf610 libata: clear dev->ering in smarter way by Tejun Heo · 16 years ago
  100. 9913ff8 libata: check onlineness before using SPD in sata_down_spd_limit() by Tejun Heo · 16 years ago