aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-tape.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-10/+9
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+8
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-2/+8
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+2
* ide_tape: kill off use of the ->ioctl operationAlan Cox2010-01-121-2/+12
* ide-tape: remove the BKLBorislav Petkov2009-10-291-6/+15
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* ide: convert to ->proc_fopsAlexey Dobriyan2009-09-011-10/+21
* ide-tape: fix handling of postponed rqsBorislav Petkov2009-08-071-22/+11
* ide-tape: convert to ide_debug_log macroBorislav Petkov2009-08-071-53/+49
* ide-tape: fix debug callMark de Wever2009-08-071-1/+1
* ide-tape: Don't leak kernel stack informationMichael Buesch2009-07-211-0/+1
* ide: BUG() on unknown requestsBartlomiej Zolnierkiewicz2009-06-151-9/+1
* ide-tape: fix build issueBorislav Petkov2009-06-151-1/+1
* Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz2009-06-131-91/+83
|\
| * ide-atapi: remove pc->bufBorislav Petkov2009-05-151-5/+2
| * ide-tape: fix READ POSITION cmd handlingBorislav Petkov2009-05-151-53/+49
| * ide-tape/ide_tape_get_bsize_from_bdesc: use local bufferBorislav Petkov2009-05-151-5/+6
| * ide-atapi: use local sense bufferBorislav Petkov2009-05-151-2/+3
| * ide-atapi: add a buffer-arg to ide_queue_pc_tailBorislav Petkov2009-05-151-19/+18
| * ide-atapi: add a len-parameter to ide_queue_pc_tailBorislav Petkov2009-05-151-13/+13
| * ide-atapi: switch to rq->resid_lenBorislav Petkov2009-05-151-7/+5
| * ide-atapi: switch to blk_rq_bytes() on do_request() pathBorislav Petkov2009-05-151-7/+7
| * ide-tape: fix potential fs requests bugBorislav Petkov2009-05-151-1/+1
* | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-121-44/+46
|\ \
| * | ide-tape: fix proc warningBorislav Petkov2009-06-081-22/+13
| * | ide-tape: fix IDE_AFLAG_* atomic accessesBorislav Petkov2009-06-071-17/+26
| * | ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomicallyBorislav Petkov2009-06-071-5/+7
* | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-6/+6
|\ \ \ | |/ / |/| |
| * | block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-191-1/+1
| |/
| * ide: cleanup rq->data_len usagesTejun Heo2009-05-111-1/+1
| * ide: convert to rq pos and nr_sectors accessorsTejun Heo2009-05-111-3/+3
| * block: add rq->resid_lenTejun Heo2009-05-111-2/+2
| * ide-tape: don't initialize rq->sector for rw requestsTejun Heo2009-05-111-1/+0
| * ide-atapi: kill unused fields and callbacksTejun Heo2009-04-281-1/+0
| * ide-tape: simplify read/write functionsTejun Heo2009-04-281-99/+50
| * ide-tape: use byte size instead of sectors on rw issue functionsTejun Heo2009-04-281-25/+20
| * ide-tape: unify r/w init pathsTejun Heo2009-04-281-64/+46
| * ide-tape: kill idetape_bhTejun Heo2009-04-281-221/+84
| * ide-tape: use standard data transfer mechanismTejun Heo2009-04-281-89/+23
| * ide-tape: use single continuous bufferTejun Heo2009-04-281-198/+58
| * ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo2009-04-281-1/+4
| * ide-tape,floppy: fix failed command completion after request senseTejun Heo2009-04-281-0/+1
| * ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-281-0/+3
| * ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov2009-04-281-2/+5
| * ide-atapi: don't abuse rq->bufferTejun Heo2009-04-281-1/+1
| * ide-tape: remove back-to-back REQUEST_SENSE detectionTejun Heo2009-04-281-6/+0
* | ide-tape: fix debug callMark de Wever2009-05-171-1/+1