summaryrefslogtreecommitdiffstats
path: root/drivers/cdrom/cdrom.c
Commit message (Expand)AuthorAgeFilesLines
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+1
* cdrom: information leak in cdrom_ioctl_media_changed()Dan Carpenter2018-04-181-1/+1
* cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-03-091-3/+0
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-1/+0
* cdrom: Check SCSI passthrough support before reading audioBart Van Assche2017-06-011-0/+6
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-1/+1
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-1/+2
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-16/+18
|\
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+1
| * block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-15/+17
* | cdrom: Make device operations read-onlyKees Cook2017-02-141-30/+28
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* 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
* drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan2013-07-031-1/+1
* 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
* cdrom: always check_disk_change() on openTejun Heo2011-04-291-3/+3
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* cdrom: support devices that have check_events but not media_changedSimon Arlott2011-02-091-1/+2
* cdrom: export cdrom_check_events()Jens Axboe2010-12-161-0/+1
* cdrom: add ->check_events() supportTejun Heo2010-12-161-3/+52
* drivers/cdrom: use pr_<level>Joe Perches2010-08-071-20/+26
* sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-6/+6
* sysctl drivers: Remove dead binary sysctl supportEric W. Biederman2009-11-121-5/+3
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-4/+4
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-2/+2
* cdrom: reduce stack usage of mmc_ioctl_dvd_read_structMarcin Slusarz2008-12-291-62/+77
* cdrom: split mmc_ioctl to lower stack usageMarcin Slusarz2008-12-291-241/+329