aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-tape.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-18ide_tape: convert jiffies with jiffies_to_msecsNicholas Mc Guire1-2/+2
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
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-10/+9
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-1/+8
2010-08-07block: push down BKL into .locked_ioctlArnd Bergmann1-2/+8
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-1/+2
2010-01-12ide_tape: kill off use of the ->ioctl operationAlan Cox1-2/+12
2009-10-29ide-tape: remove the BKLBorislav Petkov1-6/+15
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-01ide: convert to ->proc_fopsAlexey Dobriyan1-10/+21
2009-08-07ide-tape: fix handling of postponed rqsBorislav Petkov1-22/+11
2009-08-07ide-tape: convert to ide_debug_log macroBorislav Petkov1-53/+49
2009-08-07ide-tape: fix debug callMark de Wever1-1/+1
2009-07-21ide-tape: Don't leak kernel stack informationMichael Buesch1-0/+1
2009-06-15ide: BUG() on unknown requestsBartlomiej Zolnierkiewicz1-9/+1
2009-06-15ide-tape: fix build issueBorislav Petkov1-1/+1
2009-06-13Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz1-91/+83
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-44/+46
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-6/+6
2009-06-08ide-tape: fix proc warningBorislav Petkov1-22/+13
2009-06-07ide-tape: fix IDE_AFLAG_* atomic accessesBorislav Petkov1-17/+26
2009-06-07ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomicallyBorislav Petkov1-5/+7
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo1-1/+1
2009-05-17ide-tape: fix debug callMark de Wever1-1/+1
2009-05-15ide-atapi: remove pc->bufBorislav Petkov1-5/+2
2009-05-15ide-tape: fix READ POSITION cmd handlingBorislav Petkov1-53/+49
2009-05-15ide-tape/ide_tape_get_bsize_from_bdesc: use local bufferBorislav Petkov1-5/+6
2009-05-15ide-atapi: use local sense bufferBorislav Petkov1-2/+3
2009-05-15ide-atapi: add a buffer-arg to ide_queue_pc_tailBorislav Petkov1-19/+18
2009-05-15ide-atapi: add a len-parameter to ide_queue_pc_tailBorislav Petkov1-13/+13
2009-05-15ide-atapi: switch to rq->resid_lenBorislav Petkov1-7/+5
2009-05-15ide-atapi: switch to blk_rq_bytes() on do_request() pathBorislav Petkov1-7/+7
2009-05-15ide-tape: fix potential fs requests bugBorislav Petkov1-1/+1
2009-05-11ide: cleanup rq->data_len usagesTejun Heo1-1/+1
2009-05-11ide: convert to rq pos and nr_sectors accessorsTejun Heo1-3/+3
2009-05-11block: add rq->resid_lenTejun Heo1-2/+2
2009-05-11ide-tape: don't initialize rq->sector for rw requestsTejun Heo1-1/+0
2009-04-28ide-atapi: kill unused fields and callbacksTejun Heo1-1/+0
2009-04-28ide-tape: simplify read/write functionsTejun Heo1-99/+50
2009-04-28ide-tape: use byte size instead of sectors on rw issue functionsTejun Heo1-25/+20
2009-04-28ide-tape: unify r/w init pathsTejun Heo1-64/+46
2009-04-28ide-tape: kill idetape_bhTejun Heo1-221/+84
2009-04-28ide-tape: use standard data transfer mechanismTejun Heo1-89/+23
2009-04-28ide-tape: use single continuous bufferTejun Heo1-198/+58
2009-04-28ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo1-1/+4