1. 1757d90 libata: export host controller number thru /sys by David Milburn · 12 years ago
  2. 803739d [libata] replace sata_settings with devslp_timing by Shane Huang · 12 years ago
  3. b7db04d libata: implement ata_platform_remove_one() by Brian Norris · 12 years ago
  4. 0d0cdb0 libata: restore acpi disable functionality by Aaron Lu · 12 years ago
  5. 3151367 Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 12 years ago
  6. 65fe1f0 ahci: implement aggressive SATA device sleep support by Shane Huang · 12 years ago
  7. 8d8e7d13 [SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_init by Dan Williams · 12 years ago
  8. 2fcbdcb [SCSI] libata: export ata_port suspend/resume infrastructure for sas by Dan Williams · 12 years ago
  9. ca6d43b [SCSI] libata: reset once by Dan Williams · 12 years ago
  10. 8407884 Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstream by Jeff Garzik · 12 years ago
  11. e4a9c37 [SCSI] libata, libsas: introduce sched_eh and end_eh port ops by Dan Williams · 12 years ago
  12. b1354cb libata: detect Device Attention support by Lin Ming · 12 years ago
  13. 30dcf76 libata: migrate ACPI code over to new bindings by Matthew Garrett · 12 years ago
  14. db63a4c libata: add a host flag to ignore detected ATA devices by Andy Whitcroft · 12 years ago
  15. b202445 [SCSI] libsas, libata: fix start of life for a sas ata_port by Dan Williams · 12 years ago
  16. 9508a66 [SCSI] libsas: async ata scanning by Dan Williams · 12 years ago
  17. 81c757b [SCSI] libsas: execute transport link resets with libata-eh via host workqueue by Dan Williams · 13 years ago
  18. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  19. f6e6703 [SCSI] libsas,libata: fix ->change_queue_{depth|type} for sata devices by Dan Williams · 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. 8a745f1 libata: Power off empty ports by Kristen Carlson Accardi · 13 years ago
  23. ae01b24 libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65 by Tejun Heo · 13 years ago
  24. 3f7ac1d libata: Kill unused ATA_DFLAG_{H|D}IPM flags by Tejun Heo · 13 years ago
  25. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  26. 64b9759 libata-sff: add ata_sff_queue_work() & ata_sff_queue_delayed_work() by Viresh Kumar · 13 years ago
  27. 1a0f6b7 libata: remove ATA_FLAG_LPM by Sergei Shtylyov · 13 years ago
  28. 9cbe056 libata: remove ATA_FLAG_NO_LEGACY by Sergei Shtylyov · 13 years ago
  29. 3696df3 libata: remove ATA_FLAG_MMIO by Sergei Shtylyov · 13 years ago
  30. c10f97b libata: remove ATA_FLAG_{SRST|SATA_RESET} by Sergei Shtylyov · 13 years ago
  31. 0e0b494c libata: separate error handler into usable components by James Bottomley · 13 years ago
  32. b27dcfb [libata] avoid needlessly passing around ptr to SCSI completion func by Jeff Garzik · 14 years ago
  33. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  34. 89692c0 include/linux/libata.h: fix typo by Andrea Gelmini · 14 years ago
  35. b34e904 libata: reorder ata_queued_cmd to remove alignment padding on 64 bit builds by Richard Kennedy · 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. d902747 [libata] Add ATA transport class by Gwendal Grignou · 14 years ago
  42. ea3c645 libata-sff: Reenable Port Multiplier after libata-sff remodeling. by Gwendal Grignou · 14 years ago
  43. e2f3d75 libata: skip EH autopsy and recovery during suspend by Tejun Heo · 14 years ago
  44. ad72cf9 libata: take advantage of cmwq and remove concurrency limitations by Tejun Heo · 14 years ago
  45. d8d9129 libata: implement on-demand HPA unlocking by Tejun Heo · 14 years ago
  46. 43c9c59 libata: implement dump_id force param by Tejun Heo · 14 years ago
  47. 9a7780c libata-sff: make BMDMA optional by Tejun Heo · 14 years ago
  48. 1c5afdf libata-sff: separate out BMDMA init by Tejun Heo · 14 years ago
  49. c3b2889 libata-sff: separate out BMDMA irq handler by Tejun Heo · 14 years ago
  50. 37f65b8 libata-sff: ata_sff_irq_clear() is BMDMA specific by Tejun Heo · 14 years ago
  51. 360ff78 libata-sff: separate out BMDMA qc_issue by Tejun Heo · 14 years ago
  52. f60d701 libata-sff: prd is BMDMA specific by Tejun Heo · 14 years ago
  53. f47451c libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specific by Tejun Heo · 14 years ago
  54. fe06e5f libata-sff: separate out BMDMA EH by Tejun Heo · 14 years ago
  55. c429137 libata-sff: port_task is SFF specific by Tejun Heo · 14 years ago
  56. 5fe7454 libata-sff: ap->[last_]ctl are SFF specific by Tejun Heo · 14 years ago
  57. 8244cd0 libata-sff: rename ap->ops->drain_fifo() to sff_drain_fifo() by Tejun Heo · 14 years ago
  58. c708765 libata-sff: clean up BMDMA initialization by Tejun Heo · 14 years ago
  59. 9f2f721 libata-sff: reorder SFF/BMDMA functions by Tejun Heo · 14 years ago
  60. 3e4ec34 libata: kill ATA_FLAG_DISABLED by Tejun Heo · 14 years ago
  61. e42a542 libata: make sff_irq_on() method optional by Sergei Shtylyov · 14 years ago
  62. 41dec29 libata: introduce sff_set_devctl() method by Sergei Shtylyov · 14 years ago
  63. b48d58f libata: use longer 0xff wait if parallel scan is enabled by Tejun Heo · 14 years ago
  64. 2944408 libata-sff: kill unused ata_bus_reset() by Sergei Shtylyov · 14 years ago
  65. 445d211 libata: unlock HPA if device shrunk by Tejun Heo · 14 years ago
  66. 16ea0fc libata: Pass host flags into the pci helper by Alan Cox · 14 years ago
  67. 2794362 libata: implement spurious irq handling for SFF and apply it to piix by Tejun Heo · 14 years ago
  68. 5040ab6 libata: retry link resume if necessary by Tejun Heo · 15 years ago
  69. 382f51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  70. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  71. 95514fd libata: add private driver field to struct ata_device by Bartlomiej Zolnierkiewicz · 15 years ago
  72. 6013efd libata: retry failed FLUSH if device didn't fail it by Tejun Heo · 15 years ago
  73. 110f66d libata: make gtf_filter per-dev by Tejun Heo · 15 years ago
  74. fa5b561 libata: implement more acpi filtering options by Tejun Heo · 15 years ago
  75. f1bce7f libata: cosmetic updates by Tejun Heo · 15 years ago
  76. 051d9fb libata: remove spindown skipping and warning by Tejun Heo · 15 years ago
  77. 388539f [libata] add DMA setup FIS auto-activate feature by Shaohua Li · 15 years ago
  78. 5920dad libata: accept late unlocking of HPA by Tejun Heo · 15 years ago
  79. d0cb43b libata: implement and use HORKAGE_NOSETXFER, take#2 by Tejun Heo · 15 years ago
  80. e3cf95d ata: Report 16/32bit PIO as best we can by Alan Cox · 15 years ago
  81. 877d031 trivial: Fix misspelling of firmware by Nick Andrew · 15 years ago
  82. c96f173 [libata] Improve timeout handling by Alan Cox · 15 years ago
  83. 3d47aa8 [libata] Drain data on errors by Alan Cox · 15 years ago
  84. 1a660164 [libata] Export ata_pio_queue_task() so that it can be used from sata_mv. by Mark Lord · 15 years ago
  85. 84bda12 libata: align ap->sector_buf by Tejun Heo · 15 years ago
  86. 5825627 libata: fix dma_unmap_sg misuse by FUJITA Tomonori · 15 years ago
  87. e7d3ef1 libata: change drive ready wait after hard reset to 5s by Stuart Hayes · 15 years ago
  88. 9062712 libata: implement HORKAGE_1_5_GBPS and apply it to WD My Book by Tejun Heo · 15 years ago
  89. 99cf610 libata: clear dev->ering in smarter way by Tejun Heo · 15 years ago
  90. 2a6e58d SATA: Blacklisting of systems that spin off disks during ACPI power off by Rafael J. Wysocki · 15 years ago
  91. 3ada9c1 libata: Add another column to the ata_timing table. by David Daney · 15 years ago
  92. 94be9a5 [libata] get-identity ioctl: Fix use of invalid memory pointer for SAS drivers. by Jeff Garzik · 15 years ago
  93. 886ad09 libata: Add a per-host flag to opt-in into parallel port probes by Arjan van de Ven · 16 years ago
  94. 871af12 libata: Add 32bit PIO support by Alan Cox · 16 years ago
  95. ece180d libata: perform port detach in EH by Tejun Heo · 16 years ago
  96. 1eca436 libata: beef up iterators by Tejun Heo · 16 years ago
  97. ac70a96 libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQ by Tejun Heo · 16 years ago
  98. 8a8bc22 libata: revert convert-to-block-tagging patches by Tejun Heo · 16 years ago
  99. 6a87e42 libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it by Tejun Heo · 16 years ago
  100. 9ce8e30 libata: add whitelist for devices with known good pata-sata bridges by Jens Axboe · 16 years ago