aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cdrom/cdrom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-08cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig1-23/+5
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-06-10cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-05-04cdrom: factor out a cdrom_multisession helperChristoph Hellwig1-16/+25
2020-05-04cdrom: factor out a cdrom_read_tocentry helperChristoph Hellwig1-17/+22
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig1-1/+4
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2020-01-03compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann1-3/+4
2020-01-03compat_ioctl: move CDROMREADADIO to cdrom.cArnd Bergmann1-3/+25
2019-11-26cdrom: respect device capabilities during opening actionDiego Elio Pettenò1-1/+11
2019-06-14docs: cdrom: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-14docs: cdrom-standard.tex: convert from LaTeX to ReSTMauro Carvalho Chehab1-1/+1
2019-02-08cdrom: Fix race condition in cdrom_sysctl_registerGuenter Roeck1-4/+3
2018-10-14cdrom: don't attempt to fiddle with cdo->capabilityJens Axboe1-14/+13
2018-10-03cdrom: fix improper type cast, which can leat to information leak.Young_X1-1/+1
2018-08-29cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer1-1/+1
2018-08-02cdrom: Use struct scsi_sense_hdr internallyKees Cook1-2/+6
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook1-11/+11
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-04-18cdrom: information leak in cdrom_ioctl_media_changed()Dan Carpenter1-1/+1
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi1-3/+0
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-01cdrom: Check SCSI passthrough support before reading audioBart Van Assche1-0/+6
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-1/+1
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+2
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-16/+18
2017-02-14cdrom: Make device operations read-onlyKees Cook1-30/+28
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-1/+1
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-15/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-12cdrom: support read sub-channel command in LBA formatvchannaiah1-9/+19
2016-01-06cdrom: don't open-code memdup_user()Al Viro1-7/+3
2015-09-25cdrom: Random writing support for BD-RE mediaGeorgios Toptsidis1-0/+1
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