1. 7a38f3c ide-cd: wait for DRQ to get set per default by Borislav Petkov · 16 years ago
  2. 744a82b ide: Fix drive's DWORD-IO handling by Mario Schwalbe · 16 years ago
  3. 2bd24a1 ide: add port and host iterators by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 5e7f3a4 ide: dynamic allocation of device structures by Bartlomiej Zolnierkiewicz · 16 years ago
  5. a32296f ide: NUMA aware allocation of host and port structures by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 07af5a5 it821x: use ide_get_pair_dev() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  7. 5d44a15 cmd64x: use ide_get_pair_dev() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 2b78ff5 cmd640: use ide_get_pair_dev() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  9. bca4ff1 amd74xx: use ide_get_pair_dev() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 627e05d ide: remove ->error method from struct ide_driver by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 585e971 ide: unexport ide_wait_not_busy() by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 7f3c868 ide: remove ide_driver_t typedef by Bartlomiej Zolnierkiewicz · 16 years ago
  13. 9892ec5 ide: remove 'byte' typedef by Bartlomiej Zolnierkiewicz · 16 years ago
  14. c0ae502 ide: remove ide_pci_enablebit_t typedef by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 54cc142 ide: remove local_irq_set() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  17. b40d1b8 ide: move ide_init_port_data() and friends to ide-probe.c by Bartlomiej Zolnierkiewicz · 16 years ago
  18. ff670e6 ide: update ide_unregister() documentation by Bartlomiej Zolnierkiewicz · 16 years ago
  19. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 5b31f85 ide: use lock bitops for ports serialization (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  21. efe0397 ide: remove hwgroup->hwif and {drive,hwif}->next by Bartlomiej Zolnierkiewicz · 16 years ago
  22. ae86afa ide: use per-port IRQ handlers by Bartlomiej Zolnierkiewicz · 16 years ago
  23. bd53cbc ide: add ->cur_port to struct ide_host and use it for serialized hosts by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 42cf261 ide: fix setting nIEN on idle devices by Bartlomiej Zolnierkiewicz · 16 years ago
  25. b46f205 ide: fix LOCKDEP warning by Bartlomiej Zolnierkiewicz · 16 years ago
  26. b16aabc ide-atapi: start dma in a drive-specific way by Borislav Petkov · 16 years ago
  27. 06cc277 ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transfer_pc by Borislav Petkov · 16 years ago
  28. 28ad91d ide-atapi: remove timeout arg to ide_issue_pc by Borislav Petkov · 16 years ago
  29. 65a3309 ide-cd: remove handler wrappers by Borislav Petkov · 16 years ago
  30. 563d993 ide-cd: remove xferlen arg to cdrom_start_packet_command by Borislav Petkov · 16 years ago
  31. d77612a ide-atapi: split drive-specific functionality in ide_issue_pc by Borislav Petkov · 16 years ago
  32. def860d ide-atapi: assign expiry and timeout based on device type by Borislav Petkov · 16 years ago
  33. 8c66285 ide-atapi: compute cmd_len based on device type in ide_transfer_pc by Borislav Petkov · 16 years ago
  34. 5317464 ide: remove the last ide-scsi remnants by Borislav Petkov · 16 years ago
  35. 5d655a0 ide-atapi: remove ide-scsi remnants from ide_pc_intr() by Borislav Petkov · 16 years ago
  36. 5fe3110 ide-atapi: remove ide-scsi remnants from ide_transfer_pc() by Borislav Petkov · 16 years ago
  37. 152fe1c ide-atapi: remove ide-scsi remnants from ide_issue_pc by Borislav Petkov · 16 years ago
  38. 4cad085 ide-cd: move cdrom_timer_expiry to ide-atapi.c by Borislav Petkov · 16 years ago
  39. 5f25843 ide-atapi: teach ide atapi about drive->waiting_for_dma by Borislav Petkov · 16 years ago
  40. 392de1d ide-atapi: accomodate transfer length calculation for ide-cd by Borislav Petkov · 16 years ago
  41. 4f02ff0 ide-atapi: setup dma for ide-cd by Borislav Petkov · 16 years ago
  42. ed48554 ide-atapi: combine drive-specific assignments by Borislav Petkov · 16 years ago
  43. 991cb26 ide-atapi: add a dev_is_idecd-inline by Borislav Petkov · 16 years ago
  44. 93c164a remove ide-scsi by FUJITA Tomonori · 16 years ago
  45. 07bd3f4 ide-floppy: allocate only toplevel packet commands by Linus Torvalds · 16 years ago
  46. 0f38aaa ide-cd: move debug defines into header by Borislav Petkov · 16 years ago
  47. 201bffa ide: use per-device request queue locks (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 631de37 ide: add ide_[un]lock_hwgroup() helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  49. b2cfb05 ide: remove "paranoia" checks for hwgroup->busy by Bartlomiej Zolnierkiewicz · 16 years ago
  50. 2fb2115 ide: remove IDE PM hack from do_ide_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  51. 295f000 ide: don't execute the next queued command from the hard-IRQ context (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  52. ebdab07 ide: move sysfs support to ide-sysfs.c by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 24630dc ide: factor out device type classifying from do_identify() by Bartlomiej Zolnierkiewicz · 16 years ago
  54. 96d4094 ide: small ide_register_port() cleanup by Bartlomiej Zolnierkiewicz · 16 years ago
  55. b1d249e ide: remove chipset type fixup from ide_host_register() by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 3ee86dc tx493x: fix indentation by Bartlomiej Zolnierkiewicz · 16 years ago
  57. ea7e96e ACPI: remove private acpica headers from driver files by Lin Ming · 16 years ago
  58. 14a3c4a Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  59. 74a6d0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  60. 519d680 ide-cd: remove dead dsc_overlap setting by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 94b9efd ide: push local_irq_{save,restore}() to do_identify() by Bartlomiej Zolnierkiewicz · 16 years ago
  62. d688b72 ide: remove superfluous local_irq_{save,restore}() from ide_dump_status() by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 7f92b11 ide: move legacy ISA/VLB ports handling to ide-legacy.c (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  64. e2984c6 ide: move Power Management support to ide-pm.c by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 1d35364 ide: use ATA_DMA_* defines in ide-dma-sff.c by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 2f996ac ide: checkpatch.pl fixes for ide-lib.c by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 047140a ide: remove inline tags from ide-probe.c by Bartlomiej Zolnierkiewicz · 16 years ago
  68. b002415 ide: remove redundant code from ide_end_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  69. dc09c78 ide: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  70. 702c026 ide: rework handling of serialized ports (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  71. b7876a6 cy82c693: remove superfluous ide_cy82c693 chipset type by Bartlomiej Zolnierkiewicz · 16 years ago
  72. 1f66019 trm290: add IDE_HFLAG_TRM290 host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 6b49249 ide: add ->max_sectors field to struct ide_port_info by Bartlomiej Zolnierkiewicz · 16 years ago
  74. 7f1ac8c rz1000: apply chipset quirks early (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  75. f58c1ab ide: always set nIEN on idle devices by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 46aa7af ide: fix ->quirk_list checking in ide_do_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  77. a4cd1a3 gayle: set IDE_HFLAG_SERIALIZE explictly by Bartlomiej Zolnierkiewicz · 16 years ago
  78. 6b5cde3 cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646 by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 02fb568 ali14xx: doesn't use shared IRQs by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 27c01c2 ide-cd: remove obsolete seek optimization by Bartlomiej Zolnierkiewicz · 16 years ago
  81. 08cd1dc ide: cleanup ide_do_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 2a2ca6a ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  83. 6ea5222 ide: use queue lock instead of ide_lock when possible by Bartlomiej Zolnierkiewicz · 16 years ago
  84. 3c8a2cc ide: ide_lock + __blk_end_request() -> blk_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  85. a72b214 ide: push ide_lock to __ide_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  86. 1d0bf58 ide: ide_hwgroup_t.rq doesn't need an ide_lock held by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 44e3123 ide: __ide_port_unregister_devices() doesn't need an ide_lock held by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 1f473e9 ide: IDE settings don't need an ide_lock held by Bartlomiej Zolnierkiewicz · 16 years ago
  89. 3e0e29f ide: unify ide_intr()'s exit points by Bartlomiej Zolnierkiewicz · 16 years ago
  90. 0e63a58 ide: fix IDE ACPI regression breaking suspend by Bartlomiej Zolnierkiewicz · 16 years ago
  91. f26f6ce tx493[89]ide: Fix length for __ide_flush_dcache_range by Atsushi Nemoto · 16 years ago
  92. a0fce79 tx4939ide: Do not use zero count PRD entry by Atsushi Nemoto · 16 years ago
  93. 429dbf5 m68k: machw.h cleanup by Finn Thain · 16 years ago
  94. 9ecab6e drivers/ide/{cs5530.c,sc1200.c}: Move a dereference below a NULL test by Julia Lawall · 16 years ago
  95. 7e1548a Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel by Russell King · 16 years ago
  96. 72aaf09 Merge git://git.marvell.com/orion into devel by Russell King · 16 years ago
  97. ecdbc69 [IA64] Clear up section mismatch for ioc4_ide_attach_one. by Robin Holt · 16 years ago
  98. 5384657 ide: build-fix for CONFIG_BLK_DEV_IDEDMA_PMAC=n by Bartlomiej Zolnierkiewicz · 16 years ago
  99. 1a65988 Revert "ide: respect current DMA setting during resume" by Bartlomiej Zolnierkiewicz · 16 years ago
  100. 9596401 alim15x3: fix sparse warning by Hannes Eder · 16 years ago