1. 2a92466 ide: remove needless drive->present checks from device drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  2. efa402d ide-cd: use the new object_is_in_stack() helper by FUJITA Tomonori · 16 years ago
  3. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  4. aaaade3 ide: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  6. b7db995 block: move policy from disk to part0 by Tejun Heo · 16 years ago
  7. f3e85ee ide-cd: Optiarc DVD RW AD-7200A does play audio by Bodo Eggert · 16 years ago
  8. f20f258 ide-cd: temporary tray close fix by Borislav Petkov · 16 years ago
  9. 2dc75d3 block: disable sysfs parts of the disk command filter by Jens Axboe · 16 years ago
  10. bb23b43 remove blk_register_filter and blk_unregister_filter in gendisk by FUJITA Tomonori · 16 years ago
  11. fc99856a ide-cd: use bcd2bin/bin2bcd by Adrian Bunk · 16 years ago
  12. 938bb03 ide-cd: fix endianity for the error message in cdrom_read_capacity by Petr Tesarik · 16 years ago
  13. d3e33ff ide: fix regression caused by ide_device_{get,put}() addition (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  14. e8e7b9e ide-cd: fix oops when using growisofs by Jens Axboe · 16 years ago
  15. 08da591 ide: add ide_device_{get,put}() helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  16. 141d3b2 ide: ide-cd.c fix sparse endianness warnings by Harvey Harrison · 16 years ago
  17. 570f89e ide-cd: convert to using the new atapi_flags by Borislav Petkov · 16 years ago
  18. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 1823649 ide: add ide_read_bcount_and_ireason() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  20. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  21. 3ef5eb4 IDE: Remove unused code by Elias Oltmanns · 16 years ago
  22. 7fcebda ide-cd: move request prep chunk from cdrom_do_newpc_cont to rq issue path by Borislav Petkov · 16 years ago
  23. 90eb808 ide-cd: move request prep from cdrom_start_rw_cont to rq issue path by Borislav Petkov · 16 years ago
  24. e529c60 ide-cd: move request prep from cdrom_start_seek_continuation to rq issue path by Borislav Petkov · 16 years ago
  25. 4b01fcb ide-cd: fold cdrom_start_seek into ide_cd_do_request by Borislav Petkov · 16 years ago
  26. b6ca440 ide-cd: simplify request issuing path by Borislav Petkov · 16 years ago
  27. 99384ae ide-cd: mv ide_do_rw_cdrom ide_cd_do_request by Borislav Petkov · 16 years ago
  28. 8ea1d17 ide-cd: cdrom_start_seek: remove unused argument block by Borislav Petkov · 16 years ago
  29. ab9d6e3 ide-cd: ide_do_rw_cdrom: add the catch-all bad request case to the if-else block by Borislav Petkov · 16 years ago
  30. ae8789f ide-cd: remove ide_cd_drain_data and ide_cd_pad_transfer by Borislav Petkov · 16 years ago
  31. af6765ce ide-cd: remove wait-for-idle-controller bit in cdrom_start_packet_command by Borislav Petkov · 16 years ago
  32. e5318b5 ide: use the dma safe check for REQ_TYPE_ATA_PC by FUJITA Tomonori · 16 years ago
  33. 0b6abc1 ide: avoid DMA on the stack for REQ_TYPE_ATA_PC by FUJITA Tomonori · 16 years ago
  34. 794cc68 ide-{cd,floppy,tape}: remove checking for drive->scsi by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 63f5abb ide: remove action argument in ide_do_drive_cmd by FUJITA Tomonori · 16 years ago
  36. 9a410e7 ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag by Bartlomiej Zolnierkiewicz · 16 years ago
  37. ed820f1 ide-cd: remove ide_cd_init_rq by FUJITA Tomonori · 16 years ago
  38. 124cafc ide: remove ide_init_drive_cmd by FUJITA Tomonori · 16 years ago
  39. 5f82854 ide-cd: convert ide_cd_queue_pc to use blk_execute_rq by FUJITA Tomonori · 16 years ago
  40. e8a96aa ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users by Bartlomiej Zolnierkiewicz · 16 years ago
  41. d34c87e block: replace sizeof(rq->cmd) with BLK_MAX_CDB by FUJITA Tomonori · 16 years ago
  42. eee4929 ide-cd: clean up cdrom_analyze_sense_data() by Roel Kluin · 16 years ago
  43. a83ead2 ide-cd: fix test unsigned var < 0 by Roel Kluin · 16 years ago
  44. 1fc1425 ide: add ide_execute_pkt_cmd() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 9567b34 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods by Bartlomiej Zolnierkiewicz · 16 years ago
  46. 4c3032d ide: add struct ide_io_ports (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  47. cc12175 ide: remove obsoleted "hdx=noautotune" kernel parameter by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  49. e5e076a ide-cd: fix remaining checkpatch.pl issues by Borislav Petkov · 16 years ago
  50. 83c8565 ide-cd: shorten lines longer than 80 columns by Borislav Petkov · 16 years ago
  51. 5a3ea3b ide-cd: fixup comments by Borislav Petkov · 16 years ago
  52. 5e657a9 ide-cd: put all proc-related code at one place by Borislav Petkov · 16 years ago
  53. 9aba468 ide-cd: include proper headers by Borislav Petkov · 16 years ago
  54. 1134b6f ide-cd: put proc-related functions together under single ifdef by Borislav Petkov · 16 years ago
  55. 177773e ide-cd: Replace __FUNCTION__ with __func__ by Paolo Ciarrocchi · 16 years ago
  56. 9ce70fb IDE: Coding Style fixes to drivers/ide/ide-cd.c by Paolo Ciarrocchi · 16 years ago
  57. 968c496 ide-cd: remove the internal 64k buffer by Borislav Petkov · 16 years ago
  58. 0a0c411 cdrom: make unregister_cdrom() return void by Akinobu Mita · 16 years ago
  59. 23579a2 ide: remove IDE_*_REG macros by Bartlomiej Zolnierkiewicz · 16 years ago
  60. bcd88ac ide-cd: fix CD/DVD burning by Andreas Schwab · 16 years ago
  61. 9f10d9e ide-cd: fix 'ireason' handling for REQ_TYPE_ATA_PC requests by Bartlomiej Zolnierkiewicz · 16 years ago
  62. acbe44e ide-cd: Enable audio play quirk for Optiarc DVD RW AD-5200A drive by Borislav Petkov · 16 years ago
  63. 14e04c3 ide-cd: fix missing residual count setting in DMA mode by Kiyoshi Ueda · 16 years ago
  64. 7eb43fd ide-cd: replace ntohs with generic byteorder macro be16_to_cpu by Borislav Petkov · 16 years ago
  65. 64a57fe ide: add ide_read_error() inline helper by Bartlomiej Zolnierkiewicz · 16 years ago
  66. c47137a ide: add ide_read_[alt]status() inline helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 0eea645 ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rw by Borislav Petkov · 16 years ago
  68. 59bca8c ide: update/add my Copyrights by Bartlomiej Zolnierkiewicz · 16 years ago
  69. f9afd18 ide-cd: move the remaining cdrom.c ioctl handling code to ide-cd_ioctl.c by Borislav Petkov · 16 years ago
  70. 3bb4663 ide-cd: update driver version, comments and copyrights by Bartlomiej Zolnierkiewicz · 16 years ago
  71. bbb89e3 ide-cd: unify request end exit path in cdrom_decode_status() by Bartlomiej Zolnierkiewicz · 16 years ago
  72. 0d6f7e3 ide-cd: merge cdrom_write_check_ireason() and cdrom_read_check_ireason() by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 0041e7c ide-cd: merge cdrom_rw_intr() and cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  74. 48ea0b2 ide-cd: call blk_dump_rq_flags() on "missing data" in cdrom_rw_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  75. a11e77d ide-cd: prepare cdrom_rw_intr() and cdrom_newpc_intr() to be merged by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 37782fc ide-cd: unify moving to the next buffer in cdrom_rw_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  77. 21ea1f0 ide-cd: merge cdrom_start_read() and cdrom_start_write() by Bartlomiej Zolnierkiewicz · 16 years ago
  78. 29f3aac ide-cd: merge cdrom_start_read_continuation() and cdrom_start_rw_cont() by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 94f5a86 ide-cd: merge cdrom_read_intr() and cdrom_write_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 64814f2 ide-cd: factor out transfer size checking from cdrom_read_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  81. b4ab726 ide-cd: add ide_cd_drain_data() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  82. c9f56a8 ide-cd: merge cdrom_do_packet_command() and cdrom_do_block_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  83. a7c7d16 ide-cd: remove cdrom_do_pc_continuation() by Bartlomiej Zolnierkiewicz · 16 years ago
  84. ff1bfbc1 ide-cd: merge cdrom_pc_intr() and cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 8b67ebf ide-cd: unify request end exit path in cdrom_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  86. 8ee69f5 ide-cd: factor out request sense fixup from cdrom_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 03f537d ide-cd: call blk_dump_rq_flags() on "missing data" in cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 98add71 ide-cd: remove BUG_ON() from cdrom_newpc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  89. 1780299 ide-cd: move code handling cdrom.c IOCTLs to ide-cd_ioctl.c by Bartlomiej Zolnierkiewicz · 16 years ago
  90. 139c829 ide-cd: rename cdrom_* functions to ide_cd_* by Bartlomiej Zolnierkiewicz · 16 years ago
  91. 5c937ae ide-cd: coding style fixes for cdrom_get_toc_entry() by Bartlomiej Zolnierkiewicz · 16 years ago
  92. a1bb945 ide-cd: move lba_to_msf() and msf_to_lba() to <linux/cdrom.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 5c68429 ide-cd: merge cdrom_select_speed() into ide_cdrom_select_speed() by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 53126b9 ide-cd: merge cdrom_read_subchannel() into ide_cdrom_get_mcn() by Bartlomiej Zolnierkiewicz · 16 years ago
  95. a891b14 ide-cd: merge cdrom_play_audio() into ide_cd_fake_play_trkind() by Bartlomiej Zolnierkiewicz · 16 years ago
  96. ba3fab2 ide-cd: factor out ioctl handlers from ide_cdrom_audio_ioctl() by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 972560f ide-cd: move VERBOSE_IDE_CD_ERRORS code to ide-cd_verbose.c by Bartlomiej Zolnierkiewicz · 16 years ago
  98. 89d13ec ide-cd: coding style fixes for VERBOSE_IDE_CD_ERRORS code by Bartlomiej Zolnierkiewicz · 16 years ago
  99. e59724c ide-cd: re-organize handling of quirky devices by Bartlomiej Zolnierkiewicz · 16 years ago
  100. 9a6dc66 ide-cd: use BCD2BIN()/BIN2BCD() macros from <linux/bcd.h> by Bartlomiej Zolnierkiewicz · 16 years ago