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