1. 34f5d5a ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 2624565 ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  3. 4906f3b ide: kill DATA_READY define by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 4d7a984 ide: task_end_request() fix by Tejun Heo · 16 years ago
  5. 657cc1a ide: set IDE_TFLAG_IN_* flags before queuing/executing command by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 35cf2b9 ide: fix ->io_32bit race in ide_taskfile_ioctl() by Tejun Heo · 16 years ago
  7. 9e47be0 ide: remove broken disk byte-swapping support by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 81ca691 ide: add ide_set_irq() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
  9. ade2daf ide: make remaining built-in only IDE host drivers modular (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  10. cbb010c ide: drop 'initializing' argument from ide_register_hw() by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 57c802e ide: add ide_init_port_hw() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  12. b0d5bc2 ide: Fix build break caused by "ide: remove ideprobe_init()" by Olof Johansson · 16 years ago
  13. 151575e ide: remove ideprobe_init() by Bartlomiej Zolnierkiewicz · 16 years ago
  14. f01393e ide: merge ->fixup and ->quirkproc methods by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 15ce926 ide: merge ->dma_host_{on,off} methods into ->dma_host_set method by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 4a546e0 ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 8704de8 cy82c693: add ->set_dma_mode method by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 3071a9d ide: make 'extra' field in struct ide_port_info u8 by Bartlomiej Zolnierkiewicz · 16 years ago
  20. a501633 ide-disk: use ide_get_lba_addr() by Bartlomiej Zolnierkiewicz · 16 years ago
  21. c2b57cd ide: add ide_tf_read() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  22. f6e29e3 ide-disk: use do_rw_taskfile() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 57d7366 ide: remove 'handler' field from ide_task_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 1192e52 ide: use ->data_phase to set ->handler in do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 10d9015 ide: convert do_rw_taskfile() to use ->data_phase by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 1edee60 ide: merge flagged_taskfile() into do_rw_taskfile() by Bartlomiej Zolnierkiewicz · 16 years ago
  27. 866e2ec ide: remove 'tf_in_flags' field from ide_task_t by Bartlomiej Zolnierkiewicz · 16 years ago
  28. ac026ff ide: remove 'command_type' field from ide_task_t by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 7299a39 ide: remove hwif->intrproc by Bartlomiej Zolnierkiewicz · 16 years ago
  30. f919790 ide: remove SELECT_INTERRUPT() by Bartlomiej Zolnierkiewicz · 16 years ago
  31. cd3dbc9 ide: remove QUIRK_LIST() by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 2fc5738 ide: add ide_pktcmd_tf_load() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  33. 8e7657a ide: remove atapi_ireason_t (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 790d123 ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t by Bartlomiej Zolnierkiewicz · 16 years ago
  35. e5f9f5a ide: remove atapi_feature_t by Bartlomiej Zolnierkiewicz · 16 years ago
  36. 0e38a66 ide: remove atapi_error_t (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 22c525b ide: remove ata_status_t and atapi_status_t by Bartlomiej Zolnierkiewicz · 16 years ago
  38. 6a21441 ide: CPU endianness doesn't matter for special_t by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 807e35d ide: use ide_tf_load() in execute_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  40. 4ee06b7 ide: remove stale ide.h "configuration options" by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 74095a9 ide: use do_rw_taskfile() in flagged_taskfile() by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 9a3c49b ide: add ide_no_data_taskfile() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 9e42237 ide: add ide_tf_load() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  44. 650d841 ide: add struct ide_taskfile (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  45. cd2a2d9 ide: remove task_ioreg_t typedef (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 1c029fd ide: remove ->dma_master field from ide_hwif_t (take 5) by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 3ab7efe ide: DMA reporting and validity checking fixes (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  48. 0174511 ide: move ide_fixstring() documentation to ide-iops.c from ide.h by Bartlomiej Zolnierkiewicz · 17 years ago
  49. e95d9c6 Expand hwif->host_flags so that it fits new flags. by David Miller · 17 years ago
  50. 8562043 ide: constify struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  51. 039788e ide: replace ide_pci_device_t by struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 9239b33 ide: remove write-only hwif->hw by Bartlomiej Zolnierkiewicz · 17 years ago
  53. 18e181f ide: add hwif->ack_intr hook by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 86f3a49 icside: use ec->dma directly by Bartlomiej Zolnierkiewicz · 17 years ago
  55. 847ddd2 ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT by Bartlomiej Zolnierkiewicz · 17 years ago
  56. f9b9309 ide: remove redundant comments from ide.h by Bartlomiej Zolnierkiewicz · 17 years ago
  57. baa8f3e ide: add ide_find_port() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 8447d9d ide: add ide_device_add() by Bartlomiej Zolnierkiewicz · 17 years ago
  59. fd9bb53 ide: add ->fixup method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 17 years ago
  60. caea760 ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  61. 272a370 ide: add IDE_HFLAG_RQSIZE_256 host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  62. 8acf28c ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  63. 528a572 ide: add ->chipset field to ide_pci_device_t by Bartlomiej Zolnierkiewicz · 17 years ago
  64. 44a59ad ide: remove unused ->next field from ide_pci_device_t by Bartlomiej Zolnierkiewicz · 17 years ago
  65. 3985ee3 ide: add IDE_HFLAG_LEGACY_IRQS host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  66. 1c51361 ide: add IDE_HFLAG_SERIALIZE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  67. ed67b92 ide: add IDE_HFLAG_ERROR_STOPS_FIFO host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  68. 942278e ide: remove .init_setup from ide_pci_device_t by Bartlomiej Zolnierkiewicz · 17 years ago
  69. 5f8b6c3 ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  70. 238e4f1 ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  71. 9ffcf36 ide: remove ->init_setup_dma from ide_pci_device_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  72. 47b6878 ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  73. 7cab14a ide: add IDE_HFLAG_BOOTABLE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  74. 33c1002 ide: add IDE_HFLAG_NO_ATAPI_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  75. 1b67834 ide: Add ide_get_paired_drive() helper by Benjamin Herrenschmidt · 17 years ago
  76. c223701 ide: add "hdx=nodma" kernel parameter by Bartlomiej Zolnierkiewicz · 17 years ago
  77. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  78. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  79. 65c9cd2 ide: remove ide_use_fast_pio() by Bartlomiej Zolnierkiewicz · 17 years ago
  80. 55c16a7 IDE: sg chaining support by Jens Axboe · 17 years ago
  81. bb87946 remove ide_get_error_location() by Adrian Bunk · 17 years ago
  82. 88b2b32 ide: move ide_config_drive_speed() calls to upper layers (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  83. 75d7d96 icside: use ide_tune_dma() by Bartlomiej Zolnierkiewicz · 17 years ago
  84. aedea59 ide-pmac: remove pmac_ide_do_setfeature() (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  85. ddf1510 ide-pmac: use __ide_wait_stat() by Bartlomiej Zolnierkiewicz · 17 years ago
  86. 74af21c ide: add __ide_wait_stat() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  87. 26bcb87 ide: add ide_set{_max}_pio() (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  88. f212ff2 ide: move ide_rate_filter() calls to the upper layer (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  89. 7670df7 ide: mode limiting fixes for user requested speed changes by Bartlomiej Zolnierkiewicz · 17 years ago
  90. 5e32132 ide: hook ACPI _PSx method to IDE power on/off by Shaohua Li · 17 years ago
  91. b4e4436 hpt366: MWDMA filter for SATA cards (take 2) by Sergei Shtylyov · 17 years ago
  92. 6c3c22f ide: add ide_dev_is_sata() helper (take 2) by Sergei Shtylyov · 17 years ago
  93. a5b7e70 ide: add cable detection for early UDMA66 devices (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  94. 1116fae ide: config_drive_for_dma() fixes by Bartlomiej Zolnierkiewicz · 17 years ago
  95. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  96. 4099d14 ide: add PIO masks by Bartlomiej Zolnierkiewicz · 17 years ago
  97. 6a824c9 ide: remove ide_find_best_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  98. 2134758 ide: drop "PIO data" argument from ide_get_best_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  99. 7dd0008 ide: add ide_pio_cycle_time() helper (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  100. a5d8c5c ide: add ide_pci_device_t.host_flags (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago