1. b6308ee ide: move command related fields from ide_hwif_t to struct ide_cmd by Bartlomiej Zolnierkiewicz · 15 years ago
  2. adb1af9 ide: pass command instead of request to ide_pio_datablock() by Bartlomiej Zolnierkiewicz · 15 years ago
  3. 22aa4b3 ide: remove ide_task_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  4. e6830a8 ide: call ide_build_sglist() prior to ->dma_setup (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  5. b109f52 ide: use blk_fs_request() check in ide-taskfile.c by Bartlomiej Zolnierkiewicz · 15 years ago
  6. 03a2faa ide: return request status from ->pc_callback method by Bartlomiej Zolnierkiewicz · 15 years ago
  7. 3ee3830 ide: remove ->end_request method by Bartlomiej Zolnierkiewicz · 15 years ago
  8. 313afea ide-{floppy,tape}: cleanup ide*_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  9. c152cc1 ide: use ->end_request only for private device driver requests by Bartlomiej Zolnierkiewicz · 15 years ago
  10. 5e2040fd ide: move ->failed_pc to ide_drive_t by Bartlomiej Zolnierkiewicz · 15 years ago
  11. bfdb0b3 ide-tape: remove superfluous tape->lock by Bartlomiej Zolnierkiewicz · 15 years ago
  12. cc49555 ide-floppy: remove superfluous check from ide_floppy_end_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  13. c7016e9 ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag by Bartlomiej Zolnierkiewicz · 15 years ago
  14. e295b8d au1xxx-ide: auide_dma_end() cleanup by Bartlomiej Zolnierkiewicz · 15 years ago
  15. e2bcb2a trm290: trm290_dma_setup() fix by Bartlomiej Zolnierkiewicz · 15 years ago
  16. f7ef124 icside: icside_dma_setup() fixes by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 3937585 ide: move smart_enable() call out from get_smart_data() by Bartlomiej Zolnierkiewicz · 15 years ago
  18. e3d9a73 ide: remove ->data_phase field from ide_hwif_t by Bartlomiej Zolnierkiewicz · 15 years ago
  19. 5e76acd ide: no need to read Status and Error registers for "empty" taskfile requests by Bartlomiej Zolnierkiewicz · 15 years ago
  20. a09485d ide: move request type specific code from ide_end_drive_cmd() to callers (v3) by Bartlomiej Zolnierkiewicz · 15 years ago
  21. e120237 ide: factor out completion of taskfile from ide_end_drive_cmd() by Bartlomiej Zolnierkiewicz · 15 years ago
  22. 3616b65 ide: complete power step in ide_complete_pm_request() by Bartlomiej Zolnierkiewicz · 15 years ago
  23. 19710d2 ide: add "flagged" taskfile flags to struct ide_taskfile (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  24. c094ea0 ide: add IDE_HFLAG_4DRIVES host flag by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 2787cb8 ide: add IDE_HFLAG_DTC2278 host flag by Bartlomiej Zolnierkiewicz · 15 years ago
  26. 0a6e49e ide: remove now superfluous check from ide_host_register() by Bartlomiej Zolnierkiewicz · 15 years ago
  27. 255115fb ide: allow host drivers to specify IRQ flags by Bartlomiej Zolnierkiewicz · 15 years ago
  28. c7db966 ide: fix error message in pre_task_out_intr() by Bartlomiej Zolnierkiewicz · 15 years ago
  29. 69197ad ide: fix memleak on failure in probe_for_drive() by Bartlomiej Zolnierkiewicz · 15 years ago
  30. 304ffd6 scc_pata: remove DECLARE_SCC_DEV() macro (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  31. 15a453a ide: include <asm/ide.h> only when needed by Bartlomiej Zolnierkiewicz · 15 years ago
  32. 443d18c at91_ide: use readsw()/writesw() directly by Bartlomiej Zolnierkiewicz · 15 years ago
  33. 3f2154d ide-cd: use ide_drive_t's rq in cdrom_queue_request_sense by Borislav Petkov · 16 years ago
  34. 13b8860 IDE: palm_bk3710: use ioremap instead of arch-specific IO_ADDRESS() by Kevin Hilman · 16 years ago
  35. f94116a ide: cleanup <asm-m68k/ide.h> by Bartlomiej Zolnierkiewicz · 15 years ago
  36. 09a3e79 ide: make m68k host drivers use IDE_HFLAG_MMIO by Bartlomiej Zolnierkiewicz · 15 years ago
  37. e354c1d ide: remove IDE_ARCH_LOCK (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  38. d15a613 ide: remove IDE_ARCH_INTR (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  39. 088b1b8 ide: improve debugging scheme by Borislav Petkov · 16 years ago
  40. 70775e9 ide: move ->rqsize init from init_irq() to ide_init_port() by Bartlomiej Zolnierkiewicz · 15 years ago
  41. 211176c macide: use struct ide_port_info by Bartlomiej Zolnierkiewicz · 15 years ago
  42. 0e78a54 buddha: use struct ide_port_info by Bartlomiej Zolnierkiewicz · 15 years ago
  43. ee1464a ide-pnp: use struct ide_port_info by Bartlomiej Zolnierkiewicz · 15 years ago
  44. e518e58 ide-generic: use struct ide_port_info by Bartlomiej Zolnierkiewicz · 15 years ago
  45. 9804657 ide_arm: use struct ide_port_info by Bartlomiej Zolnierkiewicz · 15 years ago
  46. 33050ec icside: use struct ide_port_info also for PCB version 5 (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  47. 0c93ea4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  48. 7a192ec platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver' by Ming Lei · 16 years ago
  49. 2ebe1d9 ide: use try_to_identify() in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  50. ff18b89 ide: clear drive IRQ after re-enabling local IRQs in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  51. f323b80 ide: sanitize SELECT_MASK() usage in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  52. 1bd4c1f ide: classify device type in do_probe() by Bartlomiej Zolnierkiewicz · 15 years ago
  53. 552d3a9 ide: remove broken EXABYTENEST support by Bartlomiej Zolnierkiewicz · 15 years ago
  54. 4cda15a ide: shorten timeout value in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  55. 62bd044 ide: propagate AltStatus workarounds to ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  56. 2f40c9b ide: fix kmalloc() failure handling in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  57. 86ccf37 ide: remove pciirq argument from ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 15 years ago
  58. 2ed0ef5 ide: fix ->init_chipset method to return 'int' value by Bartlomiej Zolnierkiewicz · 15 years ago
  59. a182807 ide: remove try_to_identify() wrapper by Bartlomiej Zolnierkiewicz · 15 years ago
  60. f77e03c ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  61. 8b07ed2 ide: remove no longer needed IRQ fallback code from hwif_init() by Bartlomiej Zolnierkiewicz · 15 years ago
  62. bd0c084 amd74xx: remove no longer needed ->init_hwif method by Bartlomiej Zolnierkiewicz · 15 years ago
  63. 2467922 ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS by Bartlomiej Zolnierkiewicz · 15 years ago
  64. f65dedf ide: use ide_pci_is_in_compatibility_mode() in ide_pci_init_{one,two}() by Bartlomiej Zolnierkiewicz · 15 years ago
  65. 5bae8bf ide: use pci_get_legacy_ide_irq() in ide_pci_init_{one,two}() by Bartlomiej Zolnierkiewicz · 15 years ago
  66. 80d15a6 ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}() by Bartlomiej Zolnierkiewicz · 15 years ago
  67. 1b166ae trm290: small ->init_hwif cleanup by Bartlomiej Zolnierkiewicz · 15 years ago
  68. 49727e3 ns87415: small ->init_hwif cleanup by Bartlomiej Zolnierkiewicz · 15 years ago
  69. 973d9e7 ns87415: use pci_get_legacy_ide_irq() by Bartlomiej Zolnierkiewicz · 15 years ago
  70. 213e4b0 amd74xx: use ide_pci_is_in_compatibility_mode() by Bartlomiej Zolnierkiewicz · 15 years ago
  71. 327fa1c ide: move error handling code to ide-eh.c (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  72. 122f06f ide: checkpatch.pl fixes for ide-iops.c by Bartlomiej Zolnierkiewicz · 15 years ago
  73. ee1b1cc ide: fix comments in ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 15 years ago
  74. 4d7bb47 ide: fix printk() levels in [atapi_]reset_pollfunc() by Bartlomiej Zolnierkiewicz · 15 years ago
  75. 1574cf6 ide: move standard I/O code to ide-io-std.c by Bartlomiej Zolnierkiewicz · 15 years ago
  76. 0d6a975 ide: move ide_read_bcount_and_ireason() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 15 years ago
  77. 7eeaaaa ide: move xfer mode tuning code to ide-xfer-mode.c by Bartlomiej Zolnierkiewicz · 15 years ago
  78. 11938c9 ide: move device settings code to ide-devsets.c by Bartlomiej Zolnierkiewicz · 15 years ago
  79. c4e66c3 ide: move ide_do_park_unpark() to ide-park.c by Bartlomiej Zolnierkiewicz · 15 years ago
  80. 1bc6daa ide: factor out processing of special commands from ide_special_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  81. 1866082 ide: remove ide_do_drive_cmd() by Bartlomiej Zolnierkiewicz · 15 years ago
  82. 65ca537 ide: move ide_dma_timeout_retry() to ide-dma.c by Bartlomiej Zolnierkiewicz · 15 years ago
  83. b6a45a0 ide: move drive_is_ready() to ide-io.c by Bartlomiej Zolnierkiewicz · 15 years ago
  84. 75a0cff ide: unexport ide_devset_execute() by Bartlomiej Zolnierkiewicz · 15 years ago
  85. 2b9ae46 ide: remove stale comments from drive_is_ready() by Bartlomiej Zolnierkiewicz · 15 years ago
  86. b0b3914 ide-acpi: remove taskfile_load_raw() by Bartlomiej Zolnierkiewicz · 15 years ago
  87. 1f5892a ide-acpi: cleanup do_drive_set_taskfiles() by Bartlomiej Zolnierkiewicz · 15 years ago
  88. 2f0d0fd ide-acpi: cleanup do_drive_get_GTF() by Bartlomiej Zolnierkiewicz · 15 years ago
  89. 8b803bd ide: sanitize ACPI initialization by Bartlomiej Zolnierkiewicz · 15 years ago
  90. 7ed5b15 ide: add ide_for_each_present_dev() iterator by Bartlomiej Zolnierkiewicz · 15 years ago
  91. 8cd3c60 ide-acpi: init ACPI handles early for devices by Bartlomiej Zolnierkiewicz · 15 years ago
  92. 94635d3e ide-acpi: no need to zero ->acpidata for devices by Bartlomiej Zolnierkiewicz · 15 years ago
  93. 1902a25 ide: remove superfluous check from ide_proc_port_register_devices() by Bartlomiej Zolnierkiewicz · 15 years ago
  94. 0688d3a ide: init_irq() doesn't need to hold ide_cfg_mtx by Bartlomiej Zolnierkiewicz · 15 years ago
  95. 7362951 ide: move ->lock and ->timer init from init_irq() to ide_init_port_data() by Bartlomiej Zolnierkiewicz · 15 years ago
  96. d336ae3 ide: no need to touch local IRQs in ide_probe_port() by Bartlomiej Zolnierkiewicz · 15 years ago
  97. 7a254df ide: move ide_pktcmd_tf_load() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 15 years ago
  98. 7610c4f ide: fix IDE_DFLAG_NO_IO_32BIT handling by Bartlomiej Zolnierkiewicz · 15 years ago
  99. 5d82720 ide: save the returned value of dma_map_sg by FUJITA Tomonori · 15 years ago
  100. 3eb76c1 ide-floppy: do not map dataless cmds to an sg by Borislav Petkov · 15 years ago