aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-tape.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03compat_ioctl: move HDIO ioctl handling into drivers/ideArnd Bergmann1-0/+11
2019-10-23compat_ioctl: move tape handling into driversArnd Bergmann1-6/+21
2018-11-10ide: don't use req->specialChristoph Hellwig1-1/+1
2018-08-13ide-tape: remove redundant variable buffer_sizeColin Ian King1-2/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+2
2018-05-16ide: replace ->proc_fops with ->proc_showChristoph Hellwig1-15/+2
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-2/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-2/+2
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-3/+2
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig1-2/+4
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-15/+17
2016-07-26ide-tape: fix misprint in failure handling in idetape_init()Alexey Khoroshilov1-3/+3
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-2/+2
2015-05-05block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig1-1/+1
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig1-2/+2
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