aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-cd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig1-5/+5
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-10/+10
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-88/+102
2017-02-14cdrom: Make device operations read-onlyKees Cook1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-31/+45
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig1-10/+15
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-48/+43
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-23/+23
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-05-05block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig1-4/+4
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig1-1/+1
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-05-07block_device_operations->release() should return voidAl Viro1-3/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2011-11-08ide-{cd,floppy,tape}: Do not include <linux/irq.h>Geert Uytterhoeven1-1/+0
2011-06-11ide-cd: signedness warning fix againConnor Hansen1-1/+2
2011-06-02block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds1-1/+0
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo1-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-11/+2
2011-03-10ide-cd: convert to blk_delay_queue() for a short pauseJens Axboe1-11/+2
2011-03-09ide: Convert to bdops->check_events()Tejun Heo1-4/+6
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+7
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-37/+61
2010-08-09ide-cd: Do not access completed requests in the irq handlerBorislav Petkov1-3/+11
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-5/+9
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-2/+16
2010-08-07block: fix some more cmd_type cleanup falloutChristoph Hellwig1-2/+2
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-30/+36
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-01ide: convert to ->proc_fopsAlexey Dobriyan1-8/+20
2009-08-07drivers/ide/ide-cd.c: Use DIV_ROUND_CLOSESTJulia Lawall1-2/+2
2009-06-26ide-cd: handle fragmented packet commands gracefullyBorislav Petkov1-2/+12
2009-06-24ide-cd: Improve "weird block size" error messageFrans Pop1-3/+2
2009-06-24ide-cd: Don't warn on bogus block size unless it actually matters.David S. Miller1-1/+4
2009-06-20ide-cd: prevent null pointer deref via cdrom_newpc_intrRainer Weikusat1-1/+1
2009-06-15ide: BUG() on unknown requestsBartlomiej Zolnierkiewicz1-6/+2
2009-06-13Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz1-57/+11
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-6/+6
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-5/+4
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo1-2/+2
2009-05-15ide: unify interrupt reason checkingBorislav Petkov1-46/+1
2009-05-15ide-cd: use whole request_sense buffer in EHBorislav Petkov1-11/+10
2009-05-11ide: dequeue in-flight requestTejun Heo1-8/+0
2009-05-11ide: cleanup rq->data_len usagesTejun Heo1-18/+7
2009-05-11ide: convert to rq pos and nr_sectors accessorsTejun Heo1-4/+4
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo1-4/+4