| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 1 | -1/+1 |
| 2012-03-16 | powerpc: Remove some of the legacy iSeries specific device drivers | Stephen Rothwell | 1 | -739/+0 |
| 2012-02-08 | cdrom: move shared static to cdrom_device_info | Paolo Bonzini | 1 | -7/+5 |
| 2012-02-06 | cdrom: use copy_to_user() without the underscores | Dan Carpenter | 1 | -7/+1 |
| 2012-01-14 | block: add and use scsi_blk_cmd_ioctl | Paolo Bonzini | 1 | -2/+1 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -6/+6 |
| 2012-01-03 | fs: move code out of buffer.c | Al Viro | 1 | -1/+0 |
| 2011-08-02 | drivers/cdrom/cdrom.c: relax check on dvd manufacturer value | Andrew Morton | 1 | -1/+7 |
| 2011-06-02 | block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removal | Linus Torvalds | 1 | -1/+0 |
| 2011-05-20 | Merge commit 'v2.6.39' into for-2.6.40/core | Jens Axboe | 1 | -1/+0 |
| 2011-04-29 | cdrom: always check_disk_change() on open | Tejun Heo | 1 | -3/+3 |
| 2011-04-21 | block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers | Tejun Heo | 2 | -2/+0 |
| 2011-04-21 | block: don't block events on excl write for non-optical devices | Tejun Heo | 1 | -1/+2 |
| 2011-04-21 | cdrom: always check_disk_change() on open | Tejun Heo | 1 | -3/+3 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
| 2011-03-09 | gdrom,viocd: Convert to bdops->check_events() | Tejun Heo | 2 | -13/+20 |
| 2011-02-09 | cdrom: support devices that have check_events but not media_changed | Simon Arlott | 1 | -1/+2 |
| 2011-01-13 | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -3/+53 |
| 2010-12-24 | gdrom: don't use flush_scheduled_work() | Tejun Heo | 1 | -1/+1 |
| 2010-12-16 | cdrom: export cdrom_check_events() | Jens Axboe | 1 | -0/+1 |
| 2010-12-16 | cdrom: add ->check_events() support | Tejun Heo | 1 | -3/+52 |
| 2010-10-27 | cdrom: gdrom: ctrl_in/outX to __raw_read/writeX conversion. | Paul Mundt | 1 | -38/+38 |
| 2010-10-05 | block: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2 | -14/+16 |
| 2010-08-07 | block: push down BKL into .open and .release | Arnd Bergmann | 2 | -2/+16 |
| 2010-08-07 | block: push down BKL into .locked_ioctl | Arnd Bergmann | 2 | -4/+18 |
| 2010-08-07 | drivers/cdrom: use pr_<level> | Joe Perches | 3 | -83/+73 |
| 2010-08-07 | block: remove wrappers for request type/flags | Christoph Hellwig | 2 | -2/+2 |
| 2010-05-18 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 1 | -1/+1 |
| 2010-02-26 | block: Consolidate phys_segment and hw_segment limits | Martin K. Petersen | 2 | -3/+2 |
| 2010-02-26 | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 1 | -1/+1 |
| 2009-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 1 | -5/+5 |
| 2009-11-18 | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 1 | -6/+6 |
| 2009-11-12 | sysctl drivers: Remove dead binary sysctl support | Eric W. Biederman | 1 | -5/+3 |
| 2009-10-13 | cdrom: gdrom: Kill off PHYSADDR use. | Paul Mundt | 1 | -5/+5 |
| 2009-09-24 | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 1 | -4/+4 |
| 2009-09-22 | const: make block_device_operations const | Alexey Dobriyan | 2 | -2/+2 |
| 2009-05-22 | block: Use accessor functions for queue limits | Martin K. Petersen | 1 | -2/+2 |
| 2009-05-22 | block: Do away with the notion of hardsect_size | Martin K. Petersen | 2 | -3/+3 |
| 2009-05-22 | Merge branch 'master' into for-2.6.31 | Jens Axboe | 1 | -1/+1 |
| 2009-05-20 | cdrom: beyond ARRAY_SIZE of viocd_diskinfo | Roel Kluin | 1 | -1/+1 |
| 2009-05-11 | block: implement and enforce request peek/start/fetch | Tejun Heo | 2 | -6/+2 |
| 2009-05-11 | gdrom: dequeue in-flight request | Tejun Heo | 1 | -15/+13 |
| 2009-05-11 | block: convert to dequeueing model (easy ones) | Tejun Heo | 1 | -0/+2 |
| 2009-05-11 | block: convert to pos and nr_sectors accessors | Tejun Heo | 2 | -4/+4 |
| 2009-04-28 | block: replace end_request() with [__]blk_end_request_cur() | Tejun Heo | 1 | -3/+3 |
| 2009-04-28 | block: implement and use [__]blk_end_request_all() | Tejun Heo | 2 | -22/+5 |
| 2008-12-29 | cdrom: reduce stack usage of mmc_ioctl_dvd_read_struct | Marcin Slusarz | 1 | -62/+77 |
| 2008-12-29 | cdrom: split mmc_ioctl to lower stack usage | Marcin Slusarz | 1 | -241/+329 |
| 2008-12-12 | Commands needing to be retried require a complete re-initialization. | Alan D. Brunelle | 1 | -6/+10 |
| 2008-10-28 | gdrom: Fix compile error | Nobuhiro Iwamatsu | 1 | -2/+3 |
| 2008-10-21 | [PATCH] switch viocd | Al Viro | 1 | -13/+12 |
| 2008-10-21 | [PATCH] switch gdrom | Al Viro | 1 | -10/+9 |
| 2008-10-21 | [PATCH] beginning of methods conversion | Al Viro | 2 | -6/+6 |
| 2008-10-21 | [PATCH] switch cdrom_{open,release,ioctl} to sane APIs | Al Viro | 3 | -18/+20 |
| 2008-10-21 | [PATCH] switch scsi_cmd_ioctl() to passing fmode_t | Al Viro | 1 | -1/+1 |
| 2008-10-21 | [PATCH] eliminate use of ->f_flags in block methods | Al Viro | 1 | -2/+2 |
| 2008-10-09 | gdrom: change to use __blk_end_request() | Kiyoshi Ueda | 1 | -2/+2 |
| 2008-10-09 | block: introduce struct rq_map_data to use reserved pages | FUJITA Tomonori | 1 | -1/+1 |
| 2008-10-09 | block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov | FUJITA Tomonori | 1 | -1/+1 |
| 2008-08-18 | cdrom: handle TOC | Alexander Inyukhin | 1 | -7/+0 |
| 2008-08-18 | gdrom: add dummy audio_ioctl handler | Borislav Petkov | 1 | -0/+7 |
| 2008-08-18 | viocd: add dummy audio ioctl handler | Borislav Petkov | 1 | -0/+7 |
| 2008-08-05 | cdrom: don't check CDC_PLAY_AUDIO in cdrom_count_tracks() | Tejun Heo | 1 | -4/+0 |
| 2008-07-29 | sh: More header path fixups for mach dir refactoring. | Paul Mundt | 1 | -2/+2 |
| 2008-07-04 | cdrom: revert commit 22a9189 (cdrom: use kmalloced buffers instead of buffers... | FUJITA Tomonori | 1 | -181/+93 |
| 2008-05-23 | [POWERPC] iSeries: Remove unused mail address | Stephen Rothwell | 1 | -1/+1 |
| 2008-04-29 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+0 |
| 2008-04-29 | drivers: use non-racy method for proc entries creation (2) | Denis V. Lunev | 1 | -7/+3 |
| 2008-04-29 | block: no need to initialize rq->cmd with blk_get_request | FUJITA Tomonori | 1 | -1/+0 |
| 2008-04-21 | cdrom: use kmalloced buffers instead of buffers on stack | Thomas Bogendoerfer | 1 | -93/+181 |
| 2008-04-21 | cdrom: make unregister_cdrom() return void | Akinobu Mita | 3 | -7/+5 |
| 2008-04-21 | cdrom: use list_head for cdrom_device_info list | Akinobu Mita | 1 | -23/+6 |
| 2008-04-21 | cdrom: protect cdrom_device_info list by mutex | Akinobu Mita | 1 | -0/+2 |
| 2008-04-21 | cdrom: cleanup hardcoded error-code | Akinobu Mita | 1 | -1/+1 |
| 2008-04-21 | cdrom: remove ifdef CONFIG_SYSCTL | Akinobu Mita | 1 | -8/+12 |
| 2008-03-04 | make cdrom.c:check_for_audio_disc() static | Adrian Bunk | 1 | -2/+2 |
| 2008-02-07 | Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds | 1 | -1/+1 |
| 2008-02-06 | drivers/cdrom/cdrom.c: simplify logic in cdrom_release() | Borislav Petkov | 1 | -8/+9 |
| 2008-02-06 | [POWERPC] iSeries: Fix section mismatch in viocd | Stephen Rothwell | 1 | -1/+1 |
| 2008-02-01 | ide-cd: move lba_to_msf() and msf_to_lba() to <linux/cdrom.h> | Bartlomiej Zolnierkiewicz | 1 | -6/+0 |
| 2008-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2 | -0/+868 |
| 2008-01-28 | blk_end_request: changing viocd (take 4) | Kiyoshi Ueda | 1 | -9/+6 |
| 2008-01-28 | cdrom: Add support for Sega Dreamcast GD-ROM. | Adrian McMenamin | 2 | -0/+868 |
| 2007-10-24 | SG: audit of drivers that use blk_rq_map_sg() | Jens Axboe | 1 | -1/+2 |
| 2007-10-19 | Use helpers to obtain task pid in printks | Pavel Emelyanov | 1 | -1/+1 |
| 2007-10-18 | sysctl: remove broken cdrom binary sysctls | Eric W. Biederman | 1 | -40/+6 |
| 2007-10-11 | [POWERPC] iSeries: Move detection of virtual cdroms | Stephen Rothwell | 1 | -97/+19 |
| 2007-10-11 | [POWERPC] Remove iSeries_vio_dev | Stephen Rothwell | 1 | -3/+2 |
| 2007-10-11 | [POWERPC] iSeries: Simplify viocd initialisation | Stephen Rothwell | 1 | -24/+13 |
| 2007-09-26 | cdrom_open() forgets to unlock on -EROFS failure exits | Al Viro | 1 | -0/+4 |
| 2007-07-24 | [BLOCK] Get rid of request_queue_t typedef | Jens Axboe | 2 | -2/+2 |
| 2007-07-16 | bsg: add a request_queue argument to scsi_cmd_ioctl() | FUJITA Tomonori | 1 | -1/+2 |
| 2007-07-10 | Remove legacy CDROM drivers | Jens Axboe | 22 | -24845/+0 |
| 2007-07-10 | [PATCH] fix request->cmd == INT cases | Boaz Harrosh | 6 | -6/+6 |
| 2007-07-10 | [PATCH] cdrom_sysctl_info fix | Dave Young | 1 | -91/+125 |
| 2007-06-08 | potential parse error in ifdef part 3 | Yoann Padioleau | 1 | -1/+1 |
| 2007-05-07 | mm: remove destroy_dirty_buffers from invalidate_bdev() | Peter Zijlstra | 1 | -1/+1 |
| 2007-03-05 | [PATCH] Fix soft lockup with iSeries viocd driver | Tony Breeds | 1 | -4/+23 |
| 2007-02-14 | [PATCH] sysctl: remove insert_at_head from register_sysctl | Eric W. Biederman | 1 | -1/+1 |
| 2007-02-14 | [PATCH] sysctl: cdrom: don't set de->owner | Eric W. Biederman | 1 | -2/+0 |
| 2007-02-14 | [PATCH] sysctl: cdrom: remove unnecessary insert_at_head flag | Eric W. Biederman | 1 | -1/+1 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 4 | -4/+0 |
| 2007-02-12 | [PATCH] mark struct file_operations const 3 | Arjan van de Ven | 1 | -1/+1 |
| 2007-01-03 | [PATCH] cdrom: set default timeout to 7 seconds | Jens Axboe | 1 | -1/+7 |
| 2006-12-21 | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 1 | -2/+1 |
| 2006-12-20 | [POWERPC] iSeries: fix viocd init | Stephen Rothwell | 1 | -0/+4 |
| 2006-12-19 | [PATCH] Fixup blk_rq_unmap_user() API | Jens Axboe | 1 | -2/+1 |
| 2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2 | -5/+5 |
| 2006-12-07 | [PATCH] drivers/cdrom/*: trivial vsnprintf() conversion | Alexey Dobriyan | 2 | -4/+3 |
| 2006-12-01 | [PATCH] block: support larger block pc requests | Mike Christie | 1 | -4/+2 |
| 2006-10-10 | [PATCH] cdrom: add endianness annotations | Alexey Dobriyan | 1 | -3/+3 |
| 2006-10-06 | Various drivers' irq handlers: kill dead code, needless casts | Jeff Garzik | 1 | -4/+0 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 4 | -4/+4 |
| 2006-10-03 | fix file specification in comments | Uwe Zeisberger | 1 | -1/+1 |
| 2006-09-30 | [PATCH] BLOCK: Make it possible to disable the block layer [try #6] | David Howells | 1 | -1/+1 |
| 2006-09-30 | [PATCH] Split struct request ->flags into two parts | Jens Axboe | 2 | -2/+4 |
| 2006-08-27 | [PATCH] cdrom/gdsc: fix printk format warning | Randy Dunlap | 1 | -1/+1 |
| 2006-07-10 | [PATCH] cdrom: fix bad cgc.buflen assignment | Jens Axboe | 1 | -1/+1 |
| 2006-07-02 | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 3 | -3/+3 |
| 2006-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2 | -2/+0 |
| 2006-06-30 | [PATCH] drivers/cdrom/cm206.c: cleanups | Adrian Bunk | 1 | -7/+2 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 2 | -2/+0 |
| 2006-06-26 | [PATCH] devfs: Last little devfs cleanups throughout the kernel tree. | Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-06-26 | [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed | Greg Kroah-Hartman | 7 | -8/+0 |
| 2006-06-26 | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 4 | -4/+0 |
| 2006-06-26 | [PATCH] devfs: Remove devfs_remove() function from the kernel tree | Greg Kroah-Hartman | 1 | -2/+0 |
| 2006-06-26 | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree | Greg Kroah-Hartman | 1 | -2/+0 |
| 2006-06-25 | [PATCH] cdrom/mcdx: section fixes | Randy Dunlap | 1 | -1/+1 |
| 2006-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 1 | -1/+1 |
| 2006-06-17 | [PATCH] fix cdrom open | Jens Axboe | 1 | -2/+4 |
| 2006-05-19 | [PATCH] powerpc: update iSeries viocd and viotape device-tree | Stephen Rothwell | 1 | -1/+1 |
| 2006-04-11 | [PATCH] Overrun in cdrom/aztcd.c | Eric Sesterhenn | 1 | -1/+1 |
| 2006-03-25 | [PATCH] Remove MODULE_PARM | Rusty Russell | 2 | -6/+12 |
| 2006-03-23 | [PATCH] kill cdrom ->dev_ioctl method | Christoph Hellwig | 5 | -398/+373 |
| 2006-03-23 | [PATCH] cleanup cdrom_ioctl | Christoph Hellwig | 1 | -340/+537 |
| 2006-02-07 | [PATCH] remove bogus asm/bug.h includes. | Al Viro | 1 | -2/+0 |
| 2006-01-12 | [PATCH] powerpc: remove bitfields from HvLpEvent | Stephen Rothwell | 1 | -3/+3 |
| 2006-01-10 | [PATCH] cdrom: kill "open failed" error message | Jens Axboe | 1 | -1/+1 |
| 2006-01-10 | spelling: s/trough/through/ | Adrian Bunk | 1 | -1/+1 |
| 2006-01-06 | [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn() | Tejun Heo | 1 | -1/+1 |
| 2005-11-07 | [PATCH] drivers/cdrom: kmalloc + memset -> kzalloc conversion | Deepak Saxena | 1 | -3/+1 |
| 2005-11-02 | merge filename and modify references to iseries/vio.h | Kelly Daly | 1 | -1/+1 |
| 2005-11-02 | merge filename and modify references to iseries/hv_types.h | Kelly Daly | 1 | -1/+1 |
| 2005-11-02 | merge filename and modify references to iseries/hv_lp_event.h | Kelly Daly | 1 | -1/+1 |
| 2005-10-24 | powerpc: set the driver.owner field for all vio drivers | Stephen Rothwell | 1 | -1/+2 |
| 2005-10-24 | powerpc: don't duplicate name between vio_driver and device_driver | Stephen Rothwell | 1 | -2/+4 |
| 2005-09-10 | [PATCH] drivers/cdrom: fix-up schedule_timeout() usage | Nishanth Aravamudan | 2 | -4/+2 |
| 2005-09-10 | [PATCH] vfree and kfree cleanup in drivers/ | Jesper Juhl | 1 | -2/+4 |
| 2005-09-09 | [PATCH] timer initialization cleanup: DEFINE_TIMER | Ingo Molnar | 5 | -10/+7 |
| 2005-09-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 | Linus Torvalds | 1 | -5/+10 |
| 2005-08-30 | [PATCH] Make MODULE_DEVICE_TABLE work for vio devices | Stephen Rothwell | 1 | -1/+1 |
| 2005-08-28 | fix mismerge in ll_rw_blk.c | James Bottomley | 1 | -5/+10 |
| 2005-07-27 | [PATCH] Update CREDITS entry and listings in source files for Jesper Juhl | Jesper Juhl | 1 | -1/+1 |
| 2005-07-27 | [PATCH] clean up inline static vs static inline | Jesper Juhl | 1 | -14/+14 |
| 2005-07-27 | [PATCH] turn many #if $undefined_string into #ifdef $undefined_string | Olaf Hering | 1 | -4/+4 |
| 2005-06-25 | [PATCH] drivers/cdrom/cm206.c: cleanups | Adrian Bunk | 1 | -63/+50 |
| 2005-06-25 | [PATCH] remove pointless NULL check before kfree in sony535.c | Jesper Juhl | 1 | -2/+1 |
| 2005-06-20 | [PATCH] update blk_execute_rq to take an at_head parameter | James Bottomley | 1 | -1/+1 |
| 2005-06-20 | [PATCH] Cleanup blk_rq_map_* interfaces | Jens Axboe | 1 | -4/+9 |
| 2005-05-28 | [PATCH] ppc64 iSeries: make virtual DVD-RAMs writable again | Stephen Rothwell | 1 | -0/+14 |
| 2005-05-05 | [PATCH] make some things static | Adrian Bunk | 3 | -19/+17 |
| 2005-05-01 | [PATCH] Avoid unnecessary ide-cd cache flushes | Jens Axboe | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 24 | -0/+29124 |