aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cdrom/viocd.c
Commit message (Expand)AuthorAgeFilesLines
* block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds2011-06-021-1/+0
* block: don't block events on excl write for non-optical devicesTejun Heo2011-04-211-1/+2
* gdrom,viocd: Convert to bdops->check_events()Tejun Heo2011-03-091-7/+10
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+8
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+9
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-2/+9
* drivers/cdrom: use pr_<level>Joe Perches2010-08-071-49/+34
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-1/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-261-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-2/+2
* Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-1/+1
|\
| * cdrom: beyond ARRAY_SIZE of viocd_diskinfoRoel Kluin2009-05-201-1/+1
* | block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-3/+1
* | block: convert to dequeueing model (easy ones)Tejun Heo2009-05-111-0/+2
* | block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-1/+1
* | block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-281-21/+4
|/
* [PATCH] switch viocdAl Viro2008-10-211-13/+12
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* [PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro2008-10-211-3/+5
* viocd: add dummy audio ioctl handlerBorislav Petkov2008-08-181-0/+7
* [POWERPC] iSeries: Remove unused mail addressStephen Rothwell2008-05-231-1/+1
* drivers: use non-racy method for proc entries creation (2)Denis V. Lunev2008-04-291-7/+3
* cdrom: make unregister_cdrom() return voidAkinobu Mita2008-04-211-4/+1
* [POWERPC] iSeries: Fix section mismatch in viocdStephen Rothwell2008-02-061-1/+1
* blk_end_request: changing viocd (take 4)Kiyoshi Ueda2008-01-281-9/+6
* SG: audit of drivers that use blk_rq_map_sg()Jens Axboe2007-10-241-1/+2
* [POWERPC] iSeries: Move detection of virtual cdromsStephen Rothwell2007-10-111-97/+19
* [POWERPC] Remove iSeries_vio_devStephen Rothwell2007-10-111-3/+2
* [POWERPC] iSeries: Simplify viocd initialisationStephen Rothwell2007-10-111-24/+13
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-1/+1
* [PATCH] Fix soft lockup with iSeries viocd driverTony Breeds2007-03-051-4/+23
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* [POWERPC] iSeries: fix viocd initStephen Rothwell2006-12-201-0/+4
* [PATCH] devfs: Last little devfs cleanups throughout the kernel tree.Greg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-2/+0
* [PATCH] powerpc: update iSeries viocd and viotape device-treeStephen Rothwell2006-05-191-1/+1
* [PATCH] kill cdrom ->dev_ioctl methodChristoph Hellwig2006-03-231-1/+1
* [PATCH] remove bogus asm/bug.h includes.Al Viro2006-02-071-2/+0
* [PATCH] powerpc: remove bitfields from HvLpEventStephen Rothwell2006-01-121-3/+3
* merge filename and modify references to iseries/vio.hKelly Daly2005-11-021-1/+1
* merge filename and modify references to iseries/hv_types.hKelly Daly2005-11-021-1/+1
* merge filename and modify references to iseries/hv_lp_event.hKelly Daly2005-11-021-1/+1
* powerpc: set the driver.owner field for all vio driversStephen Rothwell2005-10-241-1/+2
* powerpc: don't duplicate name between vio_driver and device_driverStephen Rothwell2005-10-241-2/+4
* [PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell2005-08-301-1/+1
* [PATCH] ppc64 iSeries: make virtual DVD-RAMs writable againStephen Rothwell2005-05-281-0/+14
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+809