1. ba7a482 powerpc: Remove some of the legacy iSeries specific device drivers by Stephen Rothwell · 12 years ago
  2. cdccaa9 cdrom: move shared static to cdrom_device_info by Paolo Bonzini · 12 years ago
  3. 822bfa5 cdrom: use copy_to_user() without the underscores by Dan Carpenter · 12 years ago
  4. 577ebb3 block: add and use scsi_blk_cmd_ioctl by Paolo Bonzini · 12 years ago
  5. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  6. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  7. aec9f37 drivers/cdrom/cdrom.c: relax check on dvd manufacturer value by Andrew Morton · 13 years ago
  8. 0f48f26 block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removal by Linus Torvalds · 13 years ago
  9. 698567f Merge commit 'v2.6.39' into for-2.6.40/core by Jens Axboe · 13 years ago
  10. bf2253a cdrom: always check_disk_change() on open by Tejun Heo · 13 years ago
  11. 9fd097b block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers by Tejun Heo · 13 years ago
  12. d4dc210 block: don't block events on excl write for non-optical devices by Tejun Heo · 13 years ago
  13. ea6949b cdrom: always check_disk_change() on open by Tejun Heo · 13 years ago
  14. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  15. 1c27030 gdrom,viocd: Convert to bdops->check_events() by Tejun Heo · 13 years ago
  16. b8cf0e0 cdrom: support devices that have check_events but not media_changed by Simon Arlott · 13 years ago
  17. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  18. 0ead5c8 gdrom: don't use flush_scheduled_work() by Tejun Heo · 13 years ago
  19. 30a7caa cdrom: export cdrom_check_events() by Jens Axboe · 13 years ago
  20. 2d92172 cdrom: add ->check_events() support by Tejun Heo · 14 years ago
  21. 9eb79bb cdrom: gdrom: ctrl_in/outX to __raw_read/writeX conversion. by Paul Mundt · 14 years ago
  22. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  23. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  24. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  25. e597cd0 drivers/cdrom: use pr_<level> by Joe Perches · 14 years ago
  26. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  27. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  28. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  29. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  30. 3a43aaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  31. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  32. 894d249 sysctl drivers: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  33. 54d5102 cdrom: gdrom: Kill off PHYSADDR use. by Paul Mundt · 15 years ago
  34. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  35. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  36. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  37. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  38. 9bd7de5 Merge branch 'master' into for-2.6.31 by Jens Axboe · 15 years ago
  39. d3375ea cdrom: beyond ARRAY_SIZE of viocd_diskinfo by Roel Kluin · 15 years ago
  40. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  41. 2343046 gdrom: dequeue in-flight request by Tejun Heo · 15 years ago
  42. 296b2f6 block: convert to dequeueing model (easy ones) by Tejun Heo · 15 years ago
  43. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  44. f06d9a2 block: replace end_request() with [__]blk_end_request_cur() by Tejun Heo · 15 years ago
  45. 40cbbb7 block: implement and use [__]blk_end_request_all() by Tejun Heo · 15 years ago
  46. d194139 cdrom: reduce stack usage of mmc_ioctl_dvd_read_struct by Marcin Slusarz · 16 years ago
  47. 3147c53 cdrom: split mmc_ioctl to lower stack usage by Marcin Slusarz · 16 years ago
  48. febd7a5 Commands needing to be retried require a complete re-initialization. by Alan D. Brunelle · 16 years ago
  49. 545727f gdrom: Fix compile error by Nobuhiro Iwamatsu · 16 years ago
  50. 4e379ae [PATCH] switch viocd by Al Viro · 16 years ago
  51. 8389feb [PATCH] switch gdrom by Al Viro · 16 years ago
  52. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  53. bbc1cc9 [PATCH] switch cdrom_{open,release,ioctl} to sane APIs by Al Viro · 17 years ago
  54. 74f3c8a [PATCH] switch scsi_cmd_ioctl() to passing fmode_t by Al Viro · 17 years ago
  55. 86d434d [PATCH] eliminate use of ->f_flags in block methods by Al Viro · 17 years ago
  56. 7afb3a6 gdrom: change to use __blk_end_request() by Kiyoshi Ueda · 16 years ago
  57. 152e283 block: introduce struct rq_map_data to use reserved pages by FUJITA Tomonori · 16 years ago
  58. a3bce90 block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov by FUJITA Tomonori · 16 years ago
  59. bce31b6 cdrom: handle TOC by Alexander Inyukhin · 16 years ago
  60. d15cad5 gdrom: add dummy audio_ioctl handler by Borislav Petkov · 16 years ago
  61. 3e636f7 viocd: add dummy audio ioctl handler by Borislav Petkov · 16 years ago
  62. af744e3 cdrom: don't check CDC_PLAY_AUDIO in cdrom_count_tracks() by Tejun Heo · 16 years ago
  63. 0764bff sh: More header path fixups for mach dir refactoring. by Paul Mundt · 16 years ago
  64. fce5384 cdrom: revert commit 22a9189 (cdrom: use kmalloced buffers instead of buffers on stack) by FUJITA Tomonori · 16 years ago
  65. 8962cad [POWERPC] iSeries: Remove unused mail address by Stephen Rothwell · 16 years ago
  66. bd5d435 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  67. c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  68. 992b5bc block: no need to initialize rq->cmd with blk_get_request by FUJITA Tomonori · 16 years ago
  69. 22a9189 cdrom: use kmalloced buffers instead of buffers on stack by Thomas Bogendoerfer · 16 years ago
  70. 0a0c411 cdrom: make unregister_cdrom() return void by Akinobu Mita · 16 years ago
  71. 7fd097d cdrom: use list_head for cdrom_device_info list by Akinobu Mita · 16 years ago
  72. 032d8d9 cdrom: protect cdrom_device_info list by mutex by Akinobu Mita · 16 years ago
  73. 3c3f4e0 cdrom: cleanup hardcoded error-code by Akinobu Mita · 16 years ago
  74. 17672cf cdrom: remove ifdef CONFIG_SYSCTL by Akinobu Mita · 16 years ago
  75. ecb80c6 make cdrom.c:check_for_audio_disc() static by Adrian Bunk · 16 years ago
  76. 3796958 Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  77. 35841f7 drivers/cdrom/cdrom.c: simplify logic in cdrom_release() by Borislav Petkov · 16 years ago
  78. c721192 [POWERPC] iSeries: Fix section mismatch in viocd by Stephen Rothwell · 16 years ago
  79. a1bb945 ide-cd: move lba_to_msf() and msf_to_lba() to <linux/cdrom.h> by Bartlomiej Zolnierkiewicz · 16 years ago
  80. e189f34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  81. e935eb9 blk_end_request: changing viocd (take 4) by Kiyoshi Ueda · 17 years ago
  82. 74ee1a7 cdrom: Add support for Sega Dreamcast GD-ROM. by Adrian McMenamin · 16 years ago
  83. 3d1266c SG: audit of drivers that use blk_rq_map_sg() by Jens Axboe · 17 years ago
  84. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  85. 06489b4 sysctl: remove broken cdrom binary sysctls by Eric W. Biederman · 17 years ago
  86. b833b48 [POWERPC] iSeries: Move detection of virtual cdroms by Stephen Rothwell · 17 years ago
  87. 1670b2b [POWERPC] Remove iSeries_vio_dev by Stephen Rothwell · 17 years ago
  88. 73be7d5 [POWERPC] iSeries: Simplify viocd initialisation by Stephen Rothwell · 17 years ago
  89. ae3ba4f cdrom_open() forgets to unlock on -EROFS failure exits by Al Viro · 17 years ago
  90. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  91. 45e79a3 bsg: add a request_queue argument to scsi_cmd_ioctl() by FUJITA Tomonori · 17 years ago
  92. f3f541f Remove legacy CDROM drivers by Jens Axboe · 17 years ago
  93. e654bc4 [PATCH] fix request->cmd == INT cases by Boaz Harrosh · 17 years ago
  94. 554988d [PATCH] cdrom_sysctl_info fix by Dave Young · 17 years ago
  95. a17627e potential parse error in ifdef part 3 by Yoann Padioleau · 17 years ago
  96. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 17 years ago
  97. 1ad7c31 [PATCH] Fix soft lockup with iSeries viocd driver by Tony Breeds · 17 years ago
  98. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  99. 4b998d4 [PATCH] sysctl: cdrom: don't set de->owner by Eric W. Biederman · 17 years ago
  100. 208367e [PATCH] sysctl: cdrom: remove unnecessary insert_at_head flag by Eric W. Biederman · 17 years ago