1. fb0582f9 libata: adjust libata to ignore errors after spinup by Ryan Power · 17 years ago
  2. 5c08ea0 ata_piix: add TECRA M7 to broken suspend list by Tejun Heo · 17 years ago
  3. 80b8987 pata_hpt{37x|3x2n}: fix clock reporting (take 2) by Sergei Shtylyov · 17 years ago
  4. d44a65f pata_hpt37x: actually clock HPT374 with 50 MHz DPLL (take 2) by Sergei Shtylyov · 17 years ago
  5. be456b7 pata_artop: fix UDMA5 for AEC6280[R] and UDMA6 for AEC6880[R] by Bartlomiej Zolnierkiewicz · 17 years ago
  6. ac2b043 ata_piix: update map 10b for ich8m by Tejun Heo · 17 years ago
  7. cfbf723 sata_mv: PCI IDs for Hightpoint RocketRaid 1740/1742 by Alan Cox · 17 years ago
  8. 6a286a6 [libata] pata_isapnp: replace missing module device table by Jeff Garzik · 17 years ago
  9. eba8448 [ARM] pata_icside: fix the FIXMEs by Russell King · 17 years ago
  10. 4761c06 pata_sis: fix MWDMA for <= UDMA66 chipsets and UDMA for UDMA33 chipsets by Bartlomiej Zolnierkiewicz · 17 years ago
  11. 5d6aca8 libata: blacklist SAMSUNG HD401LJ / ZZ100-15 for NCQ by Tejun Heo · 17 years ago
  12. 7abe79c ata_piix: add Tecra M3 to broken suspend blacklist by Tejun Heo · 17 years ago
  13. 8c3832e ata_piix: implement piix_borken_suspend() by Tejun Heo · 17 years ago
  14. 0b62e13 pci: rename __pci_reenable_device() to pci_reenable_device() by Tejun Heo · 17 years ago
  15. 6fdc99a libata-sff; Unbreak non DMA capable controllers again by Alan Cox · 17 years ago
  16. dbf0c89 pata_cmd64x: Correct the speed ranges by Alan Cox · 17 years ago
  17. 1e66239 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  18. 64a8170 pata_hpt37x: Fix 2.6.22 clock PLL regression by Alan Cox · 17 years ago
  19. 5c8d520 pata_ali: Correct HP detect by Alan Cox · 17 years ago
  20. b8b275e ata_piix: fix suspend/resume for some TOSHIBA laptops by Tejun Heo · 17 years ago
  21. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  22. 8c6b065 pata_cs5520: Fix probe bug regression introduced in 2.6.22 by Alan Cox · 17 years ago
  23. 5ddf24c libata: implement EH fast drain by Tejun Heo · 17 years ago
  24. 4e57c51 libata: schedule probing after SError access failure during autopsy by Tejun Heo · 17 years ago
  25. fccb6ea libata: clear HOTPLUG flag after a reset by Tejun Heo · 17 years ago
  26. 1ae4631 libata: improve SCSI scan failure handling by Tejun Heo · 17 years ago
  27. f154515 libata: quickly trigger SATA SPD down after debouncing failed by Tejun Heo · 17 years ago
  28. 008a789 libata: improve SATA PHY speed down logic by Tejun Heo · 17 years ago
  29. badc234 The SATA controller device ID is different according to by su henry · 17 years ago
  30. 203ef6c ahci: implement SCR_NOTIFICATION r/w by Tejun Heo · 17 years ago
  31. 274c1fd ahci: make NO_NCQ handling more consistent by Tejun Heo · 17 years ago
  32. da3dbb1 libata: make ->scr_read/write callbacks return error code by Tejun Heo · 17 years ago
  33. 5335b72 libata: implement AC_ERR_NCQ by Tejun Heo · 17 years ago
  34. b64bbc3 libata: improve EH report formatting by Tejun Heo · 17 years ago
  35. 975530e sata_sil24: separate out sil24_do_softreset() by Tejun Heo · 17 years ago
  36. 37b99cb sata_sil24: separate out sil24_exec_polled_cmd() by Tejun Heo · 17 years ago
  37. e59f0da sata_sil24: replace sil24_update_tf() with sil24_read_tf() by Tejun Heo · 17 years ago
  38. a9cf5e8 ahci: separate out ahci_do_softreset() by Tejun Heo · 17 years ago
  39. 91c4a2e ahci: separate out ahci_exec_polled_cmd() by Tejun Heo · 17 years ago
  40. d2e75df ahci: separate out ahci_kick_engine() by Tejun Heo · 17 years ago
  41. 2cbb79e ahci: use deadline instead of fixed timeout for 1st FIS for SRST by Tejun Heo · 17 years ago
  42. 9977126 libata: add @is_cmd to ata_tf_to_fis() by Tejun Heo · 17 years ago
  43. fe36cb5 [libata] Fix reported task file values in sense data by Petr Vandrovec · 17 years ago
  44. f3a03b0 Correct comment in libata-sff.c by Dave Jones · 17 years ago
  45. dcd0344 pata_scc.c: small fixes (Workaround for errata A308) by Akira Iguchi · 17 years ago
  46. 028a259 ahci.c: fix CONFIG_PM=n compilation by Alexey Dobriyan · 17 years ago
  47. 3fb6589 libata: add ST9160821AS 3.CLF to NONCQ blacklist by Tejun Heo · 17 years ago
  48. 83b6839 pata_platform: Fix NULL pointer dereference by Magnus Damm · 17 years ago
  49. 0ea9e17 [libata] sata_mv: minor cleanups by Jeff Garzik · 17 years ago
  50. 6c1153e [libata] sata_mv: Micro-optimization and cleanups by Jeff Garzik · 17 years ago
  51. 363f7e4 PCMCIA: Add another MemoryCard to ide-cs/pata_pcmcia by Marcin Juszkiewicz · 17 years ago
  52. ea8b4db [libata] sata_mv: use pci_try_set_mwi() by Jeff Garzik · 17 years ago
  53. 21ba0f8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  54. c6e54a5 libata: remove irq_on from ata_bus_reset() and ata_std_postreset() by Albert Lee · 17 years ago
  55. e04b3b9 ata_piix: kill incorrect invalid map value warning by Tejun Heo · 17 years ago
  56. e8361fc libata: add another Maxtor drive with broken NCQ to the list by Chuck Ebbert · 17 years ago
  57. ee9ccdf [libata] sata_mv: Fix and clean up per-chip-generation tests by Jeff Garzik · 17 years ago
  58. bdd4ddd [libata] sata_mv: Convert to new exception handling (EH) infrastructure by Jeff Garzik · 17 years ago
  59. 4537deb [libata] sata_mv: minor bug fixes, enhancements, and cleanups (prep for new EH) by Jeff Garzik · 17 years ago
  60. 694625c PCI: add pci_try_set_mwi by Randy Dunlap · 17 years ago
  61. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  62. c5d3e45 [libata] sata_mv: Minor cleanups and renaming, preparing for new EH & NCQ by Jeff Garzik · 17 years ago
  63. fee7ca7 libata-link: separate out ata_eh_handle_dev_fail() by Tejun Heo · 17 years ago
  64. 790956e pata_hpt3x3: fix DMA Kconfig option to actually have a hope of working by Jeff Garzik · 17 years ago
  65. 2f8d90a Add Hitachi HDS7250SASUN500G 0621KTAWSD to NCQ blacklist by Prarit Bhargava · 17 years ago
  66. fae57d3 pata_scc.c: Workaround for errata A308 by Akira Iguchi · 17 years ago
  67. a520f26 libata: add FUJITSU MHV2080BH to NCQ blacklist by Tejun Heo · 17 years ago
  68. 66e7da4 pata_hpt3x3: major reworking and testing by Alan Cox · 17 years ago
  69. 75683fe libata: clean up horkage handling by Tejun Heo · 17 years ago
  70. 39ce712 libata: quirk IOMEGA ZIP 250 ATAPI FLOPPY by Tejun Heo · 17 years ago
  71. d583bc1 libata: simplify PCI legacy SFF host handling by Tejun Heo · 17 years ago
  72. 35142dd pata_mpc52xx: suspend/resume support by Domen Puncer · 17 years ago
  73. a77720a sata_promise: SATA hotplug support, take 2 by Mikael Pettersson · 17 years ago
  74. 15ce094 pata_sis: FIFO whack by Alan Cox · 17 years ago
  75. 45a66c1 libata-core: convert to use cancel_rearming_delayed_work() by Oleg Nesterov · 17 years ago
  76. c1e4fe7 [libata] sata_mv: print out additional chip info during probe by Jeff Garzik · 17 years ago
  77. bf6263a [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask info by Jeff Garzik · 17 years ago
  78. cd70c26 [libata] AHCI: Add support for Marvell AHCI-like chips (initially 6145) by Jeff Garzik · 17 years ago
  79. 469248a [libata] Clean up driver udma_mask initializers by Jeff Garzik · 17 years ago
  80. d26fc95 libata: Support chips with 64K PRD quirk by Alan Cox · 17 years ago
  81. c1e6f28 Add a PCI ID for santa rosa's PATA controller. by Christian Lamparter · 17 years ago
  82. 825cd6d sata_sil24: sil24_interrupt() micro-optimisation by Mikael Pettersson · 17 years ago
  83. 5f45bc5 Add irq_flags to struct pata_platform_info by Sonic Zhang · 17 years ago
  84. d0e5803 sata_promise: cleanups by Mikael Pettersson · 17 years ago
  85. 5446b65 [libata] pata_ixp4xx: kill unused var by Jeff Garzik · 17 years ago
  86. a5bf5f5 ata_piix: fix pio/mwdma programming by Tejun Heo · 17 years ago
  87. dab632e [libata] ahci: minor internal cleanups by Jeff Garzik · 17 years ago
  88. a09060f [libata] sata_sx4, sata_via: minor documentation updates by Jeff Garzik · 17 years ago
  89. df69c9c [libata] ahci: minor internal cleanups by Jeff Garzik · 17 years ago
  90. 2bcd866 [libata] ahci: Factor out SATA port init into a separate function by Jeff Garzik · 17 years ago
  91. 79b0bde1 [libata] pata_sil680: minor cleanups from benh by Jeff Garzik · 17 years ago
  92. b2d46b6 [libata] sata_sx4: named constant cleanup by Jeff Garzik · 17 years ago
  93. 5d4c51f [libata] pata_ixp4xx: convert to new EH by Alessandro Zummo · 17 years ago
  94. 49de0ac [libata] pdc_adma: Reorder initializers with a couple structs by Jeff Garzik · 17 years ago
  95. 59f9988 [libata] drivers: remove 'void __iomem *' casts from pre-iomap days by Jeff Garzik · 17 years ago
  96. 1d2808f [libata] PATA drivers: remove ATA_FLAG_SRST by Jeff Garzik · 17 years ago
  97. 5bcd7a00 [libata] sata_sil: register table cleanup by Jeff Garzik · 17 years ago
  98. be5d821 use_clustering (sht) bit set to 0 in AHCI ? by Jens Axboe · 17 years ago
  99. a16abc0 libata: replace ap->cbl tests with ATA_FLAG_SATA tests by Tejun Heo · 17 years ago
  100. 1ca972c [libata] pata_atiixp: add SB700 PCI ID by Jeff Garzik · 17 years ago