aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide-cd.c
AgeCommit message (Expand)Author
2013-07-03drivers: avoid format string in dev_set_nameKees Cook
2013-05-07block_device_operations->release() should return voidAl Viro
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2011-11-08ide-{cd,floppy,tape}: Do not include <linux/irq.h>Geert Uytterhoeven
2011-06-11ide-cd: signedness warning fix againConnor Hansen
2011-06-02block: fix mismerge of the DISK_EVENT_MEDIA_CHANGE removalLinus Torvalds
2011-04-21block: don't block events on excl write for non-optical devicesTejun Heo
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe
2011-03-10ide-cd: convert to blk_delay_queue() for a short pauseJens Axboe
2011-03-09ide: Convert to bdops->check_events()Tejun Heo
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-09ide-cd: Do not access completed requests in the irq handlerBorislav Petkov
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann
2010-08-07block: fix some more cmd_type cleanup falloutChristoph Hellwig
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-09-01ide: convert to ->proc_fopsAlexey Dobriyan
2009-08-07drivers/ide/ide-cd.c: Use DIV_ROUND_CLOSESTJulia Lawall
2009-06-26ide-cd: handle fragmented packet commands gracefullyBorislav Petkov
2009-06-24ide-cd: Improve "weird block size" error messageFrans Pop
2009-06-24ide-cd: Don't warn on bogus block size unless it actually matters.David S. Miller
2009-06-20ide-cd: prevent null pointer deref via cdrom_newpc_intrRainer Weikusat
2009-06-15ide: BUG() on unknown requestsBartlomiej Zolnierkiewicz
2009-06-13Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo
2009-05-15ide: unify interrupt reason checkingBorislav Petkov
2009-05-15ide-cd: use whole request_sense buffer in EHBorislav Petkov
2009-05-11ide: dequeue in-flight requestTejun Heo
2009-05-11ide: cleanup rq->data_len usagesTejun Heo
2009-05-11ide: convert to rq pos and nr_sectors accessorsTejun Heo
2009-05-11block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo
2009-05-11block: add rq->resid_lenTejun Heo
2009-04-30ide-cd: fix REQ_QUIET tests in cdrom_decode_statusBorislav Petkov
2009-04-28ide-cd,atapi: use bio for internal commandsTejun Heo
2009-04-28ide-cd: convert to using generic sense requestBorislav Petkov
2009-04-28ide-cd: don't abuse rq->bufferTejun Heo
2009-04-28ide-cd: clear sense buffer before issuing request senseTejun Heo
2009-04-22ide-cd: fix kernel crash on hppa regressionHelge Deller
2009-04-08ide-cd: reverse NOT_READY sense key logicBorislav Petkov
2009-04-08ide-cd: fix intendation in cdrom_decode_status()Bartlomiej Zolnierkiewicz
2009-04-08ide-cd: unify handling of fs and pc requests in cdrom_decode_status()Bartlomiej Zolnierkiewicz
2009-04-08ide-cd: convert cdrom_decode_status() to use switch statementsBartlomiej Zolnierkiewicz
2009-04-08ide-cd: update debugging supportBorislav Petkov
2009-04-08ide-cd: respect REQ_QUIET for fs requests in cdrom_decode_status()Borislav Petkov
2009-04-08ide-cd: carve out an ide_cd_breathe()-helper for fs write requestsBorislav Petkov
2009-04-08ide-cd: move status checking into the IRQ handlerBorislav Petkov