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