1. d7a80da [PATCH] libata: convert several bmdma-style controllers to new EH, take #3 by Tejun Heo · 18 years ago
  2. 40ef1d8 [PATCH] sata_via: convert to new EH, take #3 by Tejun Heo · 18 years ago
  3. c5fa46e [libata] sata_nv: s/spin_lock_irqsave/spin_lock/ in irq handler by Jeff Garzik · 18 years ago
  4. 5a44eff [PATCH] sata_nv: add hotplug support by Tejun Heo · 18 years ago
  5. 39f8758 [PATCH] sata_nv: convert to new EH by Tejun Heo · 18 years ago
  6. ada364e [PATCH] sata_nv: better irq handlers by Tejun Heo · 18 years ago
  7. 27e4b27 [PATCH] sata_nv: simplify constants by Tejun Heo · 18 years ago
  8. e6faf08 [PATCH] sata_nv: kill struct nv_host_desc and nv_host by Tejun Heo · 18 years ago
  9. 638ebcc [PATCH] sata_nv: kill not-working hotplug code by Tejun Heo · 18 years ago
  10. bf717b11 [libata] Update docs to reflect current driver API by Jeff Garzik · 18 years ago
  11. f0eb62b [PATCH] libata: add host_set->next for legacy two host_sets case, take #3 by Tejun Heo · 18 years ago
  12. d017126 [PATCH] libata: fix oops caused rescanning NULL sdev by Tejun Heo · 18 years ago
  13. d4c8532 [PATCH] sata_sil: update device hotplug handling, take #2 by Tejun Heo · 18 years ago
  14. aeb2ecd [PATCH] libata: fast exit from EH while unloading by Tejun Heo · 18 years ago
  15. f9be711 [PATCH] libata: fix ATA_EH_REVALIDATE clearing by Tejun Heo · 18 years ago
  16. 551e888 [PATCH] libata: fix comment above ata_exec_internal() by Tejun Heo · 18 years ago
  17. 23fa961 [PATCH] sata_sil: add controller unplug detection in sil_interrupt() by Tejun Heo · 18 years ago
  18. 3057ac3 [PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5) by zhao, forrest · 18 years ago
  19. 39b07ce libata: more verbose request_irq() failure by Jeff Garzik · 18 years ago
  20. 233277c [PATCH] libata: Setup nbytes in ata_sg_init_one by Brian King · 18 years ago
  21. bd5d825 libata: Adjust initial debugging levels through preprocessor defines. by Borislav Petkov · 18 years ago
  22. b477257 [PATCH] sata_sil24: endian anotations by Alexey Dobriyan · 18 years ago
  23. fec69a9 Merge branch 'upstream-fixes' into upstream by Jeff Garzik · 18 years ago
  24. 2f9719b [PATCH] sata_mv: grab host lock inside eng_timeout by Mark Lord · 18 years ago
  25. 1049cb4 [PATCH] libata: add missing ->data_xfer for pdc_adma by Tejun Heo · 18 years ago
  26. 0a1b622 [PATCH] libata: add missing finish_wait() call in ata_port_wait_eh() by Tejun Heo · 18 years ago
  27. 67f672f [PATCH] sata_sil24: SII3124 sata driver endian problem by Rune Torgersen · 18 years ago
  28. 672c610 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 18 years ago
  29. f523596 [SCSI] scsi_lib.c: properly count the number of pages in scsi_req_map_sg() by Bryan Holty · 19 years ago
  30. d87fa38 [PATCH] libata-hp: move ata_do_reset() to libata-eh.c by Tejun Heo · 18 years ago
  31. 52783c5 [PATCH] libata-hp: killl ops->probe_reset by Tejun Heo · 18 years ago
  32. 0542925 [PATCH] sata_sil24: convert to new probing mechanism and add hotplug support by Tejun Heo · 18 years ago
  33. 4296971 [PATCH] ahci: convert to new probing mechanism and add hotplug support by Tejun Heo · 18 years ago
  34. e573890 [PATCH] sata_sil: convert to new probing mechanism and add hotplug support by Tejun Heo · 18 years ago
  35. ccc4672 [PATCH] ata_piix: convert ata_piix to new probing mechanism by Tejun Heo · 18 years ago
  36. 720ba12 [PATCH] libata-hp: update unload-unplug by Tejun Heo · 18 years ago
  37. 3e70639 [PATCH] libata-hp: implement bootplug by Tejun Heo · 18 years ago
  38. ccf68c3 [PATCH] libata-hp: hook warmplug by Tejun Heo · 18 years ago
  39. 83c47bc [PATCH] libata-hp: implement warmplug by Tejun Heo · 18 years ago
  40. 580b2102 [PATCH] libata-hp: implement SCSI part of hotplug by Tejun Heo · 18 years ago
  41. 084fe63 [PATCH] libata-hp: implement hotplug by Tejun Heo · 18 years ago
  42. 0ea035a [PATCH] libata-hp: implement ata_eh_detach_dev() by Tejun Heo · 18 years ago
  43. e8e008e [PATCH] sata_sil24: update sil24_hardreset() by Tejun Heo · 18 years ago
  44. 135da34 [PATCH] sata_sil24: rename PORT_PRB to PORT_LRAM and add PORT_LRAM_SLOT_SZ by Tejun Heo · 18 years ago
  45. cbe88fb [PATCH] sata_sil: new interrupt handler by Tejun Heo · 18 years ago
  46. 20888d8 [PATCH] sata_sil: add new constants in preparation for new interrupt handler by Tejun Heo · 18 years ago
  47. 9a1004d [PATCH] libata: export ata_hsm_move() by Tejun Heo · 18 years ago
  48. 664faf0 [PATCH] libata-hp-prep: implement followup softreset handling by Tejun Heo · 18 years ago
  49. f5914a4 [PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset() by Tejun Heo · 18 years ago
  50. d7bb4cc [PATCH] libata-hp-prep: implement sata_phy_debounce() by Tejun Heo · 18 years ago
  51. a9beec9 [PATCH] libata-hp-prep: make probing related functions global by Tejun Heo · 18 years ago
  52. 453b07a [PATCH] libata-hp-prep: add ata_aux_wq by Tejun Heo · 18 years ago
  53. 3edebac [PATCH] libata-hp-prep: store attached SCSI device by Tejun Heo · 18 years ago
  54. 5a04bf4 [PATCH] libata-hp-prep: implement ap->hw_sata_spd_limit by Tejun Heo · 18 years ago
  55. 3153436 [PATCH] libata-hp-prep: use __ata_scsi_find_dev() by Tejun Heo · 18 years ago
  56. ab5b3a5 [PATCH] libata-hp-prep: update ata_scsi_find_dev() and friends by Tejun Heo · 18 years ago
  57. 72fa4b7 [PATCH] libata-hp-prep: make some ata_device fields persistent by Tejun Heo · 18 years ago
  58. 3ef3b43 [PATCH] libata-hp-prep: implement ata_dev_init() by Tejun Heo · 18 years ago
  59. c6cf9e9 [PATCH] libata: implement ata_eh_wait() by Tejun Heo · 18 years ago
  60. 20952b6 [PATCH] libata: set PIO-0 after successful EH reset by Tejun Heo · 18 years ago
  61. ef28240 libata debugging: set initial dbg value by Borislav Petkov · 18 years ago
  62. e42d7be Merge branch 'upstream-fixes' into upstream by Jeff Garzik · 18 years ago
  63. 0737ac8 [PATCH] the latest consensus libata resume fix by Mark Lord · 18 years ago
  64. 75e9958 [PATCH] libata: add pio_data_xfer_noirq by Alan Cox · 18 years ago
  65. 89bad58 [PATCH] libata: add back ->data_xfer to ata_piix.c by Albert Lee · 18 years ago
  66. 31a34fe [PATCH] ata_piix formatting by Alan Cox · 18 years ago
  67. e146987 [PATCH] sata_mv: endian annotations by Mark Lord · 18 years ago
  68. a6b2c5d [PATCH] PATCH: libata. Add ->data_xfer method by Alan Cox · 18 years ago
  69. 8190bdb [libata] libata-scsi, sata_mv: trim trailing whitespace by Jeff Garzik · 18 years ago
  70. f79d409 [PATCH] libata - fix bracketing and DMA oops by Alan Cox · 18 years ago
  71. b6079ca [PATCH] libata: PIO 0 by Alan Cox · 18 years ago
  72. 1f3461a [PATCH] libata: minor fix for irq-pio merge by Albert Lee · 18 years ago
  73. c81e29b Merge branch 'upstream-fixes' into upstream by Jeff Garzik · 18 years ago
  74. bb31a8f [PATCH] libata: add pio flush for via atapi (was: Re: TR: ASUS A8V Deluxe, x86_64) by Albert Lee · 18 years ago
  75. d3fb4e8 [libata sata_promise] Add PATA cable detection. by Jeff Garzik · 18 years ago
  76. 4c5c816 [PATCH] sata_nv: Add MCP61 support by Andrew Chew · 18 years ago
  77. 26e27cd Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  78. 8b1ea24 [PATCH] missing newline in scsi/st.c by Rene Herman · 18 years ago
  79. 9f434d4 [SCSI] scsi_transport_sas: make write attrs writeable by Eric Moore · 18 years ago
  80. 6d99a3f [SCSI] scsi_transport_sas; fix user_scan by James Bottomley · 18 years ago
  81. b74ba22 [PATCH] Add PCI ID for the Intel IDE Controller which is in the Intel Mac Minis shipped in first quarter 2006 by Thomas Glanzmann · 18 years ago
  82. f8bbfc2 [PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transports by Tejun Heo · 18 years ago
  83. a20f33f [PATCH] libata: enforce default EH actions by Tejun Heo · 18 years ago
  84. eec4c3f [PATCH] libata: use qc->result_tf for temp taskfile storage by Albert Lee · 18 years ago
  85. 3655d1d [PATCH] libata: Fix the HSM error_mask mapping (was: Re: libata-tj and SMART) by Albert Lee · 18 years ago
  86. 3d71b3b Merge branch 'upstream-fixes' into upstream by Jeff Garzik · 18 years ago
  87. e2a7f77 [PATCH] libata-core: fix current kernel-doc warnings by Randy Dunlap · 18 years ago
  88. 63a2535 [PATCH] sata_mv: version bump by Mark Lord · 18 years ago
  89. 559eeda [PATCH] sata_mv: endian fix by Mark Lord · 18 years ago
  90. a643243 [PATCH] sata_mv: remove local copy of queue indexes by Mark Lord · 18 years ago
  91. e857f14 [PATCH] sata_mv: spurious interrupt workaround by Mark Lord · 18 years ago
  92. eb46d68 [PATCH] sata_mv: chip initialization fixes by Mark Lord · 18 years ago
  93. 615ab95 [PATCH] sata_mv: deal with interrupt coalescing interrupts by Mark Lord · 18 years ago
  94. 9b358e3 [PATCH] sata_mv: prevent unnecessary double-resets by Mark Lord · 18 years ago
  95. 78a904b [SCSI] ppa: fix for machines with highmem by Randy.Dunlap · 18 years ago
  96. c3d8336 [SCSI] Blacklist entry for HP dat changer by Thomas Bogendoerfer · 18 years ago
  97. 8d4ee71 Merge branch 'max-sect' into upstream by Jeff Garzik · 18 years ago
  98. efa6e7e Merge branch 'for-jeff' of git://htj.dyndns.org/libata-tj into tejun-merge by Jeff Garzik · 18 years ago
  99. 5006ecc Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  100. aee10a0 [PATCH] sata_sil24: implement NCQ support by Tejun Heo · 18 years ago