summaryrefslogtreecommitdiffstats
path: root/drivers/cdrom
AgeCommit message (Expand)AuthorLines
2021-05-13cdrom: gdrom: initialize global variable at init timeGreg Kroah-Hartman-1/+8
2021-05-13cdrom: gdrom: deallocate struct gdrom_unit fields in remove_gdromAtul Gopinathan-1/+2
2021-05-13Revert "gdrom: fix a memory leak bug"Greg Kroah-Hartman-1/+0
2021-04-11gdrom: fix compilation errorChaitanya Kulkarni-1/+1
2021-04-06gdrom: support highmemChristoph Hellwig-3/+2
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang-1/+1
2020-12-12cdrom: Reset sector_size back it is not 2048.Sebastian Andrzej Siewior-5/+7
2020-09-10gdrom: use bdev_check_media_changeChristoph Hellwig-1/+1
2020-07-08cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig-23/+5
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+1
2020-06-10cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-1/+1
2020-05-04cdrom: factor out a cdrom_multisession helperChristoph Hellwig-16/+25
2020-05-04cdrom: factor out a cdrom_read_tocentry helperChristoph Hellwig-17/+22
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig-2/+5
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-1/+1
2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson-1/+1
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann-0/+3
2020-01-03compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann-3/+4
2020-01-03compat_ioctl: move CDROMREADADIO to cdrom.cArnd Bergmann-3/+25
2019-11-26cdrom: respect device capabilities during opening actionDiego Elio Pettenò-1/+11
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+2
2019-10-18gdrom: Use pr_warn instead of pr_warningKefeng Wang-2/+2
2019-06-14docs: cdrom: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-06-14docs: cdrom-standard.tex: convert from LaTeX to ReSTMauro Carvalho Chehab-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner-15/+1
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck-0/+1
2019-02-08cdrom: Fix race condition in cdrom_sysctl_registerGuenter Roeck-4/+3
2018-12-29gdrom: fix a memory leak bugWenwen Wang-0/+1
2018-10-25gdrom: fix mistake in assignment of errorJens Axboe-1/+1
2018-10-25cdrom: remove set but not used variable 'tocuse'zhong jiang-3/+3
2018-10-16gdrom: convert to blk-mqJens Axboe-95/+79
2018-10-14cdrom: don't attempt to fiddle with cdo->capabilityJens Axboe-14/+13
2018-10-03cdrom: fix improper type cast, which can leat to information leak.Young_X-1/+1
2018-08-29cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer-1/+1
2018-08-02cdrom: Use struct scsi_sense_hdr internallyKees Cook-2/+6
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook-11/+11
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig-1/+1
2018-04-18cdrom: information leak in cdrom_ioctl_media_changed()Dan Carpenter-1/+1
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi-3/+3
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds-13/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-11-01block: Rework drivers/cdrom/MakefileBart Van Assche-13/+2
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig-0/+1
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche-1/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig-4/+5
2017-06-01cdrom: Check SCSI passthrough support before reading audioBart Van Assche-0/+6
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig-1/+1
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig-1/+2