aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-cd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-11block: add rq->resid_lenTejun Heo1-8/+5
2009-04-30ide-cd: fix REQ_QUIET tests in cdrom_decode_statusBorislav Petkov1-5/+4
2009-04-28ide-cd,atapi: use bio for internal commandsTejun Heo1-14/+14
2009-04-28ide-cd: convert to using generic sense requestBorislav Petkov1-42/+12
2009-04-28ide-cd: don't abuse rq->bufferTejun Heo1-4/+4
2009-04-28ide-cd: clear sense buffer before issuing request senseTejun Heo1-8/+4
2009-04-22ide-cd: fix kernel crash on hppa regressionHelge Deller1-1/+1
2009-04-08ide-cd: reverse NOT_READY sense key logicBorislav Petkov1-4/+4
2009-04-08ide-cd: fix intendation in cdrom_decode_status()Bartlomiej Zolnierkiewicz1-97/+88
2009-04-08ide-cd: unify handling of fs and pc requests in cdrom_decode_status()Bartlomiej Zolnierkiewicz1-45/+24
2009-04-08ide-cd: convert cdrom_decode_status() to use switch statementsBartlomiej Zolnierkiewicz1-25/+32
2009-04-08ide-cd: update debugging supportBorislav Petkov1-4/+4
2009-04-08ide-cd: respect REQ_QUIET for fs requests in cdrom_decode_status()Borislav Petkov1-6/+12
2009-04-08ide-cd: carve out an ide_cd_breathe()-helper for fs write requestsBorislav Petkov1-27/+38
2009-04-08ide-cd: move status checking into the IRQ handlerBorislav Petkov1-22/+16