summaryrefslogtreecommitdiffstats
path: root/drivers/cdrom
AgeCommit message (Expand)Author
2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann
2020-01-03compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann
2020-01-03compat_ioctl: move CDROMREADADIO to cdrom.cArnd Bergmann
2019-11-26cdrom: respect device capabilities during opening actionDiego Elio Pettenò
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-10-18gdrom: Use pr_warn instead of pr_warningKefeng Wang
2019-06-14docs: cdrom: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-14docs: cdrom-standard.tex: convert from LaTeX to ReSTMauro Carvalho Chehab
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck
2019-02-08cdrom: Fix race condition in cdrom_sysctl_registerGuenter Roeck
2018-12-29gdrom: fix a memory leak bugWenwen Wang
2018-10-25gdrom: fix mistake in assignment of errorJens Axboe
2018-10-25cdrom: remove set but not used variable 'tocuse'zhong jiang
2018-10-16gdrom: convert to blk-mqJens Axboe
2018-10-14cdrom: don't attempt to fiddle with cdo->capabilityJens Axboe
2018-10-03cdrom: fix improper type cast, which can leat to information leak.Young_X
2018-08-29cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer
2018-08-02cdrom: Use struct scsi_sense_hdr internallyKees Cook
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-04-18cdrom: information leak in cdrom_ioctl_media_changed()Dan Carpenter
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01block: Rework drivers/cdrom/MakefileBart Van Assche
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-06-01cdrom: Check SCSI passthrough support before reading audioBart Van Assche
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-14cdrom: Make device operations read-onlyKees Cook
2017-02-07gdrom: Add missing error codeChristophe JAILLET
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-07-12cdrom: support read sub-channel command in LBA formatvchannaiah
2016-01-06cdrom: don't open-code memdup_user()Al Viro
2015-09-25cdrom: Random writing support for BD-RE mediaGeorgios Toptsidis
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-06cdrom: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-05-05cdrom: Remove unnecessary prototype for cdrom_get_disc_infoJoe Perches
2014-05-05cdrom: Remove unnecessary prototype for cdrom_mrw_exitJoe Perches
2014-05-05cdrom: Remove cdrom_count_tracks prototypeJoe Perches