aboutsummaryrefslogtreecommitdiff
path: root/drivers/cdrom
AgeCommit message (Expand)AuthorFilesLines
2018-08-02cdrom: Use struct scsi_sense_hdr internallyGravatar Kees Cook 1-2/+6
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrGravatar Kees Cook 1-11/+11
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsGravatar Christoph Hellwig 1-1/+1
2018-04-18cdrom: information leak in cdrom_ioctl_media_changed()Gravatar Dan Carpenter 1-1/+1
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Gravatar Maurizio Lombardi 2-3/+3
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-13/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-01block: Rework drivers/cdrom/MakefileGravatar Bart Van Assche 1-13/+2
2017-06-27block: don't set bounce limit in blk_init_queueGravatar Christoph Hellwig 1-0/+1
2017-06-20block: Make most scsi_req_init() calls implicitGravatar Bart Van Assche 1-1/+0
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-4/+5
2017-06-01cdrom: Check SCSI passthrough support before reading audioGravatar Bart Van Assche 1-0/+6
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 1-1/+1
2017-04-20block: remove the blk_execute_rq return valueGravatar Christoph Hellwig 1-1/+2
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 2-30/+33
2017-02-14cdrom: Make device operations read-onlyGravatar Kees Cook 2-32/+30
2017-02-07gdrom: Add missing error codeGravatar Christophe JAILLET 1-2/+6
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 2-15/+16
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-15/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-07-12cdrom: support read sub-channel command in LBA formatGravatar vchannaiah 1-9/+19
2016-01-06cdrom: don't open-code memdup_user()Gravatar Al Viro 1-7/+3
2015-09-25cdrom: Random writing support for BD-RE mediaGravatar Georgios Toptsidis 1-0/+1
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosGravatar Joe Lawrence 1-2/+2
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2014-06-06cdrom: convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-5/+5
2014-06-06block: add blk_rq_set_block_pc()Gravatar Jens Axboe 1-1/+1
2014-05-05cdrom: Remove unnecessary prototype for cdrom_get_disc_infoGravatar Joe Perches 1-35/+36
2014-05-05cdrom: Remove unnecessary prototype for cdrom_mrw_exitGravatar Joe Perches 1-117/+121
2014-05-05cdrom: Remove cdrom_count_tracks prototypeGravatar Joe Perches 1-47/+47
2014-05-05cdrom: Remove cdrom_get_next_writeable prototypeGravatar Joe Perches 1-50/+51
2014-05-05cdrom: Remove cdrom_get_last_written prototypeGravatar Joe Perches 1-96/+97
2014-05-05cdrom: Move mmc_ioctls above cdrom_ioctl to remove unnecessary prototypeGravatar Joe Perches 1-124/+122
2014-05-05cdrom: Remove unnecessary sanitize_format prototypeGravatar Joe Perches 1-2/+0
2014-05-05cdrom: Remove unnecessary check_for_audio_disc prototypeGravatar Joe Perches 1-2/+0
2014-05-05cdrom: Remove prototype for open_for_dataGravatar Joe Perches 1-57/+57
2014-05-05cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macrosGravatar Joe Perches 1-21/+27
2014-05-05cdrom: Remove unused CHECKAUDIO macroGravatar Joe Perches 1-3/+0
2014-05-05cdrom: convert cdinfo to cd_dbgGravatar Joe Perches 1-120/+121
2014-04-16gdrom: missed conversion from req->bufferGravatar Jens Axboe 1-1/+1
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2013-12-03drivers/cdrom/gdrom.c: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-2/+2
2013-12-03vio: remove dangly makefile bitsGravatar Alan 1-1/+0
2013-07-03drivers/cdrom/cdrom.c: use kzalloc() for failing hardwareGravatar Jonathan Salwan 1-1/+1
2013-07-03drivers/cdrom/gdrom.c: fix device number leakGravatar Libo Chen 1-1/+1
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-2/+1
2013-01-03Drivers: misc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-9/+9
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Gravatar Tejun Heo 1-1/+1
2012-03-16powerpc: Remove some of the legacy iSeries specific device driversGravatar Stephen Rothwell 1-739/+0