aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cdrom/cdrom.c
Commit message (Expand)AuthorAge
* docs: cdrom: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-14
* docs: cdrom-standard.tex: convert from LaTeX to ReSTMauro Carvalho Chehab2019-06-14
* cdrom: Fix race condition in cdrom_sysctl_registerGuenter Roeck2019-02-08
* cdrom: don't attempt to fiddle with cdo->capabilityJens Axboe2018-10-14
* cdrom: fix improper type cast, which can leat to information leak.Young_X2018-10-03
* cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer2018-08-29
* cdrom: Use struct scsi_sense_hdr internallyKees Cook2018-08-02
* block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook2018-08-02
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-14
* cdrom: information leak in cdrom_ioctl_media_changed()Dan Carpenter2018-04-18
* cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-03-09
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-20
* cdrom: Check SCSI passthrough support before reading audioBart Van Assche2017-06-01
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-20
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-20
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-17
|\
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
| * block: split scsi_request out of struct requestChristoph Hellwig2017-01-27
* | cdrom: Make device operations read-onlyKees Cook2017-02-14
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* cdrom: support read sub-channel command in LBA formatvchannaiah2016-07-12
* cdrom: don't open-code memdup_user()Al Viro2016-01-06
* cdrom: Random writing support for BD-RE mediaGeorgios Toptsidis2015-09-25
* block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-28
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-11
|\
| * block: add blk_rq_set_block_pc()Jens Axboe2014-06-06
* | cdrom: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-06
|/
* cdrom: Remove unnecessary prototype for cdrom_get_disc_infoJoe Perches2014-05-05
* cdrom: Remove unnecessary prototype for cdrom_mrw_exitJoe Perches2014-05-05
* cdrom: Remove cdrom_count_tracks prototypeJoe Perches2014-05-05
* cdrom: Remove cdrom_get_next_writeable prototypeJoe Perches2014-05-05
* cdrom: Remove cdrom_get_last_written prototypeJoe Perches2014-05-05
* cdrom: Move mmc_ioctls above cdrom_ioctl to remove unnecessary prototypeJoe Perches2014-05-05
* cdrom: Remove unnecessary sanitize_format prototypeJoe Perches2014-05-05
* cdrom: Remove unnecessary check_for_audio_disc prototypeJoe Perches2014-05-05
* cdrom: Remove prototype for open_for_dataJoe Perches2014-05-05
* cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macrosJoe Perches2014-05-05
* cdrom: Remove unused CHECKAUDIO macroJoe Perches2014-05-05
* cdrom: convert cdinfo to cd_dbgJoe Perches2014-05-05
* drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan2013-07-03
* cdrom: move shared static to cdrom_device_infoPaolo Bonzini2012-02-08
* cdrom: use copy_to_user() without the underscoresDan Carpenter2012-02-06
* block: add and use scsi_blk_cmd_ioctlPaolo Bonzini2012-01-14
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
* fs: move code out of buffer.cAl Viro2012-01-03
* drivers/cdrom/cdrom.c: relax check on dvd manufacturer valueAndrew Morton2011-08-02
* cdrom: always check_disk_change() on openTejun Heo2011-04-29
* Fix common misspellingsLucas De Marchi2011-03-31
* cdrom: support devices that have check_events but not media_changedSimon Arlott2011-02-09