summaryrefslogtreecommitdiff
path: root/drivers/cdrom
AgeCommit message (Expand)Author
2022-01-22cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-01Merge tag 'for-5.16/cdrom-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-21cdrom: Remove redundant variable and its assignmentluo penghao
2021-10-18cdrom/gdrom: add error handling support for add_disk()Luis Chamberlain
2021-09-14drivers/cdrom: improved ioctl for media change detectionLukas Prediger
2021-07-30scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig
2021-07-28scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-06-11gdrom: use blk_mq_alloc_diskChristoph Hellwig
2021-05-13cdrom: gdrom: initialize global variable at init timeGreg Kroah-Hartman
2021-05-13cdrom: gdrom: deallocate struct gdrom_unit fields in remove_gdromAtul Gopinathan
2021-05-13Revert "gdrom: fix a memory leak bug"Greg Kroah-Hartman
2021-04-11gdrom: fix compilation errorChaitanya Kulkarni
2021-04-06gdrom: support highmemChristoph Hellwig
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang
2020-12-12cdrom: Reset sector_size back it is not 2048.Sebastian Andrzej Siewior
2020-09-10gdrom: use bdev_check_media_changeChristoph Hellwig
2020-07-08cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-10cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-04cdrom: factor out a cdrom_multisession helperChristoph Hellwig
2020-05-04cdrom: factor out a cdrom_read_tocentry helperChristoph Hellwig
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
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