aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cdrom
AgeCommit message (Expand)AuthorFilesLines
2024-03-07cdrom: gdrom: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-19gdrom: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-6/+8
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2023-10-02cdrom: Remove now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-06-29cdrom/gdrom: Fix build errorGuenter Roeck1-2/+2
2023-06-22cdrom: Fix spectre-v1 gadgetJordy Zomer1-0/+4
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2-5/+5
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig1-1/+1
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig2-2/+2
2023-06-12cdrom: track if a cdrom_device_info was opened for dataChristoph Hellwig1-7/+5
2023-06-12cdrom: remove the unused cdrom_close_write release codeChristoph Hellwig1-15/+0
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig2-2/+2
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig2-3/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-1/+1
2022-06-28block: simplify disk shutdownChristoph Hellwig1-1/+0
2022-05-15cdrom: remove obsolete TODO listPhillip Potter1-9/+0
2022-05-15cdrom: remove the unused driver specific disc change ioctlPaul Gortmaker1-8/+0
2022-05-15cdrom: make EXPORT_SYMBOL follow exported functionEnze Li1-11/+10
2022-04-06cdrom: remove unused variableEnze Li1-2/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-03-01scsi: core: Remove <scsi/scsi_request.h>Christoph Hellwig1-1/+0
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2022-01-22cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-22/+1
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-0/+1
2021-11-01Merge tag 'for-5.16/cdrom-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+57
2021-10-21cdrom: Remove redundant variable and its assignmentluo penghao1-2/+2
2021-10-18cdrom/gdrom: add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-09-14drivers/cdrom: improved ioctl for media change detectionLukas Prediger1-4/+55
2021-07-30scsi: sr: cdrom: Move cdrom_read_cdda_bpc() into the sr driverChristoph Hellwig1-63/+8
2021-07-28scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig1-7/+0
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-06-11gdrom: use blk_mq_alloc_diskChristoph Hellwig1-24/+21
2021-05-13cdrom: gdrom: initialize global variable at init timeGreg Kroah-Hartman1-1/+8
2021-05-13cdrom: gdrom: deallocate struct gdrom_unit fields in remove_gdromAtul Gopinathan1-1/+2
2021-05-13Revert "gdrom: fix a memory leak bug"Greg Kroah-Hartman1-1/+0
2021-04-11gdrom: fix compilation errorChaitanya Kulkarni1-1/+1
2021-04-06gdrom: support highmemChristoph Hellwig1-3/+2
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-1/+1
2020-12-12cdrom: Reset sector_size back it is not 2048.Sebastian Andrzej Siewior1-5/+7
2020-09-10gdrom: use bdev_check_media_changeChristoph Hellwig1-1/+1
2020-07-08cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig1-23/+5
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2020-06-10cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-05-04cdrom: factor out a cdrom_multisession helperChristoph Hellwig1-16/+25
2020-05-04cdrom: factor out a cdrom_read_tocentry helperChristoph Hellwig1-17/+22
2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig2-2/+5
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson1-1/+1
2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann1-0/+3
2020-01-03compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann1-3/+4
2020-01-03compat_ioctl: move CDROMREADADIO to cdrom.cArnd Bergmann1-3/+25
2019-11-26cdrom: respect device capabilities during opening actionDiego Elio Pettenò1-1/+11
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2019-10-18gdrom: Use pr_warn instead of pr_warningKefeng Wang1-2/+2
2019-06-14docs: cdrom: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-14docs: cdrom-standard.tex: convert from LaTeX to ReSTMauro Carvalho Chehab1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-15/+1
2019-04-12Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"Martin Wilck1-0/+1
2019-02-08cdrom: Fix race condition in cdrom_sysctl_registerGuenter Roeck1-4/+3
2018-12-29gdrom: fix a memory leak bugWenwen Wang1-0/+1
2018-10-25gdrom: fix mistake in assignment of errorJens Axboe1-1/+1
2018-10-25cdrom: remove set but not used variable 'tocuse'zhong jiang1-3/+3
2018-10-16gdrom: convert to blk-mqJens Axboe1-95/+79
2018-10-14cdrom: don't attempt to fiddle with cdo->capabilityJens Axboe1-14/+13
2018-10-03cdrom: fix improper type cast, which can leat to information leak.Young_X1-1/+1
2018-08-29cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer1-1/+1
2018-08-02cdrom: Use struct scsi_sense_hdr internallyKees Cook1-2/+6
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook1-11/+11
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-04-18cdrom: information leak in cdrom_ioctl_media_changed()Dan Carpenter1-1/+1
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2-3/+3
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01block: Rework drivers/cdrom/MakefileBart Van Assche1-13/+2
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig1-0/+1
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig1-4/+5
2017-06-01cdrom: Check SCSI passthrough support before reading audioBart Van Assche1-0/+6
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-1/+1
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+2
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2-30/+33
2017-02-14cdrom: Make device operations read-onlyKees Cook2-32/+30
2017-02-07gdrom: Add missing error codeChristophe JAILLET1-2/+6
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2-15/+16
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-15/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-12cdrom: support read sub-channel command in LBA formatvchannaiah1-9/+19
2016-01-06cdrom: don't open-code memdup_user()Al Viro1-7/+3
2015-09-25cdrom: Random writing support for BD-RE mediaGeorgios Toptsidis1-0/+1
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-2/+2
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-06-06cdrom: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-5/+5
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+1
2014-05-05cdrom: Remove unnecessary prototype for cdrom_get_disc_infoJoe Perches1-35/+36
2014-05-05cdrom: Remove unnecessary prototype for cdrom_mrw_exitJoe Perches1-117/+121
2014-05-05cdrom: Remove cdrom_count_tracks prototypeJoe Perches1-47/+47
2014-05-05cdrom: Remove cdrom_get_next_writeable prototypeJoe Perches1-50/+51
2014-05-05cdrom: Remove cdrom_get_last_written prototypeJoe Perches1-96/+97
2014-05-05cdrom: Move mmc_ioctls above cdrom_ioctl to remove unnecessary prototypeJoe Perches1-124/+122
2014-05-05cdrom: Remove unnecessary sanitize_format prototypeJoe Perches1-2/+0
2014-05-05cdrom: Remove unnecessary check_for_audio_disc prototypeJoe Perches1-2/+0
2014-05-05cdrom: Remove prototype for open_for_dataJoe Perches1-57/+57
2014-05-05cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macrosJoe Perches1-21/+27
2014-05-05cdrom: Remove unused CHECKAUDIO macroJoe Perches1-3/+0
2014-05-05cdrom: convert cdinfo to cd_dbgJoe Perches1-120/+121
2014-04-16gdrom: missed conversion from req->bufferJens Axboe1-1/+1
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2013-12-03drivers/cdrom/gdrom.c: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2013-12-03vio: remove dangly makefile bitsAlan1-1/+0
2013-07-03drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareJonathan Salwan1-1/+1
2013-07-03drivers/cdrom/gdrom.c: fix device number leakLibo Chen1-1/+1
2013-05-07block_device_operations->release() should return voidAl Viro1-2/+1
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-9/+9
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-03-16powerpc: Remove some of the legacy iSeries specific device driversStephen Rothwell1-739/+0
2012-02-08cdrom: move shared static to cdrom_device_infoPaolo Bonzini1-7/+5
2012-02-06cdrom: use copy_to_user() without the underscoresDan Carpenter1-7/+1
2012-01-14block: add and use scsi_blk_cmd_ioctlPaolo Bonzini1-2/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-6/+6
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-08-02drivers/cdrom/cdrom.c: relax check on dvd manufacturer valueAndrew Morton1-1/+7
2011-06-02block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds1-1/+0
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe1-1/+0
2011-04-29cdrom: always check_disk_change() on openTejun Heo1-3/+3
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2-2/+0
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo1-1/+2
2011-04-21cdrom: always check_disk_change() on openTejun Heo1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-09gdrom,viocd: Convert to bdops->check_events()Tejun Heo2-13/+20
2011-02-09cdrom: support devices that have check_events but not media_changedSimon Arlott1-1/+2
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+53
2010-12-24gdrom: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-16cdrom: export cdrom_check_events()Jens Axboe1-0/+1
2010-12-16cdrom: add ->check_events() supportTejun Heo1-3/+52
2010-10-27cdrom: gdrom: ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt1-38/+38
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann2-14/+16
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann2-2/+16
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann2-4/+18
2010-08-07drivers/cdrom: use pr_<level>Joe Perches3-83/+73
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig2-2/+2
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2-3/+2
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-5/+5
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-6/+6
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman1-5/+3
2009-10-13cdrom: gdrom: Kill off PHYSADDR use.Paul Mundt1-5/+5
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-4/+4
2009-09-22const: make block_device_operations constAlexey Dobriyan2-2/+2
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-2/+2
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen2-3/+3
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-1/+1
2009-05-20cdrom: beyond ARRAY_SIZE of viocd_diskinfoRoel Kluin1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo2-6/+2
2009-05-11gdrom: dequeue in-flight requestTejun Heo1-15/+13
2009-05-11block: convert to dequeueing model (easy ones)Tejun Heo1-0/+2
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo2-4/+4
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-3/+3
2009-04-28block: implement and use [__]blk_end_request_all()Tejun Heo2-22/+5
2008-12-29cdrom: reduce stack usage of mmc_ioctl_dvd_read_structMarcin Slusarz1-62/+77
2008-12-29cdrom: split mmc_ioctl to lower stack usageMarcin Slusarz1-241/+329
2008-12-12Commands needing to be retried require a complete re-initialization.Alan D. Brunelle1-6/+10
2008-10-28gdrom: Fix compile errorNobuhiro Iwamatsu1-2/+3
2008-10-21[PATCH] switch viocdAl Viro1-13/+12
2008-10-21[PATCH] switch gdromAl Viro1-10/+9
2008-10-21[PATCH] beginning of methods conversionAl Viro2-6/+6
2008-10-21[PATCH] switch cdrom_{open,release,ioctl} to sane APIsAl Viro3-18/+20
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro1-1/+1
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsAl Viro1-2/+2
2008-10-09gdrom: change to use __blk_end_request()Kiyoshi Ueda1-2/+2
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori1-1/+1
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori1-1/+1
2008-08-18cdrom: handle TOCAlexander Inyukhin1-7/+0
2008-08-18gdrom: add dummy audio_ioctl handlerBorislav Petkov1-0/+7
2008-08-18viocd: add dummy audio ioctl handlerBorislav Petkov1-0/+7
2008-08-05cdrom: don't check CDC_PLAY_AUDIO in cdrom_count_tracks()Tejun Heo1-4/+0
2008-07-29sh: More header path fixups for mach dir refactoring.Paul Mundt1-2/+2
2008-07-04cdrom: revert commit 22a9189 (cdrom: use kmalloced buffers instead of buffers...FUJITA Tomonori1-181/+93
2008-05-23[POWERPC] iSeries: Remove unused mail addressStephen Rothwell1-1/+1
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-7/+3
2008-04-29block: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori1-1/+0
2008-04-21cdrom: use kmalloced buffers instead of buffers on stackThomas Bogendoerfer1-93/+181
2008-04-21cdrom: make unregister_cdrom() return voidAkinobu Mita3-7/+5
2008-04-21cdrom: use list_head for cdrom_device_info listAkinobu Mita1-23/+6
2008-04-21cdrom: protect cdrom_device_info list by mutexAkinobu Mita1-0/+2
2008-04-21cdrom: cleanup hardcoded error-codeAkinobu Mita1-1/+1
2008-04-21cdrom: remove ifdef CONFIG_SYSCTLAkinobu Mita1-8/+12
2008-03-04make cdrom.c:check_for_audio_disc() staticAdrian Bunk1-2/+2
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-1/+1
2008-02-06drivers/cdrom/cdrom.c: simplify logic in cdrom_release()Borislav Petkov1-8/+9
2008-02-06[POWERPC] iSeries: Fix section mismatch in viocdStephen Rothwell1-1/+1
2008-02-01ide-cd: move lba_to_msf() and msf_to_lba() to <linux/cdrom.h>Bartlomiej Zolnierkiewicz1-6/+0
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-0/+868
2008-01-28blk_end_request: changing viocd (take 4)Kiyoshi Ueda1-9/+6
2008-01-28cdrom: Add support for Sega Dreamcast GD-ROM.Adrian McMenamin2-0/+868