summaryrefslogtreecommitdiffstats
path: root/drivers/cdrom
AgeCommit message (Expand)AuthorLines
2024-12-30cdrom: Fix typo, 'devicen' to 'device'Steven Davis-1/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-10-17cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()Josh Poimboeuf-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-2/+2
2024-06-22cdrom: Add missing MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig-0/+1
2024-05-15cdrom: rearrange last_media_change check to avoid unintentional overflowJustin Stitt-1/+1
2024-03-07cdrom: gdrom: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-02-19gdrom: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-6/+8
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig-1/+1
2023-10-02cdrom: Remove now superfluous sentinel element from ctl_table arrayJoel Granados-1/+0
2023-06-29cdrom/gdrom: Fix build errorGuenter Roeck-2/+2
2023-06-22cdrom: Fix spectre-v1 gadgetJordy Zomer-0/+4
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-5/+5
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig-2/+2
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig-1/+1
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig-2/+2
2023-06-12cdrom: track if a cdrom_device_info was opened for dataChristoph Hellwig-7/+5
2023-06-12cdrom: remove the unused cdrom_close_write release codeChristoph Hellwig-15/+0
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig-2/+2
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig-3/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig-1/+1
2022-06-28block: simplify disk shutdownChristoph Hellwig-1/+0
2022-05-15cdrom: remove obsolete TODO listPhillip Potter-9/+0
2022-05-15cdrom: remove the unused driver specific disc change ioctlPaul Gortmaker-8/+0
2022-05-15cdrom: make EXPORT_SYMBOL follow exported functionEnze Li-11/+10
2022-04-06cdrom: remove unused variableEnze Li-2/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+0
2022-03-01scsi: core: Remove <scsi/scsi_request.h>Christoph Hellwig-1/+0
2022-02-02block: remove genhd.hChristoph Hellwig-1/+0
2022-01-22cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain-22/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig-0/+1
2021-11-01Merge tag 'for-5.16/cdrom-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+57
2021-10-21cdrom: Remove redundant variable and its assignmentluo penghao-2/+2
2021-10-18cdrom/gdrom: add error handling support for add_disk()Luis Chamberlain-1/+6
2021-09-14drivers/cdrom: improved ioctl for media change detectionLukas Prediger-4/+55
2021-07-30scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig-63/+8
2021-07-28scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig-7/+0
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig-1/+1
2021-06-11gdrom: use blk_mq_alloc_diskChristoph Hellwig-24/+21
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