summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-cd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ide: convert to ->proc_fopsAlexey Dobriyan2009-09-011-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/+2
* 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/+2
* Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz2009-06-131-57/+11
|\
| * ide: unify interrupt reason checkingBorislav Petkov2009-05-151-46/+1
| * ide-cd: use whole request_sense buffer in EHBorislav Petkov2009-05-151-11/+10
* | 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/+4
|\ \
| * | ide-cd: fix REQ_QUIET tests in cdrom_decode_statusBorislav Petkov2009-04-301-5/+4
* | | block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-191-2/+2
| |/ |/|
* | ide: dequeue in-flight requestTejun Heo2009-05-111-8/+0
* | ide: cleanup rq->data_len usagesTejun Heo2009-05-111-18/+7
* | ide: convert to rq pos and nr_sectors accessorsTejun Heo2009-05-111-4/+4
* | block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-111-4/+4
* | block: add rq->resid_lenTejun Heo2009-05-111-8/+5
* | ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-281-14/+14
* | ide-cd: convert to using generic sense requestBorislav Petkov2009-04-281-42/+12
* | ide-cd: don't abuse rq->bufferTejun Heo2009-04-281-4/+4
* | ide-cd: clear sense buffer before issuing request senseTejun Heo2009-04-281-8/+4
|/
* ide-cd: fix kernel crash on hppa regressionHelge Deller2009-04-221-1/+1
* ide-cd: reverse NOT_READY sense key logicBorislav Petkov2009-04-081-4/+4
* ide-cd: fix intendation in cdrom_decode_status()Bartlomiej Zolnierkiewicz2009-04-081-97/+88
* ide-cd: unify handling of fs and pc requests in cdrom_decode_status()Bartlomiej Zolnierkiewicz2009-04-081-45/+24
* ide-cd: convert cdrom_decode_status() to use switch statementsBartlomiej Zolnierkiewicz2009-04-081-25/+32
* ide-cd: update debugging supportBorislav Petkov2009-04-081-4/+4
* ide-cd: respect REQ_QUIET for fs requests in cdrom_decode_status()Borislav Petkov2009-04-081-6/+12
* ide-cd: carve out an ide_cd_breathe()-helper for fs write requestsBorislav Petkov2009-04-081-27/+38
* ide-cd: move status checking into the IRQ handlerBorislav Petkov2009-04-081-22/+16