summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-cd.c
Commit message (Expand)AuthorAgeFilesLines
* docs: cdrom: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd"Martin Wilck2019-04-121-0/+1
* ide: don't use req->specialChristoph Hellwig2018-11-101-2/+2
* ide: cleanup ->prep_rq calling conventionChristoph Hellwig2018-11-091-11/+11
* ide: convert to blk-mqJens Axboe2018-11-071-81/+94
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* ide-cd: Remove redundant sense bufferKees Cook2018-08-021-8/+9
* block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook2018-08-021-5/+6
* ide-cd: Drop unused sense buffersKees Cook2018-08-021-21/+15
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-14/+1
|\
| * ide: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
* | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+1
|/
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-171-4/+4
* cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-03-091-0/+2
* ide: Make ide_cdrom_prep_fs() initialize the sense buffer pointerBart Van Assche2017-11-141-2/+1
* drivers/ide-cd: Handle missing driver data during status check gracefullyBorislav Petkov2017-11-071-1/+6
* ide:ide-cd: fix kernel panic resulting from missing scsi_req_initHongxu Jia2017-11-011-0/+1
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-1/+0
* block: introduce new block status code typeChristoph Hellwig2017-06-091-5/+5
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-10/+10
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-88/+102
|\
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-31/+45
| * ide: don't abuse cmd_typeChristoph Hellwig2017-01-311-10/+15
| * block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-48/+43
* | cdrom: Make device operations read-onlyKees Cook2017-02-141-1/+1
|/
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-23/+23
* block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-051-4/+4
* block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-051-1/+1
* drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
* block_device_operations->release() should return voidAl Viro2013-05-071-3/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* ide-{cd,floppy,tape}: Do not include <linux/irq.h>Geert Uytterhoeven2011-11-081-1/+0
* ide-cd: signedness warning fix againConnor Hansen2011-06-111-1/+2
* block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds2011-06-021-1/+0
* block: don't block events on excl write for non-optical devicesTejun Heo2011-04-211-1/+1
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-11/+2
|\
| * ide-cd: convert to blk_delay_queue() for a short pauseJens Axboe2011-03-101-11/+2
* | ide: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+6
|/
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-7/+7
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-37/+61
|\
| * block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-5/+9
| * block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-2/+16
| * block: fix some more cmd_type cleanup falloutChristoph Hellwig2010-08-071-2/+2
| * block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-30/+36
* | ide-cd: Do not access completed requests in the irq handlerBorislav Petkov2010-08-091-3/+11
|/
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1