summaryrefslogtreecommitdiffstats
path: root/drivers/cdrom (follow)
Commit message (Expand)AuthorAgeFilesLines
* cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()Josh Poimboeuf2024-10-181-1/+1
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-2/+2
* cdrom: Add missing MODULE_DESCRIPTION()Jeff Johnson2024-06-231-0/+1
* block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-0/+1
* cdrom: rearrange last_media_change check to avoid unintentional overflowJustin Stitt2024-05-151-1/+1
* cdrom: gdrom: Convert to platform remove callback returning voidUwe Kleine-König2024-03-071-4/+2
* gdrom: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-201-6/+8
* block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* cdrom: Remove now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-031-1/+0
* cdrom/gdrom: Fix build errorGuenter Roeck2023-06-291-2/+2
* 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-122-5/+5
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
* block: pass a gendisk to ->openChristoph Hellwig2023-06-121-2/+2
* block: pass a gendisk on bdev_check_media_changeChristoph Hellwig2023-06-121-1/+1
* cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig2023-06-122-2/+2
* 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-122-2/+2
* cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig2023-06-122-3/+2
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+1
* block: simplify disk shutdownChristoph Hellwig2022-06-281-1/+0
* cdrom: remove obsolete TODO listPhillip Potter2022-05-161-9/+0
* cdrom: remove the unused driver specific disc change ioctlPaul Gortmaker2022-05-161-8/+0
* cdrom: make EXPORT_SYMBOL follow exported functionEnze Li2022-05-161-11/+10
* cdrom: remove unused variableEnze Li2022-04-061-2/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-251-1/+0
|\
| * scsi: core: Remove <scsi/scsi_request.h>Christoph Hellwig2022-03-021-1/+0
* | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
|/
* cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-22/+1
* block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-0/+1
* Merge tag 'for-5.16/cdrom-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-6/+57
|\
| * cdrom: Remove redundant variable and its assignmentluo penghao2021-10-211-2/+2
| * drivers/cdrom: improved ioctl for media change detectionLukas Prediger2021-09-151-4/+55
* | cdrom/gdrom: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+6
|/
* scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig2021-07-311-63/+8
* scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig2021-07-291-7/+0
* block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-1/+1
* gdrom: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-24/+21
* cdrom: gdrom: initialize global variable at init timeGreg Kroah-Hartman2021-05-131-1/+8
* cdrom: gdrom: deallocate struct gdrom_unit fields in remove_gdromAtul Gopinathan2021-05-131-1/+2
* Revert "gdrom: fix a memory leak bug"Greg Kroah-Hartman2021-05-131-1/+0
* gdrom: fix compilation errorChaitanya Kulkarni2021-04-121-1/+1
* gdrom: support highmemChristoph Hellwig2021-04-061-3/+2
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-251-1/+1
* cdrom: Reset sector_size back it is not 2048.Sebastian Andrzej Siewior2020-12-121-5/+7
* gdrom: use bdev_check_media_changeChristoph Hellwig2020-09-101-1/+1
* cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig2020-07-091-23/+5
* Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-111-1/+1
|\
| * cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig2020-06-101-1/+1