summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-cd.c
Commit message (Expand)AuthorAgeFilesLines
* ide: Make ide_cdrom_prep_fs() initialize the sense buffer pointerBart Van Assche2017-11-151-2/+1Star
* 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-211-1/+0Star
* 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/+43Star
* | 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/+1Star
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-071-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-041-1/+1
* block_device_operations->release() should return voidAl Viro2013-05-071-3/+1Star
* 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/+0Star
* ide-cd: signedness warning fix againConnor Hansen2011-06-121-1/+2
* block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds2011-06-011-1/+0Star
* 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/+2Star
|\
| * ide-cd: convert to blk_delay_queue() for a short pauseJens Axboe2011-03-101-11/+2Star
* | 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-111-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
* ide: convert to ->proc_fopsAlexey Dobriyan2009-09-021-8/+20
* drivers/ide/ide-cd.c: Use DIV_ROUND_CLOSESTJulia Lawall2009-08-071-2/+2
* ide-cd: handle fragmented packet commands gracefullyBorislav Petkov2009-06-261-2/+12
* ide-cd: Improve "weird block size" error messageFrans Pop2009-06-241-3/+2Star
* ide-cd: Don't warn on bogus block size unless it actually matters.David S. Miller2009-06-241-1/+4
* ide-cd: prevent null pointer deref via cdrom_newpc_intrRainer Weikusat2009-06-201-1/+1
* ide: BUG() on unknown requestsBartlomiej Zolnierkiewicz2009-06-151-6/+2Star
* Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz2009-06-131-57/+11Star
|\
| * ide: unify interrupt reason checkingBorislav Petkov2009-05-151-46/+1Star
| * ide-cd: use whole request_sense buffer in EHBorislav Petkov2009-05-151-11/+10Star
* | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-6/+6
* | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-5/+4Star
|\ \
| * | ide-cd: fix REQ_QUIET tests in cdrom_decode_statusBorislav Petkov2009-04-301-5/+4Star
* | | block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-191-2/+2
| |/ |/|