summaryrefslogtreecommitdiffstats
path: root/drivers/cdrom/cdrom.c
Commit message (Expand)AuthorAgeFilesLines
* cdrom: Remove now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-021-1/+0
* cdrom: Fix spectre-v1 gadgetJordy Zomer2023-06-221-0/+4
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-3/+3
* cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig2023-06-121-1/+1
* cdrom: track if a cdrom_device_info was opened for dataChristoph Hellwig2023-06-121-7/+5
* cdrom: remove the unused cdrom_close_write release codeChristoph Hellwig2023-06-121-15/+0
* cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig2023-06-121-1/+1
* cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig2023-06-121-2/+1
* cdrom: remove obsolete TODO listPhillip Potter2022-05-151-9/+0
* cdrom: remove the unused driver specific disc change ioctlPaul Gortmaker2022-05-151-8/+0
* cdrom: make EXPORT_SYMBOL follow exported functionEnze Li2022-05-151-11/+10
* cdrom: remove unused variableEnze Li2022-04-061-2/+1
* scsi: core: Remove <scsi/scsi_request.h>Christoph Hellwig2022-03-011-1/+0
* cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-22/+1
* cdrom: Remove redundant variable and its assignmentluo penghao2021-10-211-2/+2
* drivers/cdrom: improved ioctl for media change detectionLukas Prediger2021-09-141-4/+55
* scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig2021-07-301-63/+8
* scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig2021-07-281-7/+0
* block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-1/+1
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-241-1/+1
* cdrom: Reset sector_size back it is not 2048.Sebastian Andrzej Siewior2020-12-121-5/+7
* cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig2020-07-081-23/+5
* Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-1/+1
|\
| * cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig2020-06-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\|
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* | cdrom: factor out a cdrom_multisession helperChristoph Hellwig2020-05-041-16/+25
* | cdrom: factor out a cdrom_read_tocentry helperChristoph Hellwig2020-05-041-17/+22
* | block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig2020-05-041-1/+4
|/
* compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann2020-01-031-3/+4
* compat_ioctl: move CDROMREADADIO to cdrom.cArnd Bergmann2020-01-031-3/+25
* cdrom: respect device capabilities during opening actionDiego Elio Pettenò2019-11-261-1/+11
* docs: cdrom: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* docs: cdrom-standard.tex: convert from LaTeX to ReSTMauro Carvalho Chehab2019-06-141-1/+1
* cdrom: Fix race condition in cdrom_sysctl_registerGuenter Roeck2019-02-081-4/+3
* cdrom: don't attempt to fiddle with cdo->capabilityJens Axboe2018-10-141-14/+13
* cdrom: fix improper type cast, which can leat to information leak.Young_X2018-10-031-1/+1
* cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer2018-08-291-1/+1
* cdrom: Use struct scsi_sense_hdr internallyKees Cook2018-08-021-2/+6
* block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook2018-08-021-11/+11
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* 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