summaryrefslogtreecommitdiff
path: root/drivers/cdrom/cdrom.c
AgeCommit message (Expand)AuthorFilesLines
14 dayscdrom: rearrange last_media_change check to avoid unintentional overflowJustin Stitt1-1/+1
2023-06-22cdrom: Fix spectre-v1 gadgetJordy Zomer1-0/+4
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-3/+3
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig1-1/+1
2023-06-12cdrom: track if a cdrom_device_info was opened for dataChristoph Hellwig1-7/+5
2023-06-12cdrom: remove the unused cdrom_close_write release codeChristoph Hellwig1-15/+0
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig1-1/+1
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig1-2/+1
2022-05-16cdrom: remove obsolete TODO listPhillip Potter1-9/+0
2022-05-16cdrom: remove the unused driver specific disc change ioctlPaul Gortmaker1-8/+0
2022-05-16cdrom: make EXPORT_SYMBOL follow exported functionEnze Li1-11/+10
2022-04-06cdrom: remove unused variableEnze Li1-2/+1
2022-03-02scsi: core: Remove <scsi/scsi_request.h>Christoph Hellwig1-1/+0
2022-01-22cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-22/+1
2021-10-21cdrom: Remove redundant variable and its assignmentluo penghao1-2/+2
2021-09-15drivers/cdrom: improved ioctl for media change detectionLukas Prediger1-4/+55
2021-07-31scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig1-63/+8
2021-07-29scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig1-7/+0
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-01-25block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-1/+1
2020-12-12cdrom: Reset sector_size back it is not 2048.Sebastian Andrzej Siewior1-5/+7
2020-07-09cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig1-23/+5
2020-06-11Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2020-06-10cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig1-1/+1
2020-06-04Merge 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-03cdrom: Use struct scsi_sense_hdr internallyKees Cook1-2/+6
2018-08-03block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook1-11/+11
2018-06-13treewide: 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-21block: 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-18Merge 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