1. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  2. 9cbe056 libata: remove ATA_FLAG_NO_LEGACY by Sergei Shtylyov · 13 years ago
  3. 3696df3 libata: remove ATA_FLAG_MMIO by Sergei Shtylyov · 13 years ago
  4. 1aadf5c libata: always use ata_qc_complete_multiple() for NCQ command completions by Tejun Heo · 14 years ago
  5. 752e386 sata_fsl,mv,nv: prepare for NCQ command completion update by Tejun Heo · 14 years ago
  6. f3faf8f sata_nv: don't diddle with nIEN on mcp55 by Tejun Heo · 14 years ago
  7. 1c5afdf libata-sff: separate out BMDMA init by Tejun Heo · 14 years ago
  8. c3b2889 libata-sff: separate out BMDMA irq handler by Tejun Heo · 14 years ago
  9. 37f65b8 libata-sff: ata_sff_irq_clear() is BMDMA specific by Tejun Heo · 14 years ago
  10. 360ff78 libata-sff: separate out BMDMA qc_issue by Tejun Heo · 14 years ago
  11. f60d701 libata-sff: prd is BMDMA specific by Tejun Heo · 14 years ago
  12. f47451c libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specific by Tejun Heo · 14 years ago
  13. fe06e5f libata-sff: separate out BMDMA EH by Tejun Heo · 14 years ago
  14. c708765 libata-sff: clean up BMDMA initialization by Tejun Heo · 14 years ago
  15. 3e4ec34 libata: kill ATA_FLAG_DISABLED by Tejun Heo · 14 years ago
  16. 95cc2c7 sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate() by Tejun Heo · 14 years ago
  17. 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
  18. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  19. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  20. 6489e32 sata_nv: make sure link is brough up online when skipping hardreset by Tejun Heo · 15 years ago
  21. 51c8949 sata_nv: MSI support, disabled by default by Tony Vroon · 15 years ago
  22. 7f4774b sata_nv: use hardreset only for post-boot probing by Tejun Heo · 15 years ago
  23. c96f173 [libata] Improve timeout handling by Alan Cox · 15 years ago
  24. 14bdef9 [libata] convert drivers to use ata.h mode mask defines by Erik Inge Bolsø · 15 years ago
  25. 55f784c sata_nv: fix module parameter description by Brandon Ehle · 15 years ago
  26. 7dac745 sata_nv: give up hardreset on nf2 by Tejun Heo · 15 years ago
  27. 8d993ea sata_nv: ck804 has borked hardreset too by Tejun Heo · 15 years ago
  28. 2d77570 sata_nv: fix MCP5x reset by Tejun Heo · 16 years ago
  29. e8caa3c sata_nv: rename nv_nf2_hardreset() by Tejun Heo · 16 years ago
  30. 3c32428 sata_nv: fix generic, nf2/3 detection regression by Tejun Heo · 16 years ago
  31. 82219fc Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  32. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  33. 4c1eb90 sata_nv: reinstate nv_hardreset() for non generic controllers by Tejun Heo · 16 years ago
  34. 2fd673e sata_nv: disable hardreset for generic by Tejun Heo · 16 years ago
  35. a0b9f4b sata_nv: make hardreset return -EAGAIN on success by Tejun Heo · 16 years ago
  36. 5682ed3 libata: rename SFF port ops by Tejun Heo · 16 years ago
  37. 9363c38 libata: rename SFF functions by Tejun Heo · 16 years ago
  38. 06993d2 [libata] sata_nv: disable ADMA by default by Jeff Garzik · 16 years ago
  39. d21279f ata: SWNCQ should be enabled by default by Zoltan Boszormenyi · 16 years ago
  40. a1efdab libata: make reset related methods proper port operations by Tejun Heo · 16 years ago
  41. 9594719 libata: kill port_info->sht and ->irq_handler by Tejun Heo · 16 years ago
  42. 029cfd6 libata: implement and use ops inheritance by Tejun Heo · 16 years ago
  43. 68d1d07 libata: implement and use SHT initializers by Tejun Heo · 16 years ago
  44. 6bd99b4 libata: normalize port_info, port_operations and sht tables by Tejun Heo · 16 years ago
  45. d692abd libata: kill ATA_LFLAG_HRST_TO_RESUME by Tejun Heo · 17 years ago
  46. cf48062 libata: prefer hardreset by Tejun Heo · 17 years ago
  47. 8959d30 sata_nv: fix ATAPI issues with memory over 4GB (v7) by Robert Hancock · 16 years ago
  48. a1fe782 sata_nv: fix for completion handling by Robert Hancock · 17 years ago
  49. ff2aeb1 libata: convert to chained sg by Tejun Heo · 17 years ago
  50. 3f3debd sata_nv: don't use legacy DMA in ADMA mode (v3) by Robert Hancock · 17 years ago
  51. 647c595 nv_hardreset: update dangling reference to bugzilla entry by Fernando Luis Vázquez Cao · 17 years ago
  52. 360737a [libata] sata_nv: fix SWNCQ enabling by Jeff Garzik · 17 years ago
  53. 5796d1c [libata] Address some checkpatch-spotted issues by Jeff Garzik · 17 years ago
  54. b447916 [libata] fix 'if(' and similar areas that lack whitespace by Jeff Garzik · 17 years ago
  55. e2e031e [libata] sata_nv: SWNCQ should not apply to MCP61 by Kuan Luo · 17 years ago
  56. 2dcb407 [libata] checkpatch-inspired cleanups by Jeff Garzik · 17 years ago
  57. f140f0f [libata] sata_nv: add SW NCQ support for MCP51/MCP55/MCP61 by Kuan Luo · 17 years ago
  58. 31cc23b libata-pmp-prep: implement ops->qc_defer() by Tejun Heo · 17 years ago
  59. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  60. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  61. 0c88758 libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flags by Tejun Heo · 17 years ago
  62. cc0680a libata-link: linkify reset by Tejun Heo · 17 years ago
  63. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  64. 2a3103c [libata] Bump driver versions by Jeff Garzik · 17 years ago
  65. da3dbb1 libata: make ->scr_read/write callbacks return error code by Tejun Heo · 17 years ago
  66. b64bbc3 libata: improve EH report formatting by Tejun Heo · 17 years ago
  67. d583bc1 libata: simplify PCI legacy SFF host handling by Tejun Heo · 17 years ago
  68. 531e3a6 [libata] sata_nv: undo merge error by Jeff Garzik · 17 years ago
  69. 1e0b5ab sata_nv: allow changing queue depth by Robert Hancock · 17 years ago
  70. 8bc3fc4 libata: bump versions by Jeff Garzik · 17 years ago
  71. a617c09 libata: Trim trailing whitespace by Jeff Garzik · 17 years ago
  72. 1daf9ce sata_nv: fix fallout of devres conversion by Tejun Heo · 17 years ago
  73. 074b8ba drivers/ata: remove the wildcard from sata_nv driver by Peer Chen · 17 years ago
  74. 1626aeb libata: clean up SFF init mess by Tejun Heo · 17 years ago
  75. 9666f40 libata: reimplement suspend/resume support using sdev->manage_start_stop by Tejun Heo · 17 years ago
  76. 53014e2 sata_nv: fix ADMA freeze/thaw/irq_clear issues by Robert Hancock · 17 years ago
  77. d4b2bab libata: add deadline support to prereset and reset methods by Tejun Heo · 17 years ago
  78. 9a829cc libata: convert ata_pci_init_native_mode() users to new init model by Tejun Heo · 17 years ago
  79. f2fb344 sata_nv: don't read shadow registers when in ADMA mode by Robert Hancock · 17 years ago
  80. 8ba5e4c sata_nv: revert use of notifiers for now by Robert Hancock · 17 years ago
  81. 438ac6d libata: add missing CONFIG_PM in LLDs by Tejun Heo · 17 years ago
  82. a84471f [libata] Trim trailing whitespace. by Jeff Garzik · 17 years ago
  83. 2a54cf7 sata_nv: complain on spurious completion notifiers by Robert Hancock · 17 years ago
  84. f5ecac2 sata_nv: kill old private BMDMA helper functions by Robert Hancock · 17 years ago
  85. 5ce0cf6 sata_nv: enable hotplug interrupt and fix some readl/readw mismatches by Robert Hancock · 17 years ago
  86. 721449b sata_nv: Use notifier for completion checks by Robert Hancock · 17 years ago
  87. ac3d6b8 sata_nv: Cleanup taskfile setup by Robert Hancock · 17 years ago
  88. 41949ed sata_nv: cleanup CPB and APRD initialization by Robert Hancock · 17 years ago
  89. 08af741 sata_nv: Add CPB register info to error_handler output by Robert Hancock · 17 years ago
  90. 5e5c74a sata_nv: delay on switching between NCQ and non-NCQ commands by Robert Hancock · 17 years ago
  91. 2cb2785 sata_nv: add back some verbosity into ADMA error_handler by Robert Hancock · 17 years ago
  92. 5278b50 sata_nv: handle SError status indication by Robert Hancock · 17 years ago
  93. ce053fa sata_nv: propagate ata_pci_device_do_resume return value by Robert Hancock · 17 years ago
  94. a2cfe81 sata_nv: wait for response on entering/leaving ADMA mode by Robert Hancock · 17 years ago
  95. 382a665 sata_nv: use ADMA for NODATA commands by Robert Hancock · 17 years ago
  96. 5bd28a4 sata_nv: cleanup ADMA error handling by Robert Hancock · 17 years ago
  97. 246ce3b libata: add another IRQ calls (libata drivers) by Akira Iguchi · 18 years ago
  98. 0d5ff56 libata: convert to iomap by Tejun Heo · 18 years ago
  99. 24dc5f3 libata: update libata LLDs to use devres by Tejun Heo · 18 years ago
  100. cdf56bc sata_nv: add suspend/resume support v3 (Resubmit) by Robert Hancock · 18 years ago