aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide-tape.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-03compat_ioctl: move HDIO ioctl handling into drivers/ideGravatar Arnd Bergmann 1-0/+11
2019-10-23compat_ioctl: move tape handling into driversGravatar Arnd Bergmann 1-6/+21
2018-11-10ide: don't use req->specialGravatar Christoph Hellwig 1-1/+1
2018-08-13ide-tape: remove redundant variable buffer_sizeGravatar Colin Ian King 1-2/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-15/+2
2018-05-16ide: replace ->proc_fops with ->proc_showGravatar Christoph Hellwig 1-15/+2
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMGravatar Christoph Hellwig 1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsGravatar Christoph Hellwig 1-1/+1
2017-06-20block: Make most scsi_req_init() calls implicitGravatar Bart Van Assche 1-1/+0
2017-06-09block: introduce new block status code typeGravatar Christoph Hellwig 1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 1-2/+2
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-2/+2
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-3/+2
2017-01-31ide: don't abuse cmd_typeGravatar Christoph Hellwig 1-2/+4
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-15/+17
2016-07-26ide-tape: fix misprint in failure handling in idetape_init()Gravatar Alexey Khoroshilov 1-3/+3
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 1-2/+2
2015-05-05block: move REQ_TYPE_SENSE to the ide driverGravatar Christoph Hellwig 1-1/+1
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVGravatar Christoph Hellwig 1-2/+2
2015-03-18ide_tape: convert jiffies with jiffies_to_msecsGravatar Nicholas Mc Guire 1-2/+2
2013-07-03drivers: avoid format string in dev_set_nameGravatar Kees Cook 1-1/+1
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-3/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-1/+1
2011-11-08ide-{cd,floppy,tape}: Do not include <linux/irq.h>Gravatar Geert Uytterhoeven 1-1/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-05block: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-10/+9
2010-08-07block: push down BKL into .open and .releaseGravatar Arnd Bergmann 1-1/+8
2010-08-07block: push down BKL into .locked_ioctlGravatar Arnd Bergmann 1-2/+8
2010-08-07block: remove wrappers for request type/flagsGravatar Christoph Hellwig 1-1/+2
2010-01-12ide_tape: kill off use of the ->ioctl operationGravatar Alan Cox 1-2/+12
2009-10-29ide-tape: remove the BKLGravatar Borislav Petkov 1-6/+15
2009-09-22const: make block_device_operations constGravatar Alexey Dobriyan 1-1/+1
2009-09-01ide: convert to ->proc_fopsGravatar Alexey Dobriyan 1-10/+21
2009-08-07ide-tape: fix handling of postponed rqsGravatar Borislav Petkov 1-22/+11
2009-08-07ide-tape: convert to ide_debug_log macroGravatar Borislav Petkov 1-53/+49
2009-08-07ide-tape: fix debug callGravatar Mark de Wever 1-1/+1
2009-07-21ide-tape: Don't leak kernel stack informationGravatar Michael Buesch 1-0/+1
2009-06-15ide: BUG() on unknown requestsGravatar Bartlomiej Zolnierkiewicz 1-9/+1
2009-06-15ide-tape: fix build issueGravatar Borislav Petkov 1-1/+1
2009-06-13Merge branch 'bp-remove-pc-buf' into for-nextGravatar Bartlomiej Zolnierkiewicz 1-91/+83
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Linus Torvalds 1-44/+46
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-6/+6
2009-06-08ide-tape: fix proc warningGravatar Borislav Petkov 1-22/+13
2009-06-07ide-tape: fix IDE_AFLAG_* atomic accessesGravatar Borislav Petkov 1-17/+26
2009-06-07ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomicallyGravatar Borislav Petkov 1-5/+7
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueGravatar Tejun Heo 1-1/+1
2009-05-17ide-tape: fix debug callGravatar Mark de Wever 1-1/+1
2009-05-15ide-atapi: remove pc->bufGravatar Borislav Petkov 1-5/+2
2009-05-15ide-tape: fix READ POSITION cmd handlingGravatar Borislav Petkov 1-53/+49