1. bd6f0bb cdrom: Remove unnecessary prototype for cdrom_get_disc_info by Joe Perches · 10 years ago
  2. 40569c6 cdrom: Remove unnecessary prototype for cdrom_mrw_exit by Joe Perches · 10 years ago
  3. a803393 cdrom: Remove cdrom_count_tracks prototype by Joe Perches · 10 years ago
  4. dac1c5c cdrom: Remove cdrom_get_next_writeable prototype by Joe Perches · 10 years ago
  5. e1e60fd cdrom: Remove cdrom_get_last_written prototype by Joe Perches · 10 years ago
  6. 2e9aa08 cdrom: Move mmc_ioctls above cdrom_ioctl to remove unnecessary prototype by Joe Perches · 10 years ago
  7. 1237d1e cdrom: Remove unnecessary sanitize_format prototype by Joe Perches · 10 years ago
  8. b62d6e8 cdrom: Remove unnecessary check_for_audio_disc prototype by Joe Perches · 10 years ago
  9. 82b9154 cdrom: Remove prototype for open_for_data by Joe Perches · 10 years ago
  10. a09c391 cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macros by Joe Perches · 10 years ago
  11. e3b6b9e cdrom: Remove unused CHECKAUDIO macro by Joe Perches · 10 years ago
  12. 5944b2c cdrom: convert cdinfo to cd_dbg by Joe Perches · 10 years ago
  13. 542db01 drivers/cdrom/cdrom.c: use kzalloc() for failing hardware by Jonathan Salwan · 11 years ago
  14. cdccaa9 cdrom: move shared static to cdrom_device_info by Paolo Bonzini · 12 years ago
  15. 822bfa5 cdrom: use copy_to_user() without the underscores by Dan Carpenter · 12 years ago
  16. 577ebb3 block: add and use scsi_blk_cmd_ioctl by Paolo Bonzini · 12 years ago
  17. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  18. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  19. aec9f37 drivers/cdrom/cdrom.c: relax check on dvd manufacturer value by Andrew Morton · 13 years ago
  20. bf2253a cdrom: always check_disk_change() on open by Tejun Heo · 13 years ago
  21. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  22. b8cf0e0 cdrom: support devices that have check_events but not media_changed by Simon Arlott · 13 years ago
  23. 30a7caa cdrom: export cdrom_check_events() by Jens Axboe · 14 years ago
  24. 2d92172 cdrom: add ->check_events() support by Tejun Heo · 14 years ago
  25. e597cd0 drivers/cdrom: use pr_<level> by Joe Perches · 14 years ago
  26. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  27. 894d249 sysctl drivers: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  28. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  29. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  30. d194139 cdrom: reduce stack usage of mmc_ioctl_dvd_read_struct by Marcin Slusarz · 16 years ago
  31. 3147c53 cdrom: split mmc_ioctl to lower stack usage by Marcin Slusarz · 16 years ago
  32. febd7a5 Commands needing to be retried require a complete re-initialization. by Alan D. Brunelle · 16 years ago
  33. bbc1cc9 [PATCH] switch cdrom_{open,release,ioctl} to sane APIs by Al Viro · 17 years ago
  34. 74f3c8a [PATCH] switch scsi_cmd_ioctl() to passing fmode_t by Al Viro · 17 years ago
  35. 86d434d [PATCH] eliminate use of ->f_flags in block methods by Al Viro · 17 years ago
  36. 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 16 years ago
  37. a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  38. bce31b6 cdrom: handle TOC by Alexander Inyukhin · 16 years ago
  39. af744e3 cdrom: don't check CDC_PLAY_AUDIO in cdrom_count_tracks() by Tejun Heo · 16 years ago
  40. fce5384 cdrom: revert commit 22a9189 (cdrom: use kmalloced buffers instead of buffers on stack) by FUJITA Tomonori · 16 years ago
  41. 992b5bc block: no need to initialize rq->cmd with blk_get_request by FUJITA Tomonori · 16 years ago
  42. 22a9189 cdrom: use kmalloced buffers instead of buffers on stack by Thomas Bogendoerfer · 16 years ago
  43. 0a0c411 cdrom: make unregister_cdrom() return void by Akinobu Mita · 16 years ago
  44. 7fd097d cdrom: use list_head for cdrom_device_info list by Akinobu Mita · 16 years ago
  45. 032d8d9 cdrom: protect cdrom_device_info list by mutex by Akinobu Mita · 16 years ago
  46. 3c3f4e0 cdrom: cleanup hardcoded error-code by Akinobu Mita · 16 years ago
  47. 17672cf cdrom: remove ifdef CONFIG_SYSCTL by Akinobu Mita · 16 years ago
  48. ecb80c6 make cdrom.c:check_for_audio_disc() static by Adrian Bunk · 16 years ago
  49. 35841f7 drivers/cdrom/cdrom.c: simplify logic in cdrom_release() by Borislav Petkov · 16 years ago
  50. a1bb945 ide-cd: move lba_to_msf() and msf_to_lba() to <linux/cdrom.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  51. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  52. 06489b4 sysctl: remove broken cdrom binary sysctls by Eric W. Biederman · 17 years ago
  53. ae3ba4f cdrom_open() forgets to unlock on -EROFS failure exits by Al Viro · 17 years ago
  54. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  55. 45e79a3 bsg: add a request_queue argument to scsi_cmd_ioctl() by FUJITA Tomonori · 17 years ago
  56. 554988d [PATCH] cdrom_sysctl_info fix by Dave Young · 17 years ago
  57. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 17 years ago
  58. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  59. 4b998d4 [PATCH] sysctl: cdrom: don't set de->owner by Eric W. Biederman · 17 years ago
  60. 208367e [PATCH] sysctl: cdrom: remove unnecessary insert_at_head flag by Eric W. Biederman · 17 years ago
  61. 2e11c20 [PATCH] cdrom: set default timeout to 7 seconds by Jens Axboe · 17 years ago
  62. 8e5cfc4 [PATCH] Fixup blk_rq_unmap_user() API by Jens Axboe · 18 years ago
  63. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  64. 0e75f90 [PATCH] block: support larger block pc requests by Mike Christie · 18 years ago
  65. 56052d5 [PATCH] cdrom: add endianness annotations by Alexey Dobriyan · 19 years ago
  66. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  67. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  68. 454d6fb [PATCH] cdrom: fix bad cgc.buflen assignment by Jens Axboe · 18 years ago
  69. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  70. 1607042 [PATCH] fix cdrom open by Jens Axboe · 18 years ago
  71. 6a2900b [PATCH] kill cdrom ->dev_ioctl method by Christoph Hellwig · 18 years ago
  72. d2c5d4f [PATCH] cleanup cdrom_ioctl by Christoph Hellwig · 18 years ago
  73. 00d6da9 [PATCH] cdrom: kill "open failed" error message by Jens Axboe · 18 years ago
  74. 994ca9a [PATCH] update blk_execute_rq to take an at_head parameter by James Bottomley · 19 years ago
  75. dd1cab9 [PATCH] Cleanup blk_rq_map_* interfaces by Jens Axboe · 19 years ago
  76. 7da21a0 [PATCH] Avoid unnecessary ide-cd cache flushes by Jens Axboe · 19 years ago
  77. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago