summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-tape.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-241-1/+1
* ide: remove ide_{,un}register_regionChristoph Hellwig2020-11-161-2/+0
* compat_ioctl: move HDIO ioctl handling into drivers/ideArnd Bergmann2020-01-031-0/+11
* compat_ioctl: move tape handling into driversArnd Bergmann2019-10-231-6/+21
* ide: don't use req->specialChristoph Hellwig2018-11-101-1/+1
* ide-tape: remove redundant variable buffer_sizeColin Ian King2018-08-131-2/+0
* Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-15/+2
|\
| * ide: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-15/+2
* | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-1/+1
* | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+1
|/
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-1/+0
* block: introduce new block status code typeChristoph Hellwig2017-06-091-1/+1
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-2/+2
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-2/+2
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-3/+2
* ide: don't abuse cmd_typeChristoph Hellwig2017-01-311-2/+4
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-15/+17
* ide-tape: fix misprint in failure handling in idetape_init()Alexey Khoroshilov2016-07-261-3/+3
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-2/+2
* block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-051-1/+1
* block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-051-2/+2
* ide_tape: convert jiffies with jiffies_to_msecsNicholas Mc Guire2015-03-181-2/+2
* drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
* block_device_operations->release() should return voidAl Viro2013-05-071-3/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* ide-{cd,floppy,tape}: Do not include <linux/irq.h>Geert Uytterhoeven2011-11-081-1/+0
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-10/+9
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-1/+8
* block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-2/+8
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+2
* ide_tape: kill off use of the ->ioctl operationAlan Cox2010-01-121-2/+12
* ide-tape: remove the BKLBorislav Petkov2009-10-291-6/+15
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* ide: convert to ->proc_fopsAlexey Dobriyan2009-09-011-10/+21
* ide-tape: fix handling of postponed rqsBorislav Petkov2009-08-071-22/+11
* ide-tape: convert to ide_debug_log macroBorislav Petkov2009-08-071-53/+49
* ide-tape: fix debug callMark de Wever2009-08-071-1/+1
* ide-tape: Don't leak kernel stack informationMichael Buesch2009-07-211-0/+1
* ide: BUG() on unknown requestsBartlomiej Zolnierkiewicz2009-06-151-9/+1
* ide-tape: fix build issueBorislav Petkov2009-06-151-1/+1
* Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz2009-06-131-91/+83
|\
| * ide-atapi: remove pc->bufBorislav Petkov2009-05-151-5/+2
| * ide-tape: fix READ POSITION cmd handlingBorislav Petkov2009-05-151-53/+49
| * ide-tape/ide_tape_get_bsize_from_bdesc: use local bufferBorislav Petkov2009-05-151-5/+6
| * ide-atapi: use local sense bufferBorislav Petkov2009-05-151-2/+3
| * ide-atapi: add a buffer-arg to ide_queue_pc_tailBorislav Petkov2009-05-151-19/+18
| * ide-atapi: add a len-parameter to ide_queue_pc_tailBorislav Petkov2009-05-151-13/+13
| * ide-atapi: switch to rq->resid_lenBorislav Petkov2009-05-151-7/+5