summaryrefslogtreecommitdiffstats
path: root/drivers/cdrom
Commit message (Expand)AuthorAgeFilesLines
* cdrom: support read sub-channel command in LBA formatvchannaiah2016-07-121-9/+19
* cdrom: don't open-code memdup_user()Al Viro2016-01-061-7/+3
* cdrom: Random writing support for BD-RE mediaGeorgios Toptsidis2015-09-251-0/+1
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-111-1/+1
|\
| * block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-1/+1
* | cdrom: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-5/+5
|/
* cdrom: Remove unnecessary prototype for cdrom_get_disc_infoJoe Perches2014-05-051-35/+36
* cdrom: Remove unnecessary prototype for cdrom_mrw_exitJoe Perches2014-05-051-117/+121
* cdrom: Remove cdrom_count_tracks prototypeJoe Perches2014-05-051-47/+47
* cdrom: Remove cdrom_get_next_writeable prototypeJoe Perches2014-05-051-50/+51
* cdrom: Remove cdrom_get_last_written prototypeJoe Perches2014-05-051-96/+97
* cdrom: Move mmc_ioctls above cdrom_ioctl to remove unnecessary prototypeJoe Perches2014-05-051-124/+122
* cdrom: Remove unnecessary sanitize_format prototypeJoe Perches2014-05-051-2/+0
* cdrom: Remove unnecessary check_for_audio_disc prototypeJoe Perches2014-05-051-2/+0
* cdrom: Remove prototype for open_for_dataJoe Perches2014-05-051-57/+57
* cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macrosJoe Perches2014-05-051-21/+27
* cdrom: Remove unused CHECKAUDIO macroJoe Perches2014-05-051-3/+0
* cdrom: convert cdinfo to cd_dbgJoe Perches2014-05-051-120/+121
* gdrom: missed conversion from req->bufferJens Axboe2014-04-161-1/+1
* Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-2/+2
|\
| * drivers/cdrom/gdrom.c: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-12-031-2/+2
* | vio: remove dangly makefile bitsAlan2013-12-031-1/+0
|/
* drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan2013-07-031-1/+1
* drivers/cdrom/gdrom.c: fix device number leakLibo Chen2013-07-031-1/+1
* block_device_operations->release() should return voidAl Viro2013-05-071-2/+1
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-9/+9
* workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* powerpc: Remove some of the legacy iSeries specific device driversStephen Rothwell2012-03-161-739/+0
* cdrom: move shared static to cdrom_device_infoPaolo Bonzini2012-02-081-7/+5
* cdrom: use copy_to_user() without the underscoresDan Carpenter2012-02-061-7/+1
* block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-141-2/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-6/+6
* fs: move code out of buffer.cAl Viro2012-01-031-1/+0
* drivers/cdrom/cdrom.c: relax check on dvd manufacturer valueAndrew Morton2011-08-021-1/+7
* block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds2011-06-021-1/+0
* Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe2011-05-201-1/+0
|\
| * cdrom: always check_disk_change() on openTejun Heo2011-04-291-3/+3
| * block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2011-04-212-2/+0
* | block: don't block events on excl write for non-optical devicesTejun Heo2011-04-211-1/+2
* | cdrom: always check_disk_change() on openTejun Heo2011-04-211-3/+3
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* gdrom,viocd: Convert to bdops->check_events()Tejun Heo2011-03-092-13/+20
* cdrom: support devices that have check_events but not media_changedSimon Arlott2011-02-091-1/+2
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-3/+53
|\
| * cdrom: export cdrom_check_events()Jens Axboe2010-12-161-0/+1
| * cdrom: add ->check_events() supportTejun Heo2010-12-161-3/+52
* | gdrom: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
|/
* cdrom: gdrom: ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt2010-10-271-38/+38
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-052-14/+16
OpenPOWER on IntegriCloud