aboutsummaryrefslogtreecommitdiff
path: root/drivers/cdrom
AgeCommit message (Expand)AuthorFilesLines
2024-03-07cdrom: gdrom: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2024-02-19gdrom: pass queue_limits to blk_mq_alloc_diskGravatar Christoph Hellwig 1-6/+8
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskGravatar Christoph Hellwig 1-1/+1
2023-10-02cdrom: Remove now superfluous sentinel element from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-06-29cdrom/gdrom: Fix build errorGravatar Guenter Roeck 1-2/+2
2023-06-22cdrom: Fix spectre-v1 gadgetGravatar Jordy Zomer 1-0/+4
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 2-5/+5
2023-06-12block: remove the unused mode argument to ->releaseGravatar Christoph Hellwig 1-1/+1
2023-06-12block: pass a gendisk to ->openGravatar Christoph Hellwig 1-2/+2
2023-06-12block: pass a gendisk on bdev_check_media_changeGravatar Christoph Hellwig 1-1/+1
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseGravatar Christoph Hellwig 2-2/+2
2023-06-12cdrom: track if a cdrom_device_info was opened for dataGravatar Christoph Hellwig 1-7/+5
2023-06-12cdrom: remove the unused cdrom_close_write release codeGravatar Christoph Hellwig 1-15/+0
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlGravatar Christoph Hellwig 2-2/+2
2023-06-12cdrom: remove the unused bdev argument to cdrom_openGravatar Christoph Hellwig 2-3/+2
2022-06-28block: remove blk_cleanup_diskGravatar Christoph Hellwig 1-1/+1
2022-06-28block: simplify disk shutdownGravatar Christoph Hellwig 1-1/+0
2022-05-15cdrom: remove obsolete TODO listGravatar Phillip Potter 1-9/+0
2022-05-15cdrom: remove the unused driver specific disc change ioctlGravatar Paul Gortmaker 1-8/+0
2022-05-15cdrom: make EXPORT_SYMBOL follow exported functionGravatar Enze Li 1-11/+10
2022-04-06cdrom: remove unused variableGravatar Enze Li 1-2/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-1/+0
2022-03-01scsi: core: Remove <scsi/scsi_request.h>Gravatar Christoph Hellwig 1-1/+0
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 1-1/+0
2022-01-22cdrom: simplify subdirectory registration with register_sysctl()Gravatar Luis Chamberlain 1-22/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTGravatar Christoph Hellwig 1-0/+1
2021-11-01Merge tag 'for-5.16/cdrom-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+57
2021-10-21cdrom: Remove redundant variable and its assignmentGravatar luo penghao 1-2/+2
2021-10-18cdrom/gdrom: add error handling support for add_disk()Gravatar Luis Chamberlain 1-1/+6
2021-09-14drivers/cdrom: improved ioctl for media change detectionGravatar Lukas Prediger 1-4/+55
2021-07-30scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverGravatar Christoph Hellwig 1-63/+8
2021-07-28scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Gravatar Christoph Hellwig 1-7/+0
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Gravatar Christoph Hellwig 1-1/+1
2021-06-11gdrom: use blk_mq_alloc_diskGravatar Christoph Hellwig 1-24/+21
2021-05-13cdrom: gdrom: initialize global variable at init timeGravatar Greg Kroah-Hartman 1-1/+8
2021-05-13cdrom: gdrom: deallocate struct gdrom_unit fields in remove_gdromGravatar Atul Gopinathan 1-1/+2
2021-05-13Revert "gdrom: fix a memory leak bug"Gravatar Greg Kroah-Hartman 1-1/+0
2021-04-11gdrom: fix compilation errorGravatar Chaitanya Kulkarni 1-1/+1
2021-04-06gdrom: support highmemGravatar Christoph Hellwig 1-3/+2
2021-01-24block: remove unnecessary argument from blk_execute_rqGravatar Guoqing Jiang 1-1/+1
2020-12-12cdrom: Reset sector_size back it is not 2048.Gravatar Sebastian Andrzej Siewior 1-5/+7
2020-09-10gdrom: use bdev_check_media_changeGravatar Christoph Hellwig 1-1/+1
2020-07-08cdrom: remove the unused cdrom_media_changed functionGravatar Christoph Hellwig 1-23/+5
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2020-06-10cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoGravatar Christoph Hellwig 1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+1
2020-05-04cdrom: factor out a cdrom_multisession helperGravatar Christoph Hellwig 1-16/+25
2020-05-04cdrom: factor out a cdrom_read_tocentry helperGravatar Christoph Hellwig 1-17/+22
2020-05-04block: add a cdrom_device_info pointer to struct gendiskGravatar Christoph Hellwig 2-2/+5
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-1/+1