aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/cdrom (follow)
AgeCommit message (Expand)AuthorFilesLines
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