1. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  2. f6fb786 ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  3. fcc1175 ide: remove BUG_ON() from ide_build_sglist() by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 425afb6 ide: fix ide_intr() for non-PCI devices and CONFIG_BLK_DEV_IDEPCI=y by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 2be564b piix: remove stale comments by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 4166c19 ide: add IDE_HFLAG_NO_DSC host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  7. 8ac2b42a ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 993da8f amd74xx: remove amd_ide_chips table by Bartlomiej Zolnierkiewicz · 16 years ago
  9. ecf32796 ide: ide_setup_dma() assumes 8 ports by Sergei Shtylyov · 16 years ago
  10. 4e5a68a trm290: cannot call ide_setup_dma() by Sergei Shtylyov · 16 years ago
  11. f9afd18 ide-cd: move the remaining cdrom.c ioctl handling code to ide-cd_ioctl.c by Borislav Petkov · 16 years ago
  12. d554336 ide-{floppy,tape}: remove debug code for dumping identify data by Bartlomiej Zolnierkiewicz · 16 years ago
  13. 7b9f25b ide: add ide_dump_identify() debug helper by Bartlomiej Zolnierkiewicz · 16 years ago
  14. 3bb4663 ide-cd: update driver version, comments and copyrights by Bartlomiej Zolnierkiewicz · 16 years ago
  15. bbb89e3 ide-cd: unify request end exit path in cdrom_decode_status() by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 0d6f7e3 ide-cd: merge cdrom_write_check_ireason() and cdrom_read_check_ireason() by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 0041e7c ide-cd: merge cdrom_rw_intr() and cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 48ea0b2 ide-cd: call blk_dump_rq_flags() on "missing data" in cdrom_rw_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  19. a11e77d ide-cd: prepare cdrom_rw_intr() and cdrom_newpc_intr() to be merged by Bartlomiej Zolnierkiewicz · 16 years ago
  20. 37782fc ide-cd: unify moving to the next buffer in cdrom_rw_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 21ea1f0 ide-cd: merge cdrom_start_read() and cdrom_start_write() by Bartlomiej Zolnierkiewicz · 16 years ago
  22. 29f3aac ide-cd: merge cdrom_start_read_continuation() and cdrom_start_rw_cont() by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 94f5a86 ide-cd: merge cdrom_read_intr() and cdrom_write_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 64814f2 ide-cd: factor out transfer size checking from cdrom_read_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  25. b4ab726 ide-cd: add ide_cd_drain_data() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  26. c9f56a8 ide-cd: merge cdrom_do_packet_command() and cdrom_do_block_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  27. a7c7d16 ide-cd: remove cdrom_do_pc_continuation() by Bartlomiej Zolnierkiewicz · 16 years ago
  28. ff1bfbc1 ide-cd: merge cdrom_pc_intr() and cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 8b67ebf ide-cd: unify request end exit path in cdrom_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 8ee69f5 ide-cd: factor out request sense fixup from cdrom_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 03f537d ide-cd: call blk_dump_rq_flags() on "missing data" in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 98add71 ide-cd: remove BUG_ON() from cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  33. 1780299 ide-cd: move code handling cdrom.c IOCTLs to ide-cd_ioctl.c by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 139c829 ide-cd: rename cdrom_* functions to ide_cd_* by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 5c937ae ide-cd: coding style fixes for cdrom_get_toc_entry() by Bartlomiej Zolnierkiewicz · 16 years ago
  36. a1bb945 ide-cd: move lba_to_msf() and msf_to_lba() to <linux/cdrom.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 5c68429 ide-cd: merge cdrom_select_speed() into ide_cdrom_select_speed() by Bartlomiej Zolnierkiewicz · 16 years ago
  38. 53126b9 ide-cd: merge cdrom_read_subchannel() into ide_cdrom_get_mcn() by Bartlomiej Zolnierkiewicz · 16 years ago
  39. a891b14 ide-cd: merge cdrom_play_audio() into ide_cd_fake_play_trkind() by Bartlomiej Zolnierkiewicz · 16 years ago
  40. ba3fab2 ide-cd: factor out ioctl handlers from ide_cdrom_audio_ioctl() by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 972560f ide-cd: move VERBOSE_IDE_CD_ERRORS code to ide-cd_verbose.c by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 89d13ec ide-cd: coding style fixes for VERBOSE_IDE_CD_ERRORS code by Bartlomiej Zolnierkiewicz · 16 years ago
  43. 1b1215d ide-cd: remove duplicate sense keys definitions from ide-cd.h by Bartlomiej Zolnierkiewicz · 16 years ago
  44. e59724c ide-cd: re-organize handling of quirky devices by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 9a6dc66 ide-cd: use BCD2BIN()/BIN2BCD() macros from <linux/bcd.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  46. cdf6000 ide-cd: remove STANDARD_ATAPI define by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 3fc3cbf ide-cd: remove NO_DOOR_LOCKING define by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 2bc4cf2 ide-cd: remove struct ide_cd_{config,state}_flags by Bartlomiej Zolnierkiewicz · 16 years ago
  49. 455d80a ide-cd: remove struct atapi_capabilities_page (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  50. 0ba1121 ide-cd: kill CDROM_STATE_FLAGS() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  51. 4fe6717 ide-cd: kill CDROM_CONFIG_FLAGS() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 3f1b86d ide-cd: remove redundant config flags by Bartlomiej Zolnierkiewicz · 16 years ago
  53. 20e7f7e ide-cd: add IDE_CD_CAPABILITIES define by Bartlomiej Zolnierkiewicz · 16 years ago
  54. 481c8c6 ide-cd: cleanup ide_cdrom_update_speed() by Bartlomiej Zolnierkiewicz · 16 years ago
  55. f18f960 ide-cd: remove struct atapi_{mechstat_header,changer_info,slot} by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 2609d06 ide-cd: remove unused and write-only struct ide_cd_config_flags fields by Bartlomiej Zolnierkiewicz · 16 years ago
  57. b8d25de ide-cd: remove needless zeroing of 'info' fields from ide_cdrom_setup() by Bartlomiej Zolnierkiewicz · 16 years ago
  58. f17b0e0 ide-cd: remove unused struct atapi_cdrom_subchnl by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 6229ac1 ide-cd: remove dead code from cdrom_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 9f8256d ide-cd: remove unused defines from ide-cd.h by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 4415e87 ide-cd: remove stale cdrom_transfer_packet_command() comment by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 0355335 ide-cd: move historical changelog to Documentation/ide/ChangeLog.ide-cd.1994-2004 by Bartlomiej Zolnierkiewicz · 16 years ago
  63. cc6dbef ide-cd: fix trailing whitespaces in changelog by Bartlomiej Zolnierkiewicz · 16 years ago
  64. eba15fb ide-cd: fix DMA error handling in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  65. f1071e6 ide-cd: fix "missing data" handling in cdrom_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 5a5222d ide-cd: add ide_cd_pad_transfer() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 68661c5 ide-cd: use xfer_func_t in cdrom_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 468e468 ide/ppc/pmac.c section fixes by Adrian Bunk · 16 years ago
  69. da6f4c7 ide: make wait_drive_not_busy() static again by Adrian Bunk · 16 years ago
  70. 2eae6eb ide: small ide-scan-pci.c cleanup by Adrian Bunk · 16 years ago
  71. a4b5a4d9 ide: unexport ide_dma_on by Adrian Bunk · 16 years ago
  72. e665d50 ide/Kconfig: use 'on-board' instead of 'built-in' in config options by Frans Pop · 16 years ago
  73. e79f812 Atari Falcon IDE: Add missing hwif variable by Geert Uytterhoeven · 16 years ago
  74. 4f4f6c25 ide-cd: fix leftover data BUG by Jens Axboe · 16 years ago
  75. aaa04c2 blk_end_request: changing ide-cd (take 4) by Kiyoshi Ueda · 17 years ago
  76. 5e36bb6 blk_end_request: changing ide normal caller (take 4) by Kiyoshi Ueda · 16 years ago
  77. 7267c33 ide: remove REQ_TYPE_ATA_CMD by Bartlomiej Zolnierkiewicz · 16 years ago
  78. 5a9e77a ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 34f5d5a ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 0455fcc ide: fix final status check in drive_cmd_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  81. 4d977e4 ide: check BUSY and ERROR status bits before reading data in drive_cmd_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 18a056f ide: don't enable local IRQs for PIO-in in driver_cmd_intr() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  83. 852738f ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE by Bartlomiej Zolnierkiewicz · 16 years ago
  84. 145b75e ide: initialize rq->cmd_type in ide_init_drive_cmd() callers by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 2624565 ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  86. 4906f3b ide: kill DATA_READY define by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 4d7a984 ide: task_end_request() fix by Tejun Heo · 16 years ago
  88. 79f21b8 ide: use rq->nr_sectors in task_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  89. 03c3c70 ide: remove needless ->cursg clearing from task_end_request() by Bartlomiej Zolnierkiewicz · 16 years ago
  90. 657cc1a ide: set IDE_TFLAG_IN_* flags before queuing/executing command by Bartlomiej Zolnierkiewicz · 16 years ago
  91. 3687221 ide-tape: fix handling of non-special requests in ->end_request method by Bartlomiej Zolnierkiewicz · 16 years ago
  92. 73d7de0 ide: fix final status check in task_in_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 49c746e ide: clear HOB bit for REQ_TYPE_ATA_CMD requests in ide_end_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 35cf2b9 ide: fix ->io_32bit race in ide_taskfile_ioctl() by Tejun Heo · 16 years ago
  95. 63c4467 cmd64x: remove /proc/ide/cmd64x by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 9e47be0 ide: remove broken disk byte-swapping support by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 3a5015c ide: add ide_busy_sleep() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  98. ce71ed9 ide: make CONFIG_IDEPCI_PCIBUS_ORDER visible and deprecate it by Bartlomiej Zolnierkiewicz · 16 years ago
  99. 9ac5922 ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.c by Bartlomiej Zolnierkiewicz · 16 years ago
  100. c99c92c ide: print banner message once per controller in m68k host drivers by Bartlomiej Zolnierkiewicz · 16 years ago