1. 5eb66fe libata: fix kernel-doc warnings by Randy Dunlap · 15 years ago
  2. 3ada9c1 libata: Add another column to the ata_timing table. by David Daney · 16 years ago
  3. 94be9a5 [libata] get-identity ioctl: Fix use of invalid memory pointer for SAS drivers. by Jeff Garzik · 16 years ago
  4. fa853a4 libata: only ports >= 0 need to synchronize by Arjan van de Ven · 16 years ago
  5. 886ad09 libata: Add a per-host flag to opt-in into parallel port probes by Arjan van de Ven · 16 years ago
  6. efcb3cf libata: use WARN_ON_ONCE on hot paths by Tejun Heo · 16 years ago
  7. 5c18c4d libata: Add special ata_pio_need_iordy() handling for Compact Flash. by David Daney · 16 years ago
  8. 8522ee2 [libata] ahci: Add SATA GEN3 related messages by Shane Huang · 16 years ago
  9. f29d3b2 fastboot: Make libata initialization even more async by Arjan van de Ven · 16 years ago
  10. 7931805 fastboot: make the libata port scan asynchronous by Arjan van de Ven · 16 years ago
  11. 5ccfca9 libata: blacklist NCQ on OCZ CORE 2 SSD (resend) by Lubomir Bulej · 16 years ago
  12. bd353ff [libata] Update kernel-doc comments to match source code by Qinghuang Feng · 16 years ago
  13. ece180d libata: perform port detach in EH by Tejun Heo · 16 years ago
  14. ad74e4c libata: when restoring SControl during detach do the PMP links first by Tejun Heo · 16 years ago
  15. 1eca436 libata: beef up iterators by Tejun Heo · 16 years ago
  16. d10d491 libata: fix Seagate NCQ+FLUSH blacklist by Tejun Heo · 16 years ago
  17. ac70a96 libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQ by Tejun Heo · 16 years ago
  18. 44901a9 libata: Avoid overflow in ata_tf_read_block() when tf->hba_lbal > 127 by Roland Dreier · 16 years ago
  19. 8a8bc22 libata: revert convert-to-block-tagging patches by Tejun Heo · 16 years ago
  20. 299246f libata: mask off DET when restoring SControl for detach by Tejun Heo · 16 years ago
  21. 6a87e42 libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it by Tejun Heo · 16 years ago
  22. 9ce8e30 libata: add whitelist for devices with known good pata-sata bridges by Jens Axboe · 16 years ago
  23. ba14a9c libata: Avoid overflow in ata_tf_to_lba48() when tf->hba_lbal > 127 by Roland Dreier · 16 years ago
  24. 5b97fbd ATA: remove excess kernel-doc notation by Randy Dunlap · 16 years ago
  25. 3cd8ddb libata: add missing kernel-doc by Randy Dunlap · 16 years ago
  26. 4a9c7b3 libata: fix device iteration bugs by Tejun Heo · 16 years ago
  27. 2fca5cc libata: switch to using block layer tagging support by Jens Axboe · 16 years ago
  28. f667fdb libata: initialize port_task when !CONFIG_ATA_SFF by Tejun Heo · 16 years ago
  29. 45fabbb libata: Implement disk shock protection support by Elias Oltmanns · 16 years ago
  30. b1c7291 libata: implement slave_link by Tejun Heo · 16 years ago
  31. b5b3fa3 libata: misc updates to prepare for slave link by Tejun Heo · 16 years ago
  32. aadffb6 libata: reimplement link iterator by Tejun Heo · 16 years ago
  33. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  34. b15b3eb libata: Fix a large collection of DMA mode mismatches by Alan Cox · 16 years ago
  35. d127ea7 libata: restore SControl on detach by Tejun Heo · 16 years ago
  36. 05944bd libata: implement no[hs]rst force params by Tejun Heo · 16 years ago
  37. 963e497 pata_it821x: Driver updates and reworking by Alan Cox · 16 years ago
  38. 49ea3b0 libata-core: make sure that ata_force_tbl is freed in case of an error by Elias Oltmanns · 16 years ago
  39. 2486fa5 libata: update atapi disable handling by Tejun Heo · 16 years ago
  40. 87fbc5a libata: improve EH internal command timeout handling by Tejun Heo · 16 years ago
  41. 341c2c9 libata: consistently use msecs for time durations by Tejun Heo · 16 years ago
  42. 5895ef9 libata: don't check whether to use DMA or not for no data commands by Tejun Heo · 16 years ago
  43. 2da6765 ata: Convert to static DEFINE_SPINLOCK(lock) by Pradeep Singh Rautela · 16 years ago
  44. 50af2fa libata: ignore SIMG4726 config pseudo device by Tejun Heo · 16 years ago
  45. 391191c libata: don't schedule LPM action seperately during probing by Tejun Heo · 16 years ago
  46. f046519 libata: kill hotplug related race condition by Tejun Heo · 16 years ago
  47. 0cbf071 libata: fix sata_link_hardreset() @online out parameter handling by Tejun Heo · 16 years ago
  48. 10acf3b libata: export ata_eh_analyze_ncq_error by Mark Lord · 16 years ago
  49. a79067e libata: More TSSTcorp pain, keep in sync with legacy IDE by Alan Cox · 16 years ago
  50. 1dc55e8 make sata_set_spd_needed() static by Adrian Bunk · 16 years ago
  51. 6bdb4fc make sata_print_link_status() static by Adrian Bunk · 16 years ago
  52. 2b4221b libata: functions with definition should not be extern by Harvey Harrison · 16 years ago
  53. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  54. b93fda1 libata: Be a bit more slack about early devices by Alan Cox · 16 years ago
  55. f792068 libata: cable logic by Alan Cox · 16 years ago
  56. 45db2f6 libata: move link onlineness check out of softreset methods by Tejun Heo · 16 years ago
  57. 071f44b libata: implement PMP helpers by Tejun Heo · 16 years ago
  58. 48515f6 libata: separate PMP support code from core code by Tejun Heo · 16 years ago
  59. 127102a libata: make SFF support optional by Tejun Heo · 16 years ago
  60. 182d7bb libata: clean up dummy port_ops by Tejun Heo · 16 years ago
  61. c9f75b0 libata: kill ata_noop_dev_select() by Tejun Heo · 16 years ago
  62. 4c9bf4e libata: replace tf_read with qc_fill_rtf for non-SFF drivers by Tejun Heo · 16 years ago
  63. 79f97da libata: drop @finish_qc from ata_qc_complete_multiple() by Tejun Heo · 16 years ago
  64. 22183bf libata: add qc_fill_rtf port operation by Tejun Heo · 16 years ago
  65. 305d2a1 libata: unify mechanism to request follow-up SRST by Tejun Heo · 16 years ago
  66. 5958e30 libata: move PMP SCR access failure during reset to ata_eh_reset() by Tejun Heo · 16 years ago
  67. ac37198 libata: clear SError after link resume by Tejun Heo · 16 years ago
  68. 57c9efd libata: implement and use sata_std_hardreset() by Tejun Heo · 16 years ago
  69. 9dadd45 libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset() by Tejun Heo · 16 years ago
  70. aa2731a libata: separate out ata_wait_ready() and implement ata_wait_after_reset() by Tejun Heo · 16 years ago
  71. 203c75b libata: separate out ata_std_postreset() from ata_sff_postreset() by Tejun Heo · 16 years ago
  72. 0aa1113 libata: separate out ata_std_prereset() from ata_sff_prereset() by Tejun Heo · 16 years ago
  73. 288623a libata: clean up port_ops->sff_irq_clear() by Tejun Heo · 16 years ago
  74. 5682ed3 libata: rename SFF port ops by Tejun Heo · 16 years ago
  75. 9363c38 libata: rename SFF functions by Tejun Heo · 16 years ago
  76. d8b81b8 libata: kill unused ata_flush_cache() by Tejun Heo · 16 years ago
  77. a5987e0 libata: make ata_tf_to_lba[48]() generic by Tejun Heo · 16 years ago
  78. 15a5551 libata: isolate and rework cable logic by Alan Cox · 16 years ago
  79. 3d5a3d6 libata: kill ata_chk_status() call from ata_dev_configure() by Tejun Heo · 16 years ago
  80. 624d5c5 libata: reorganize SFF related stuff by Tejun Heo · 16 years ago
  81. 21572ea libata: drop ata_dev_select() from ata_dev_read_id by Tejun Heo · 16 years ago
  82. a1efdab libata: make reset related methods proper port operations by Tejun Heo · 16 years ago
  83. 887125e libata: stop overloading port_info->private_data by Tejun Heo · 16 years ago
  84. 1bd5b71 libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht by Tejun Heo · 16 years ago
  85. 029cfd6 libata: implement and use ops inheritance by Tejun Heo · 16 years ago
  86. 358f9a7 libata: implement and use ata_noop_irq_clear() by Tejun Heo · 16 years ago
  87. b558edd libata: kill ata_ehi_schedule_probe() by Tejun Heo · 16 years ago
  88. 8cebf27 libata: kill ATA_LFLAG_SKIP_D2H_BSY by Tejun Heo · 16 years ago
  89. cf48062 libata: prefer hardreset by Tejun Heo · 16 years ago
  90. e52dcc4 libata: ATA_12/16 doesn't fall into ATAPI_MISC by Tejun Heo · 16 years ago
  91. 436d34b libata: uninline atapi_cmd_type() by Tejun Heo · 16 years ago
  92. a4ba7fe libata: fix IDENTIFY order in ata_bus_probe() by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 3ec25eb libata: ATA_EHI_LPM should be ATA_EH_LPM by Tejun Heo · 16 years ago
  94. dda7aba libata: improve HPA error handling by Tejun Heo · 16 years ago
  95. 1ffc151 libata: assume no device is attached if both IDENTIFYs are aborted by Tejun Heo · 16 years ago
  96. 7afb422 libata: don't allow sysfs read access to force param by Tejun Heo · 16 years ago
  97. 7f5e4e8 ata: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  98. 72ad6ec Revert "power_state: get rid of write-only variable in SATA" by Jeff Garzik · 16 years ago
  99. c5c61bd make atapi_dmadir static by Adrian Bunk · 16 years ago
  100. 4cdfa1b libata-core: fix kernel-doc warning by Randy Dunlap · 16 years ago