aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide-tape.c
AgeCommit message (Expand)Author
2018-11-10ide: don't use req->specialChristoph Hellwig
2018-08-13ide-tape: remove redundant variable buffer_sizeColin Ian King
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-16ide: replace ->proc_fops with ->proc_showChristoph Hellwig
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-07-26ide-tape: fix misprint in failure handling in idetape_init()Alexey Khoroshilov
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-05-05block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig
2015-03-18ide_tape: convert jiffies with jiffies_to_msecsNicholas Mc Guire
2013-07-03drivers: avoid format string in dev_set_nameKees Cook
2013-05-07block_device_operations->release() should return voidAl Viro
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2011-11-08ide-{cd,floppy,tape}: Do not include <linux/irq.h>Geert Uytterhoeven
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