1. fa4453c libata passthru: always enforce correct DEV bit by Albert Lee · 17 years ago
  2. 23cb1d7 libata passthru: map UDMA protocols by Albert Lee · 17 years ago
  3. 1dce589 libata passthru: support PIO multi commands by Albert Lee · 17 years ago
  4. f93f107 libata passthru: update protocol numbers by Albert Lee · 17 years ago
  5. 6c7b7d2 [libata] Fix decoding of 6-byte commands by Jeff Garzik · 17 years ago
  6. d9aca22 libata: remove libata.spindown_compat by Tejun Heo · 17 years ago
  7. 13b8d09 libata: track spindown status and skip spindown_compat if possible by Tejun Heo · 17 years ago
  8. da071b4 libata: fix shutdown warning message printing by Tejun Heo · 17 years ago
  9. 920a4b1 libata: implement libata.spindown_compat by Tejun Heo · 17 years ago
  10. 9666f40 libata: reimplement suspend/resume support using sdev->manage_start_stop by Tejun Heo · 17 years ago
  11. f318719 libata: separate out ata_host_alloc() and ata_host_register() by Tejun Heo · 17 years ago
  12. 5a5dbd1 libata: add support for READ/WRITE LONG by Mark Lord · 18 years ago
  13. f0ef88e RESEND: libata: check cdb len per dev instead of per host by Mark Lord · 18 years ago
  14. 277239f libata bugfix: preserve LBA bit for HDIO_DRIVE_TASK by Mark Lord · 18 years ago
  15. 6ffa01d libata: add CONFIG_PM to libata core layer by Tejun Heo · 18 years ago
  16. 44877b4 libata: s/ap->id/ap->print_id/g by Tejun Heo · 18 years ago
  17. c3c70c4 libata: fix ata_scsi_change_queue_depth() by Tejun Heo · 18 years ago
  18. fcf1bf1 libata: fix ata_scmd_need_defer() by Tejun Heo · 18 years ago
  19. 4d05447 libata: fix probe_ent alloc/free bugs by Tejun Heo · 18 years ago
  20. 2b06719 libata bugfix: HDIO_DRIVE_TASK by Mark Lord · 18 years ago
  21. f0d36ef libata: update libata core layer to use devres by Tejun Heo · 18 years ago
  22. 5924b74 libata: implement HDIO_GET_IDENTITY by Tejun Heo · 18 years ago
  23. 726f078 libata: kill qc->nsect and cursect by Tejun Heo · 18 years ago
  24. a0cf733 libata: straighten out ATA_ID_* constants by Tejun Heo · 18 years ago
  25. 7102d23 drivers/ata/: make 4 functions static by Adrian Bunk · 18 years ago
  26. 7a44e91 [PATCH] user of the jiffies rounding patch: ATA subsystem by Arjan van de Ven · 18 years ago
  27. 78981a7 libata: fix translation for START STOP UNIT by Robert Hancock · 18 years ago
  28. af068bd libata-scsi: ata_task_ioctl should return ATA registers from sense data by David Milburn · 18 years ago
  29. 7a80118 libata: Fixup n_elem initialization by Brian King · 18 years ago
  30. 2e5704f [PATCH] libata: take scmd->cmd_len into account when translating SCSI commands by Tejun Heo · 18 years ago
  31. ad70699 [PATCH] libata: kill @cdb argument from xlat methods by Tejun Heo · 18 years ago
  32. 542b144 [PATCH] libata: clean up variable name usage in xlat related functions by Tejun Heo · 18 years ago
  33. da02d2a [libata] use kmap_atomic(KM_IRQ0) in SCSI simulator by Jeff Garzik · 18 years ago
  34. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  35. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  36. bd056d7 [PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf() by Tejun Heo · 18 years ago
  37. f84e7e4 [PATCH] libata: make sure sdev doesn't go away while rescanning by Tejun Heo · 18 years ago
  38. 6a36261 [PATCH] libata: fix READ CAPACITY simulation by Tejun Heo · 18 years ago
  39. d25614b [PATCH] libata: improve SCSI sense data generation by Tejun Heo · 18 years ago
  40. 750426a [PATCH] libata: cosmetic changes to sense generation functions by Tejun Heo · 18 years ago
  41. f38621b [PATCH] libata: fix passthru sense data header by Tejun Heo · 18 years ago
  42. 6fc49ad [PATCH] libata: use FLUSH_EXT only when driver is larger than LBA28 limit by Tejun Heo · 18 years ago
  43. 914ed35 [PATCH] libata: move dev->max_sectors configuration into ata_dev_configure() by Tejun Heo · 18 years ago
  44. 309afcb [PATCH] libata: make user scan wait for scan to complete by Tejun Heo · 18 years ago
  45. 08475a1 [PATCH] libata: Fixup ata_sas_queuecmd to handle __ata_scsi_queuecmd failure by Brian King · 18 years ago
  46. c31f571 [PATCH] libata: don't schedule EH on wcache on/off if old EH by Tejun Heo · 18 years ago
  47. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  48. 253b92e libata: fix double-completion on error by Darrick J. Wong · 18 years ago
  49. bbe1fe7 [PATCH] libata: return sense data in HDIO_DRIVE_CMD ioctl by Eran Tromer · 18 years ago
  50. 360f654 [PATCH] libata: turn off NCQ if queue depth is adjusted to 1 by Tejun Heo · 18 years ago
  51. 4f93137 [libata] DocBook minor updates, fixes by Jeff Garzik · 18 years ago
  52. cca3974 libata: Grand renaming. by Jeff Garzik · 18 years ago
  53. c6fd280 Move libata to drivers/ata. by Jeff Garzik · 18 years ago[Renamed from drivers/scsi/libata-scsi.c]
  54. 3f06688 Merge branch 'upstream-fixes' into upstream by Jeff Garzik · 18 years ago
  55. 22aac08 [PATCH] libata: clear sdev->locked on door lock failure by Tejun Heo · 18 years ago
  56. 8028916 [PATCH] libata: Add support for SATA attachment to SAS adapters by Brian King · 18 years ago
  57. 3c5100c [PATCH] libata: cosmetic changes to PM functions by Tejun Heo · 18 years ago
  58. d6f26d1 [PATCH] libata: reimplement per-dev PM by Tejun Heo · 18 years ago
  59. 2832430 [PATCH] libata: implement ATA_EHI_RESUME_LINK by Tejun Heo · 18 years ago
  60. b51e9e5 [PATCH] libata: add ap->pflags and move core dynamic flags to it by Tejun Heo · 18 years ago
  61. 8f76078 [PATCH] Remove redundant NULL checks before [kv]free - in drivers/ by Jesper Juhl · 18 years ago
  62. 99ba9e0 [PATCH] libata: Add ata_scsi_dev_disabled by Brian King · 18 years ago
  63. ba6a130 [libata] Add host lock to struct ata_port by Jeff Garzik · 18 years ago
  64. 71d530c Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  65. d017126 [PATCH] libata: fix oops caused rescanning NULL sdev by Tejun Heo · 18 years ago
  66. 3057ac3 [PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5) by zhao, forrest · 18 years ago
  67. beb4048 [SCSI] remove scsi_request infrastructure by Christoph Hellwig · 18 years ago
  68. 5d5ff44 [SCSI] fix up request buffer reference in various scsi drivers by Christoph Hellwig · 18 years ago
  69. ccf68c3 [PATCH] libata-hp: hook warmplug by Tejun Heo · 18 years ago
  70. 83c47bc [PATCH] libata-hp: implement warmplug by Tejun Heo · 18 years ago
  71. 580b2102 [PATCH] libata-hp: implement SCSI part of hotplug by Tejun Heo · 18 years ago
  72. 0ea035a [PATCH] libata-hp: implement ata_eh_detach_dev() by Tejun Heo · 18 years ago
  73. 3edebac [PATCH] libata-hp-prep: store attached SCSI device by Tejun Heo · 18 years ago
  74. 3153436 [PATCH] libata-hp-prep: use __ata_scsi_find_dev() by Tejun Heo · 18 years ago
  75. ab5b3a5 [PATCH] libata-hp-prep: update ata_scsi_find_dev() and friends by Tejun Heo · 18 years ago
  76. 8190bdb [libata] libata-scsi, sata_mv: trim trailing whitespace by Jeff Garzik · 18 years ago
  77. f79d409 [PATCH] libata - fix bracketing and DMA oops by Alan Cox · 18 years ago
  78. f8bbfc2 [PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transports by Tejun Heo · 18 years ago
  79. 8d4ee71 Merge branch 'max-sect' into upstream by Jeff Garzik · 18 years ago
  80. a6e6ce8 [PATCH] libata-ncq: implement NCQ device configuration by Tejun Heo · 18 years ago
  81. 3dc1d88 [PATCH] libata-ncq: implement NCQ command translation and exclusion by Tejun Heo · 18 years ago
  82. 2115ea9 [PATCH] libata-ncq: pass ata_scsi_translate() return value to SCSI midlayer by Tejun Heo · 18 years ago
  83. 246619d [PATCH] libata-eh-fw: update SCSI command completion path for new EH by Tejun Heo · 18 years ago
  84. 7b70fc0 [PATCH] libata-eh-fw: implement ata_port_schedule_eh() and ata_port_abort() by Tejun Heo · 18 years ago
  85. f15a1da [PATCH] libata: use ATA printk helpers by Tejun Heo · 18 years ago
  86. 3373efd [PATCH] libata: use dev->ap by Tejun Heo · 18 years ago
  87. e61e067 [PATCH] libata: implement qc->result_tf by Tejun Heo · 18 years ago
  88. c44078c [PATCH] libata: silly fix in ata_scsi_start_stop_xlat() by Tejun Heo · 18 years ago
  89. 875999c Merge branch 'upstream' by Jeff Garzik · 18 years ago
  90. 35bb94b libata: Add helper ata_shost_to_port() by Jeff Garzik · 18 years ago
  91. 10a5fd5 Merge branch 'master' by Jeff Garzik · 18 years ago
  92. 9227c33 [PATCH] move ->eh_strategy_handler to the transport class by Christoph Hellwig · 19 years ago
  93. 95de719 [PATCH] libata: convert ATAPI_ENABLE_DMADIR to module parameter by Albert Lee · 19 years ago
  94. ece1d63 [PATCH] libata: separate out libata-eh.c by Tejun Heo · 19 years ago
  95. 35e86b5 [PATCH] libata: dec scmd->retries for qcs with zero err_mask by Tejun Heo · 19 years ago
  96. 74e6c8c [PATCH] libata: don't read TF directly from sense generation functions by Tejun Heo · 19 years ago
  97. 058e55e [PATCH] libata: always generate sense if qc->err_mask is non-zero by Tejun Heo · 19 years ago
  98. 2719736 [PATCH] libata: add ATA_QCFLAG_IO by Tejun Heo · 19 years ago
  99. 198e0fe [PATCH] libata: rename ATA_FLAG_PORT_DISABLED to ATA_FLAG_DISABLED by Tejun Heo · 19 years ago
  100. c43c555 [PATCH] libata: ATA_FLAG_IN_EH is not used, kill it by Tejun Heo · 19 years ago