summaryrefslogtreecommitdiff
path: root/drivers/cdrom
AgeCommit message (Expand)Author
2020-01-04cdrom: respect device capabilities during opening actionDiego Elio Pettenò
2019-04-05cdrom: Fix race condition in cdrom_sysctl_registerGuenter Roeck
2019-02-12gdrom: fix a memory leak bugWenwen Wang
2018-11-21cdrom: fix improper type cast, which can leat to information leak.Young_X
2018-09-05cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer
2018-05-30cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi
2018-04-29cdrom: information leak in cdrom_ioctl_media_changed()Dan Carpenter
2016-07-12cdrom: support read sub-channel command in LBA formatvchannaiah
2016-01-06cdrom: don't open-code memdup_user()Al Viro
2015-09-25cdrom: Random writing support for BD-RE mediaGeorgios Toptsidis
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-06cdrom: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-05-05cdrom: Remove unnecessary prototype for cdrom_get_disc_infoJoe Perches
2014-05-05cdrom: Remove unnecessary prototype for cdrom_mrw_exitJoe Perches
2014-05-05cdrom: Remove cdrom_count_tracks prototypeJoe Perches
2014-05-05cdrom: Remove cdrom_get_next_writeable prototypeJoe Perches
2014-05-05cdrom: Remove cdrom_get_last_written prototypeJoe Perches
2014-05-05cdrom: Move mmc_ioctls above cdrom_ioctl to remove unnecessary prototypeJoe Perches
2014-05-05cdrom: Remove unnecessary sanitize_format prototypeJoe Perches
2014-05-05cdrom: Remove unnecessary check_for_audio_disc prototypeJoe Perches
2014-05-05cdrom: Remove prototype for open_for_dataJoe Perches
2014-05-05cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macrosJoe Perches
2014-05-05cdrom: Remove unused CHECKAUDIO macroJoe Perches
2014-05-05cdrom: convert cdinfo to cd_dbgJoe Perches
2014-04-16gdrom: missed conversion from req->bufferJens Axboe
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-12-03drivers/cdrom/gdrom.c: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-12-03vio: remove dangly makefile bitsAlan
2013-07-03drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan
2013-07-03drivers/cdrom/gdrom.c: fix device number leakLibo Chen
2013-05-07block_device_operations->release() should return voidAl Viro
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-03-16powerpc: Remove some of the legacy iSeries specific device driversStephen Rothwell
2012-02-08cdrom: move shared static to cdrom_device_infoPaolo Bonzini
2012-02-06cdrom: use copy_to_user() without the underscoresDan Carpenter
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2012-01-03fs: move code out of buffer.cAl Viro
2011-08-02drivers/cdrom/cdrom.c: relax check on dvd manufacturer valueAndrew Morton
2011-06-02block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe
2011-04-29cdrom: always check_disk_change() on openTejun Heo
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo
2011-04-21cdrom: always check_disk_change() on openTejun Heo
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-09gdrom,viocd: Convert to bdops->check_events()Tejun Heo