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