summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-cd.c
Commit message (Expand)AuthorAge
* block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-17
* cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-03-09
* ide: Make ide_cdrom_prep_fs() initialize the sense buffer pointerBart Van Assche2017-11-14
* drivers/ide-cd: Handle missing driver data during status check gracefullyBorislav Petkov2017-11-07
* ide:ide-cd: fix kernel panic resulting from missing scsi_req_initHongxu Jia2017-11-01
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-20
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-20
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-20
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-17
|\
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
| * ide: don't abuse cmd_typeChristoph Hellwig2017-01-31
| * block: split scsi_request out of struct requestChristoph Hellwig2017-01-27
* | cdrom: Make device operations read-onlyKees Cook2017-02-14
|/
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-28
* block: convert to device_add_disk()Dan Williams2016-06-27
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-06
* block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-05
* block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-05
* drivers: avoid format string in dev_set_nameKees Cook2013-07-03
* block_device_operations->release() should return voidAl Viro2013-05-07
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* ide-{cd,floppy,tape}: Do not include <linux/irq.h>Geert Uytterhoeven2011-11-08
* ide-cd: signedness warning fix againConnor Hansen2011-06-11
* block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds2011-06-02
* block: don't block events on excl write for non-optical devicesTejun Heo2011-04-21
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
|\
| * ide-cd: convert to blk_delay_queue() for a short pauseJens Axboe2011-03-10
* | ide: Convert to bdops->check_events()Tejun Heo2011-03-09
|/
* block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
* Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-10
|\
| * block: push down BKL into .open and .releaseArnd Bergmann2010-08-07
| * block: push down BKL into .locked_ioctlArnd Bergmann2010-08-07
| * block: fix some more cmd_type cleanup falloutChristoph Hellwig2010-08-07
| * block: remove wrappers for request type/flagsChristoph Hellwig2010-08-07
* | ide-cd: Do not access completed requests in the irq handlerBorislav Petkov2010-08-09
|/
* const: make block_device_operations constAlexey Dobriyan2009-09-22
* ide: convert to ->proc_fopsAlexey Dobriyan2009-09-01
* drivers/ide/ide-cd.c: Use DIV_ROUND_CLOSESTJulia Lawall2009-08-07
* ide-cd: handle fragmented packet commands gracefullyBorislav Petkov2009-06-26
* ide-cd: Improve "weird block size" error messageFrans Pop2009-06-24
* ide-cd: Don't warn on bogus block size unless it actually matters.David S. Miller2009-06-24
* ide-cd: prevent null pointer deref via cdrom_newpc_intrRainer Weikusat2009-06-20
* ide: BUG() on unknown requestsBartlomiej Zolnierkiewicz2009-06-15
* Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz2009-06-13
|\
| * ide: unify interrupt reason checkingBorislav Petkov2009-05-15
| * ide-cd: use whole request_sense buffer in EHBorislav Petkov2009-05-15
* | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-22
* | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-22
|\ \