1. 2fc75da ata: use module_pci_driver by Axel Lin · 12 years ago
  2. 06296a1 ata: Add and use ata_print_version_once by Joe Perches · 13 years ago
  3. a44fec1 ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 13 years ago
  4. 9cbe056 libata: remove ATA_FLAG_NO_LEGACY by Sergei Shtylyov · 13 years ago
  5. 3696df3 libata: remove ATA_FLAG_MMIO by Sergei Shtylyov · 13 years ago
  6. d6b0de8 libata-sff: kill dummy BMDMA ops from sata_qstor and pata_octeon_cf by Tejun Heo · 14 years ago
  7. c3b2889 libata-sff: separate out BMDMA irq handler by Tejun Heo · 14 years ago
  8. f47451c libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specific by Tejun Heo · 14 years ago
  9. fe06e5f libata-sff: separate out BMDMA EH by Tejun Heo · 14 years ago
  10. c708765 libata-sff: clean up BMDMA initialization by Tejun Heo · 14 years ago
  11. 3e4ec34 libata: kill ATA_FLAG_DISABLED by Tejun Heo · 14 years ago
  12. 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
  13. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  14. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  15. c96f173 [libata] Improve timeout handling by Alan Cox · 15 years ago
  16. 14bdef9 [libata] convert drivers to use ata.h mode mask defines by Erik Inge Bolsø · 15 years ago
  17. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  18. 9363c38 libata: rename SFF functions by Tejun Heo · 16 years ago
  19. a1efdab libata: make reset related methods proper port operations by Tejun Heo · 16 years ago
  20. 029cfd6 libata: implement and use ops inheritance by Tejun Heo · 16 years ago
  21. 68d1d07 libata: implement and use SHT initializers by Tejun Heo · 16 years ago
  22. 358f9a7 libata: implement and use ata_noop_irq_clear() by Tejun Heo · 16 years ago
  23. ff2aeb1 libata: convert to chained sg by Tejun Heo · 17 years ago
  24. 0dc3688 libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* by Tejun Heo · 17 years ago
  25. b14dabc sata_qstor: use hardreset instead of softreset by Tejun Heo · 16 years ago
  26. 6004bda1 libata sata_qstor conversion to new error handling (EH). by Mark Lord · 17 years ago
  27. 904c7ba libata sata_qstor workaround for spurious interrupts by Mark Lord · 17 years ago
  28. 12ee7d3 libata sata_qstor nuke idle state by Mark Lord · 17 years ago
  29. 5796d1c [libata] Address some checkpatch-spotted issues by Jeff Garzik · 17 years ago
  30. cbcdd87 libata: implement and use ata_port_desc() to report port configuration by Tejun Heo · 17 years ago
  31. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  32. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  33. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  34. 2a3103c [libata] Bump driver versions by Jeff Garzik · 17 years ago
  35. da3dbb1 libata: make ->scr_read/write callbacks return error code by Tejun Heo · 17 years ago
  36. 9977126 libata: add @is_cmd to ata_tf_to_fis() by Tejun Heo · 17 years ago
  37. bf6263a [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask info by Jeff Garzik · 17 years ago
  38. 8bc3fc4 libata: bump versions by Jeff Garzik · 17 years ago
  39. 4447d35 libata: convert the remaining SATA drivers to new init model by Tejun Heo · 17 years ago
  40. cb48cab [libata] bump versions by Jeff Garzik · 17 years ago
  41. 44877b4 libata: s/ap->id/ap->print_id/g by Tejun Heo · 17 years ago
  42. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  43. 246ce3b libata: add another IRQ calls (libata drivers) by Akira Iguchi · 17 years ago
  44. 0d5ff56 libata: convert to iomap by Tejun Heo · 17 years ago
  45. 24dc5f3 libata: update libata LLDs to use devres by Tejun Heo · 17 years ago
  46. 726f078 libata: kill qc->nsect and cursect by Tejun Heo · 17 years ago
  47. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  48. 2d2744f [libata] PCI ID table cleanup in various drivers by Jeff Garzik · 18 years ago
  49. cca3974 libata: Grand renaming. by Jeff Garzik · 18 years ago
  50. c6fd280 Move libata to drivers/ata. by Jeff Garzik · 18 years ago[Renamed from drivers/scsi/sata_qstor.c]
  51. b788719 [PATCH] libata: replace pci_module_init() with pci_register_driver() by Pavel Roskin · 18 years ago
  52. 1d6f359 [PATCH] irq-flags: scsi: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  53. ccf68c3 [PATCH] libata-hp: hook warmplug by Tejun Heo · 18 years ago
  54. a6b2c5d [PATCH] PATCH: libata. Add ->data_xfer method by Alan Cox · 18 years ago
  55. a890b15 Merge branch 'upstream' by Jeff Garzik · 18 years ago
  56. 10a5fd5 Merge branch 'master' by Jeff Garzik · 18 years ago
  57. 9227c33 [PATCH] move ->eh_strategy_handler to the transport class by Christoph Hellwig · 18 years ago
  58. 7819d64 Merge branch 'upstream' by Jeff Garzik · 18 years ago
  59. af64371 [libata] bump versions by Jeff Garzik · 18 years ago
  60. 029f546 Merge branch 'upstream' by Jeff Garzik · 18 years ago
  61. 198e0fe [PATCH] libata: rename ATA_FLAG_PORT_DISABLED to ATA_FLAG_DISABLED by Tejun Heo · 18 years ago
  62. 11ed56f Merge branch 'upstream' by Jeff Garzik · 18 years ago
  63. 30afc84 [SCSI] libata: implement minimal transport template for ->eh_timed_out by Tejun Heo · 18 years ago
  64. 11fff82 Merge branch 'upstream' by Jeff Garzik · 18 years ago
  65. f131883 Merge branch 'upstream-fixes' by Jeff Garzik · 18 years ago
  66. 9ae61c6 [PATCH] libata: fix WARN_ON() condition in *_fill_sg() by Tejun Heo · 18 years ago
  67. 3875e19 Merge branch 'upstream' by Jeff Garzik · 18 years ago
  68. 49430f9 [PATCH] libata: kill sht->max_sectors by Tejun Heo · 18 years ago
  69. 1cb9d72 Merge branch 'upstream' by Jeff Garzik · 18 years ago
  70. beec7db [PATCH] libata: convert assert(xxx)'s in low-level drivers to WARN_ON(!xxx)'s by Tejun Heo · 18 years ago
  71. ca7d5e4 Merge branch 'upstream' by Jeff Garzik · 18 years ago
  72. 35daeb8 [PATCH] libata: use ata_scsi_timed_out() by Tejun Heo · 18 years ago
  73. b4d2888 Merge branch 'tmp' by Jeff Garzik · 18 years ago
  74. 9a3d9eb [PATCH] libata: return AC_ERR_* from issue functions by Tejun Heo · 18 years ago
  75. 701db69 Merge branch 'upstream' by Jeff Garzik · 19 years ago
  76. a22e2eb [PATCH] libata: move err_mask to ata_queued_cmd by Albert Lee · 19 years ago
  77. 98ac62d [PATCH] mark several libata datastructures const by Arjan van de Ven · 19 years ago
  78. f333b3f Merge branch 'upstream' by Jeff Garzik · 19 years ago
  79. 7bdd720 [libata] bump versions by Jeff Garzik · 19 years ago
  80. 828d09d [libata ahci, qstor] fix miscount of scatter/gather entries by Jeff Garzik · 19 years ago
  81. f4256e3 Merge branch 'master' by Jeff Garzik · 19 years ago
  82. 3b7d697 [libata] constify PCI ID table in several drivers by Jeff Garzik · 19 years ago
  83. c7c6e94 Merge branch 'upstream' by Jeff Garzik · 19 years ago
  84. 193515d [libata] eliminate use of drivers/scsi/scsi.h compatibility header/defines by Jeff Garzik · 19 years ago
  85. 8cedcfd Merge branch 'master' by Jeff Garzik · 19 years ago
  86. 122401c Merge branch 'master' by Jeff Garzik · 19 years ago
  87. 95dbf5c Merge branch 'master' by Jeff Garzik · 19 years ago
  88. a9524a7 [libata] use dev_printk() throughout drivers by Jeff Garzik · 19 years ago
  89. 054ee8f Merge branch 'upstream' by Jeff Garzik · 19 years ago
  90. a7dac44 [libata] change ata_qc_complete() to take error mask as second arg by Jeff Garzik · 19 years ago
  91. fce45c1 Merge branch 'upstream' by Jeff Garzik · 19 years ago
  92. b0c4e14 Merge branch 'master' by Jeff Garzik · 19 years ago
  93. ac19bff [libata] ensure ->tf_read() hook reads Status and Error registers by Jeff Garzik · 19 years ago
  94. 15dbb5a Merge branch 'master' by Jeff Garzik · 19 years ago
  95. 7a9f8f9 Merge branch 'master' by Jeff Garzik · 19 years ago
  96. 057ace5 libata: const-ification bombing run by Jeff Garzik · 19 years ago
  97. 0420dd1 [PATCH] enum safety (sata_qstor) by Al Viro · 19 years ago
  98. cedc9a4 libata: fix ATAPI DMA alignment issues by Jeff Garzik · 19 years ago
  99. e50362e [PATCH] libata: interrupt driven pio for LLD by Albert Lee · 19 years ago
  100. 82ca76b [PATCH] drivers: convert kcalloc to kzalloc by Pekka Enberg · 19 years ago