1. 2557164 ata: increase allowed config flags by Kristen Carlson Accardi · 17 years ago
  2. a1e10f7 libata: move EH repeat reporting into ata_eh_report() by Tejun Heo · 17 years ago
  3. cbcdd87 libata: implement and use ata_port_desc() to report port configuration by Tejun Heo · 17 years ago
  4. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  5. e1ddb4b [libata] add ACPI cable detect API by Alan Cox · 17 years ago
  6. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  7. cb94c1c libata: add printf format attribute to ehi desc functions by Tejun Heo · 17 years ago
  8. 1552945 libata: use ata_port_printk() in ata_wait_idle() by Tejun Heo · 17 years ago
  9. 2f29496 [libata] ahci: send event when AN received by Kristen Carlson Accardi · 17 years ago
  10. 9f45cbd [libata] check for SATA async notify support by Kristen Carlson Accardi · 17 years ago
  11. 8989805 libata-link: add PMP links by Tejun Heo · 17 years ago
  12. dbd8261 libata-link: implement ata_link_abort() by Tejun Heo · 17 years ago
  13. 0c88758 libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flags by Tejun Heo · 17 years ago
  14. 0260731 libata-link: linkify config/EH related functions by Tejun Heo · 17 years ago
  15. cc0680a libata-link: linkify reset by Tejun Heo · 17 years ago
  16. 936fd73 libata-link: linkify PHY-related functions by Tejun Heo · 17 years ago
  17. f58229f libata-link: implement and use link/device iterators by Tejun Heo · 17 years ago
  18. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  19. 16c55b0 libata: implement BROKEN_HPA horkage and apply it to affected drives by Tejun Heo · 17 years ago
  20. b8b275e ata_piix: fix suspend/resume for some TOSHIBA laptops by Tejun Heo · 17 years ago
  21. e6f194d Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  22. 5ddf24c libata: implement EH fast drain by Tejun Heo · 17 years ago
  23. f8f1e1c libata: reorganize ata_ehi_hotplugged() by Tejun Heo · 17 years ago
  24. 008a789 libata: improve SATA PHY speed down logic by Tejun Heo · 17 years ago
  25. da3dbb1 libata: make ->scr_read/write callbacks return error code by Tejun Heo · 17 years ago
  26. 5335b72 libata: implement AC_ERR_NCQ by Tejun Heo · 17 years ago
  27. b64bbc3 libata: improve EH report formatting by Tejun Heo · 17 years ago
  28. 9977126 libata: add @is_cmd to ata_tf_to_fis() by Tejun Heo · 17 years ago
  29. 1c50dc8 [SCSI] sas_ata: ata_post_internal should abort the sas_task by Darrick J. Wong · 17 years ago
  30. 75683fe libata: clean up horkage handling by Tejun Heo · 17 years ago
  31. d583bc1 libata: simplify PCI legacy SFF host handling by Tejun Heo · 17 years ago
  32. 45a66c1 libata-core: convert to use cancel_rearming_delayed_work() by Oleg Nesterov · 17 years ago
  33. d26fc95 libata: Support chips with 64K PRD quirk by Alan Cox · 17 years ago
  34. 64578a3 libata-acpi: implement _GTM/_STM support by Tejun Heo · 17 years ago
  35. 6746544 libata: reimplement ACPI invocation by Tejun Heo · 17 years ago
  36. fafbae8 libata-acpi: implement ata_acpi_associate() by Tejun Heo · 17 years ago
  37. 40a1d53 libata: kill ATA_HORKAGE_DMA_RW_ONLY by Tejun Heo · 17 years ago
  38. 55f3952 libata: kill the infamous abnormal status message by Tejun Heo · 17 years ago
  39. d92e74d libata-core/sff: Fix multiple assumptions about DMA by Alan Cox · 17 years ago
  40. 464cf17 libata: always use polling SETXFER by Tejun Heo · 17 years ago
  41. bc9a8a7 libata: Kiss post_set_mode goodbye by Alan Cox · 17 years ago
  42. 13b8d09 libata: track spindown status and skip spindown_compat if possible by Tejun Heo · 17 years ago
  43. 3cadbcc libata-acpi: add ATA_FLAG_ACPI_SATA port flag by Tejun Heo · 17 years ago
  44. 6ddcd3b libata: during revalidation, check n_sectors after device is configured by Tejun Heo · 17 years ago
  45. e92351b libata-acpi: s/CONFIG_SATA_ACPI/CONFIG_ATA_ACPI/ by Tejun Heo · 17 years ago
  46. f4d6d00 libata: ignore EH scheduling during initialization by Tejun Heo · 17 years ago
  47. 1626aeb libata: clean up SFF init mess by Tejun Heo · 17 years ago
  48. 9666f40 libata: reimplement suspend/resume support using sdev->manage_start_stop by Tejun Heo · 17 years ago
  49. 31daabd libata: reimplement reset sequencing by Tejun Heo · 17 years ago
  50. d4b2bab libata: add deadline support to prereset and reset methods by Tejun Heo · 17 years ago
  51. 0d64a23 libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESET by Tejun Heo · 17 years ago
  52. 1e99973 libata: HPA support by Alan Cox · 17 years ago
  53. 6bfff31 libata: kill probe_ent and related helpers by Tejun Heo · 17 years ago
  54. 21b0ad4 libata: add init helpers including ata_pci_prepare_native_host() by Tejun Heo · 17 years ago
  55. d491b27 libata: convert native PCI host handling to new init model by Tejun Heo · 17 years ago
  56. f5cda25 libata: implement ata_host_alloc_pinfo() and ata_host_register() by Tejun Heo · 17 years ago
  57. f318719 libata: separate out ata_host_alloc() and ata_host_register() by Tejun Heo · 17 years ago
  58. ecef725 libata: separate out ata_host_start() by Tejun Heo · 17 years ago
  59. 4911487 libata: allocate ap separately from shost by Tejun Heo · 17 years ago
  60. 5a5dbd1 libata: add support for READ/WRITE LONG by Mark Lord · 17 years ago
  61. a76b62c libata: Change prototype of mode_filter to remove ata_port* by Alan Cox · 17 years ago
  62. 0435182 pata: expose set_mode method so it can be wrapped by Alan · 17 years ago
  63. be0d18d libata: cable detection fixes by Alan Cox · 17 years ago
  64. cd0d3bb libata: dev_config does not need ap and adev passing by Alan · 17 years ago
  65. 43727fb [libata] export sata_print_link_status() by Jeff Garzik · 17 years ago
  66. 6f23a31 libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3) by Albert Lee · 17 years ago
  67. 18d6e9d libata: Limit max sector to 128 for TORiSAN DVD drives (take 3) by Albert Lee · 17 years ago
  68. 7152764 libata: reorder HSM_ST_FIRST for easier decoding (take 3) by Albert Lee · 17 years ago
  69. 6ffa01d libata: add CONFIG_PM to libata core layer by Tejun Heo · 17 years ago
  70. 032af1c libata-core: Fix simplex handling by Alan · 17 years ago
  71. 10305f0 Add id_to_dma_mode function for printing DMA modes by Alan · 17 years ago
  72. 44877b4 libata: s/ap->id/ap->print_id/g by Tejun Heo · 17 years ago
  73. 6d1245b libata: separate out ata_ncq_enabled() by Tejun Heo · 17 years ago
  74. 7d47e8d libata: put some intelligence into EH speed down sequence by Tejun Heo · 17 years ago
  75. a619f981b libata: PATA driver for Celleb by Akira Iguchi · 17 years ago
  76. 11ef697 [PATCH] libata: ACPI and _GTF support by Kristen Carlson Accardi · 18 years ago
  77. f834e49 libata: Add a host flag to indicate lack of IORDY capability by Alan Cox · 17 years ago
  78. 66efc5a libata: kill ATA_ENABLE_PATA by Jeff Garzik · 17 years ago
  79. 8362500 libata: add another IRQ calls (core and headers) by Akira Iguchi · 17 years ago
  80. 0d5ff56 libata: convert to iomap by Tejun Heo · 17 years ago
  81. b878ca5 libata: remove unused functions by Tejun Heo · 17 years ago
  82. f0d36ef libata: update libata core layer to use devres by Tejun Heo · 17 years ago
  83. 0529c15 libata: implement ata_host_detach() by Tejun Heo · 17 years ago
  84. 726f078 libata: kill qc->nsect and cursect by Tejun Heo · 18 years ago
  85. 553c4aa libata: handle pci_enable_device() failure while resuming by Tejun Heo · 18 years ago
  86. d4013f0 [PATCH] pci: Move PCI_VDEVICE from libata to core by Alan Cox · 18 years ago
  87. f20b16f [libata] trim trailing whitespace by Jeff Garzik · 18 years ago
  88. 0777721 libata: Fix ata_busy_wait() kernel docs by Alan · 17 years ago
  89. b2a8bbe libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uli by Tejun Heo · 17 years ago
  90. b229a7b libata: set_mode, Fix the FIXME by Alan · 17 years ago
  91. d0f2948 libata: Initialize qc->pad_len by Brian King · 17 years ago
  92. 7a80118 libata: Fixup n_elem initialization by Brian King · 17 years ago
  93. 501e0c50 libata: initialize qc->dma_dir to DMA_NONE by Tejun Heo · 17 years ago
  94. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  95. 800b399 [PATCH] libata: always use polling IDENTIFY by Tejun Heo · 18 years ago
  96. 3d3cca3 [PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, take #2 by Tejun Heo · 18 years ago
  97. 582982e [PATCH] libata: remove unused HSM_ST_UNKNOWN by Tejun Heo · 18 years ago
  98. 55a8e2c [PATCH] libata: implement presence detection via polling IDENTIFY by Tejun Heo · 18 years ago
  99. 6fc49ad [PATCH] libata: use FLUSH_EXT only when driver is larger than LBA28 limit by Tejun Heo · 18 years ago
  100. baa1e78 [PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_POST_SETMODE by Tejun Heo · 18 years ago