aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cdrom/viocd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-2/+2
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-1/+1
2009-05-20cdrom: beyond ARRAY_SIZE of viocd_diskinfoRoel Kluin1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-3/+1
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo1-0/+2
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-1/+1
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo1-21/+4
2008-10-21[PATCH] switch viocdAl Viro1-13/+12
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-21[PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro1-3/+5
2008-08-18viocd: add dummy audio ioctl handlerBorislav Petkov1-0/+7
2008-05-23[POWERPC] iSeries: Remove unused mail addressStephen Rothwell1-1/+1
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-7/+3
2008-04-21cdrom: make unregister_cdrom() return voidAkinobu Mita1-4/+1
2008-02-06[POWERPC] iSeries: Fix section mismatch in viocdStephen Rothwell1-1/+1
2008-01-28blk_end_request: changing viocd (take 4)Kiyoshi Ueda1-9/+6
2007-10-24SG: audit of drivers that use blk_rq_map_sg()Jens Axboe1-1/+2
2007-10-11[POWERPC] iSeries: Move detection of virtual cdromsStephen Rothwell1-97/+19
2007-10-11[POWERPC] Remove iSeries_vio_devStephen Rothwell1-3/+2
2007-10-11[POWERPC] iSeries: Simplify viocd initialisationStephen Rothwell1-24/+13
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-03-05[PATCH] Fix soft lockup with iSeries viocd driverTony Breeds1-4/+23
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-12-20[POWERPC] iSeries: fix viocd initStephen Rothwell1-0/+4
2006-06-26[PATCH] devfs: Last little devfs cleanups throughout the kernel tree.Greg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman1-2/+0
2006-05-19[PATCH] powerpc: update iSeries viocd and viotape device-treeStephen Rothwell1-1/+1
2006-03-23[PATCH] kill cdrom ->dev_ioctl methodChristoph Hellwig1-1/+1
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-2/+0
2006-01-12[PATCH] powerpc: remove bitfields from HvLpEventStephen Rothwell1-3/+3
2005-11-02merge filename and modify references to iseries/vio.hKelly Daly1-1/+1
2005-11-02merge filename and modify references to iseries/hv_types.hKelly Daly1-1/+1
2005-11-02merge filename and modify references to iseries/hv_lp_event.hKelly Daly1-1/+1
2005-10-24powerpc: set the driver.owner field for all vio driversStephen Rothwell1-1/+2
2005-10-24powerpc: don't duplicate name between vio_driver and device_driverStephen Rothwell1-2/+4
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell1-1/+1
2005-05-28[PATCH] ppc64 iSeries: make virtual DVD-RAMs writable againStephen Rothwell1-0/+14
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+809