aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cdrom
AgeCommit message (Expand)AuthorFilesLines
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-2/+2
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-06-06cdrom: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-5/+5
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+1
2014-05-05cdrom: Remove unnecessary prototype for cdrom_get_disc_infoJoe Perches1-35/+36
2014-05-05cdrom: Remove unnecessary prototype for cdrom_mrw_exitJoe Perches1-117/+121
2014-05-05cdrom: Remove cdrom_count_tracks prototypeJoe Perches1-47/+47
2014-05-05cdrom: Remove cdrom_get_next_writeable prototypeJoe Perches1-50/+51
2014-05-05cdrom: Remove cdrom_get_last_written prototypeJoe Perches1-96/+97
2014-05-05cdrom: Move mmc_ioctls above cdrom_ioctl to remove unnecessary prototypeJoe Perches1-124/+122
2014-05-05cdrom: Remove unnecessary sanitize_format prototypeJoe Perches1-2/+0
2014-05-05cdrom: Remove unnecessary check_for_audio_disc prototypeJoe Perches1-2/+0
2014-05-05cdrom: Remove prototype for open_for_dataJoe Perches1-57/+57
2014-05-05cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macrosJoe Perches1-21/+27
2014-05-05cdrom: Remove unused CHECKAUDIO macroJoe Perches1-3/+0
2014-05-05cdrom: convert cdinfo to cd_dbgJoe Perches1-120/+121
2014-04-16gdrom: missed conversion from req->bufferJens Axboe1-1/+1
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2013-12-03drivers/cdrom/gdrom.c: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2013-12-03vio: remove dangly makefile bitsAlan1-1/+0
2013-07-03drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan1-1/+1
2013-07-03drivers/cdrom/gdrom.c: fix device number leakLibo Chen1-1/+1
2013-05-07block_device_operations->release() should return voidAl Viro1-2/+1
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-9/+9
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-03-16powerpc: Remove some of the legacy iSeries specific device driversStephen Rothwell1-739/+0
2012-02-08cdrom: move shared static to cdrom_device_infoPaolo Bonzini1-7/+5
2012-02-06cdrom: use copy_to_user() without the underscoresDan Carpenter1-7/+1
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-2/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-6/+6
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-08-02drivers/cdrom/cdrom.c: relax check on dvd manufacturer valueAndrew Morton1-1/+7
2011-06-02block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds1-1/+0
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe1-1/+0
2011-04-29cdrom: always check_disk_change() on openTejun Heo1-3/+3
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2-2/+0
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo1-1/+2
2011-04-21cdrom: always check_disk_change() on openTejun Heo1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-09gdrom,viocd: Convert to bdops->check_events()Tejun Heo2-13/+20
2011-02-09cdrom: support devices that have check_events but not media_changedSimon Arlott1-1/+2
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+53
2010-12-24gdrom: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-16cdrom: export cdrom_check_events()Jens Axboe1-0/+1
2010-12-16cdrom: add ->check_events() supportTejun Heo1-3/+52
2010-10-27cdrom: gdrom: ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt1-38/+38
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann2-14/+16
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann2-2/+16
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann2-4/+18
2010-08-07drivers/cdrom: use pr_<level>Joe Perches3-83/+73
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig2-2/+2
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. Petersen2-3/+2
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-5/+5
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-6/+6
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman1-5/+3
2009-10-13cdrom: gdrom: Kill off PHYSADDR use.Paul Mundt1-5/+5
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-4/+4
2009-09-22const: make block_device_operations constAlexey Dobriyan2-2/+2
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-2/+2
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen2-3/+3
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 Heo2-6/+2
2009-05-11gdrom: dequeue in-flight requestTejun Heo1-15/+13
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo1-0/+2
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo2-4/+4
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-3/+3
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo2-22/+5
2008-12-29cdrom: reduce stack usage of mmc_ioctl_dvd_read_structMarcin Slusarz1-62/+77
2008-12-29cdrom: split mmc_ioctl to lower stack usageMarcin Slusarz1-241/+329
2008-12-12Commands needing to be retried require a complete re-initialization.Alan D. Brunelle1-6/+10
2008-10-28gdrom: Fix compile errorNobuhiro Iwamatsu1-2/+3
2008-10-21[PATCH] switch viocdAl Viro1-13/+12
2008-10-21[PATCH] switch gdromAl Viro1-10/+9
2008-10-21[PATCH] beginning of methods conversionAl Viro2-6/+6
2008-10-21[PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro3-18/+20
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro1-1/+1
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsAl Viro1-2/+2
2008-10-09gdrom: change to use __blk_end_request()Kiyoshi Ueda1-2/+2
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori1-1/+1
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori1-1/+1
2008-08-18cdrom: handle TOCAlexander Inyukhin1-7/+0
2008-08-18gdrom: add dummy audio_ioctl handlerBorislav Petkov1-0/+7
2008-08-18viocd: add dummy audio ioctl handlerBorislav Petkov1-0/+7
2008-08-05cdrom: don't check CDC_PLAY_AUDIO in cdrom_count_tracks()Tejun Heo1-4/+0
2008-07-29sh: More header path fixups for mach dir refactoring.Paul Mundt1-2/+2
2008-07-04cdrom: revert commit 22a9189 (cdrom: use kmalloced buffers instead of buffers...FUJITA Tomonori1-181/+93
2008-05-23[POWERPC] iSeries: Remove unused mail addressStephen Rothwell1-1/+1
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-7/+3
2008-04-29block: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori1-1/+0
2008-04-21cdrom: use kmalloced buffers instead of buffers on stackThomas Bogendoerfer1-93/+181
2008-04-21cdrom: make unregister_cdrom() return voidAkinobu Mita3-7/+5
2008-04-21cdrom: use list_head for cdrom_device_info listAkinobu Mita1-23/+6
2008-04-21cdrom: protect cdrom_device_info list by mutexAkinobu Mita1-0/+2
2008-04-21cdrom: cleanup hardcoded error-codeAkinobu Mita1-1/+1
2008-04-21cdrom: remove ifdef CONFIG_SYSCTLAkinobu Mita1-8/+12
2008-03-04make cdrom.c:check_for_audio_disc() staticAdrian Bunk1-2/+2
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-1/+1
2008-02-06drivers/cdrom/cdrom.c: simplify logic in cdrom_release()Borislav Petkov1-8/+9
2008-02-06[POWERPC] iSeries: Fix section mismatch in viocdStephen Rothwell1-1/+1
2008-02-01ide-cd: move lba_to_msf() and msf_to_lba() to <linux/cdrom.h>Bartlomiej Zolnierkiewicz1-6/+0
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-0/+868
2008-01-28blk_end_request: changing viocd (take 4)Kiyoshi Ueda1-9/+6
2008-01-28cdrom: Add support for Sega Dreamcast GD-ROM.Adrian McMenamin2-0/+868
2007-10-24SG: audit of drivers that use blk_rq_map_sg()Jens Axboe1-1/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-18sysctl: remove broken cdrom binary sysctlsEric W. Biederman1-40/+6
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-09-26cdrom_open() forgets to unlock on -EROFS failure exitsAl Viro1-0/+4
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe2-2/+2
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori1-1/+2
2007-07-10Remove legacy CDROM driversJens Axboe22-24845/+0
2007-07-10[PATCH] fix request->cmd == INT casesBoaz Harrosh6-6/+6
2007-07-10[PATCH] cdrom_sysctl_info fixDave Young1-91/+125
2007-06-08potential parse error in ifdef part 3Yoann Padioleau1-1/+1
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-1/+1
2007-03-05[PATCH] Fix soft lockup with iSeries viocd driverTony Breeds1-4/+23
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: cdrom: don't set de->ownerEric W. Biederman1-2/+0
2007-02-14[PATCH] sysctl: cdrom: remove unnecessary insert_at_head flagEric W. Biederman1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau4-4/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2007-01-03[PATCH] cdrom: set default timeout to 7 secondsJens Axboe1-1/+7
2006-12-21Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-2/+1
2006-12-20[POWERPC] iSeries: fix viocd initStephen Rothwell1-0/+4
2006-12-19[PATCH] Fixup blk_rq_unmap_user() APIJens Axboe1-2/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2-5/+5
2006-12-07[PATCH] drivers/cdrom/*: trivial vsnprintf() conversionAlexey Dobriyan2-4/+3
2006-12-01[PATCH] block: support larger block pc requestsMike Christie1-4/+2
2006-10-10[PATCH] cdrom: add endianness annotationsAlexey Dobriyan1-3/+3
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik1-4/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells4-4/+4
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-1/+1
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe2-2/+4
2006-08-27[PATCH] cdrom/gdsc: fix printk format warningRandy Dunlap1-1/+1
2006-07-10[PATCH] cdrom: fix bad cgc.buflen assignmentJens Axboe1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner3-3/+3
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+0
2006-06-30[PATCH] drivers/cdrom/cm206.c: cleanupsAdrian Bunk1-7/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
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-Hartman7-8/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman4-4/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-25[PATCH] cdrom/mcdx: section fixesRandy Dunlap1-1/+1
2006-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2006-06-17[PATCH] fix cdrom openJens Axboe1-2/+4
2006-05-19[PATCH] powerpc: update iSeries viocd and viotape device-treeStephen Rothwell1-1/+1
2006-04-11[PATCH] Overrun in cdrom/aztcd.cEric Sesterhenn1-1/+1
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell2-6/+12
2006-03-23[PATCH] kill cdrom ->dev_ioctl methodChristoph Hellwig5-398/+373
2006-03-23[PATCH] cleanup cdrom_ioctlChristoph Hellwig1-340/+537
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
2006-01-10[PATCH] cdrom: kill "open failed" error messageJens Axboe1-1/+1
2006-01-10spelling: s/trough/through/Adrian Bunk1-1/+1
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo1-1/+1
2005-11-07[PATCH] drivers/cdrom: kmalloc + memset -> kzalloc conversionDeepak Saxena1-3/+1
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-09-10[PATCH] drivers/cdrom: fix-up schedule_timeout() usageNishanth Aravamudan2-4/+2
2005-09-10[PATCH] vfree and kfree cleanup in drivers/Jesper Juhl1-2/+4
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar5-10/+7
2005-09-07Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds1-5/+10
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell1-1/+1
2005-08-28fix mismerge in ll_rw_blk.cJames Bottomley1-5/+10
2005-07-27[PATCH] Update CREDITS entry and listings in source files for Jesper JuhlJesper Juhl1-1/+1
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-14/+14
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-4/+4
2005-06-25[PATCH] drivers/cdrom/cm206.c: cleanupsAdrian Bunk1-63/+50
2005-06-25[PATCH] remove pointless NULL check before kfree in sony535.cJesper Juhl1-2/+1
2005-06-20[PATCH] update blk_execute_rq to take an at_head parameterJames Bottomley1-1/+1
2005-06-20[PATCH] Cleanup blk_rq_map_* interfacesJens Axboe1-4/+9
2005-05-28[PATCH] ppc64 iSeries: make virtual DVD-RAMs writable againStephen Rothwell1-0/+14
2005-05-05[PATCH] make some things staticAdrian Bunk3-19/+17
2005-05-01[PATCH] Avoid unnecessary ide-cd cache flushesJens Axboe1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds24-0/+29124