summaryrefslogtreecommitdiffstats
path: root/drivers/cdrom
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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-021-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-151-9/+0
* cdrom: remove the unused driver specific disc change ioctlPaul Gortmaker2022-05-151-8/+0
* cdrom: make EXPORT_SYMBOL follow exported functionEnze Li2022-05-151-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-241-1/+0
|\
| * scsi: core: Remove <scsi/scsi_request.h>Christoph Hellwig2022-03-011-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-141-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-301-63/+8
* scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig2021-07-281-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-111-1/+1
* gdrom: support highmemChristoph Hellwig2021-04-061-3/+2
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-241-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-081-23/+5
* Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-1/+1
|\
| * cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig2020-06-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\|
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* | cdrom: factor out a cdrom_multisession helperChristoph Hellwig2020-05-041-16/+25
* | cdrom: factor out a cdrom_read_tocentry helperChristoph Hellwig2020-05-041-17/+22
* | block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig2020-05-042-2/+5
|/