summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-tape.c
Commit message (Expand)AuthorAge
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-20
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-20
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-27
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* ide: don't abuse cmd_typeChristoph Hellwig2017-01-31
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-27
* ide-tape: fix misprint in failure handling in idetape_init()Alexey Khoroshilov2016-07-26
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-06
* block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-05
* block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-05
* ide_tape: convert jiffies with jiffies_to_msecsNicholas Mc Guire2015-03-18
* drivers: avoid format string in dev_set_nameKees Cook2013-07-03
* block_device_operations->release() should return voidAl Viro2013-05-07
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* ide-{cd,floppy,tape}: Do not include <linux/irq.h>Geert Uytterhoeven2011-11-08
* 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