summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-atapi.c
Commit message (Expand)AuthorAgeFilesLines
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+1
* ide: ide-atapi: fix compile error with defining macro DEBUGHongxu Jia2017-11-101-3/+3
* block: Change argument type of scsi_req_init()Bart Van Assche2017-06-201-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-4/+5
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-5/+5
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-1/+2
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-10/+11
* ide: don't abuse cmd_typeChristoph Hellwig2017-01-311-6/+12
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-20/+23
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-3/+3
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-051-3/+3
* block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-051-2/+2
* ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-311-0/+1
* block: remove per-queue pluggingJens Axboe2011-03-101-2/+1
* block: fix some more cmd_type cleanup falloutChristoph Hellwig2010-08-071-3/+3
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-7/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2010-04-081-1/+1
|\
| * ide: Must hold queue lock when requeueingHerbert Xu2010-04-011-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-201-51/+87
|\
| * Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz2009-06-131-51/+87
| |\
| | * ide: unify interrupt reason checkingBorislav Petkov2009-05-151-27/+68
| | * ide-atapi: remove pc->bufBorislav Petkov2009-05-151-6/+0
| | * ide-atapi: use local sense bufferBorislav Petkov2009-05-151-1/+3
| | * ide-atapi: add a buffer-arg to ide_queue_pc_tailBorislav Petkov2009-05-151-6/+6
| | * ide-atapi: add a len-parameter to ide_queue_pc_tailBorislav Petkov2009-05-151-6/+6
| | * ide-atapi: switch to rq->resid_lenBorislav Petkov2009-05-151-11/+8
| | * ide-atapi: switch to blk_rq_bytes() on do_request() pathBorislav Petkov2009-05-151-5/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-141-1/+1
|\ \ \ | |/ / |/| |
| * | trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson2009-06-121-1/+1
* | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-121-1/+1
|\ \ \ | |/ / |/| |
| * | ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomicallyBorislav Petkov2009-06-071-1/+1
* | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-6/+15
|\ \ \ | |/ / |/| / | |/
| * block: implement and enforce request peek/start/fetchTejun Heo2009-05-111-1/+1
| * ide: dequeue in-flight requestTejun Heo2009-05-111-2/+12
| * ide: cleanup rq->data_len usagesTejun Heo2009-05-111-2/+2
| * block: add rq->resid_lenTejun Heo2009-05-111-8/+1
| * ide-atapi: kill unused fields and callbacksTejun Heo2009-04-281-13/+4
| * ide-tape: use standard data transfer mechanismTejun Heo2009-04-281-5/+1
| * ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo2009-04-281-6/+10
| * ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-281-21/+31
| * ide-atapi: convert ide-{floppy,tape} to using preallocated sense bufferBorislav Petkov2009-04-281-34/+14
| * ide: add helpers for preparing sense requestsBorislav Petkov2009-04-281-0/+61
| * ide-atapi: don't abuse rq->bufferTejun Heo2009-04-281-2/+2
* | ide-atapi: kill unused fields and callbacksTejun Heo2009-04-191-13/+4
* | ide-tape: use standard data transfer mechanismTejun Heo2009-04-191-5/+1
* | ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_lenTejun Heo2009-04-191-6/+10
* | ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-191-21/+31