summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-io.c
Commit message (Expand)AuthorAge
* ide: Convert timers to use timer_setup()Kees Cook2017-11-06
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* ide: don't call memcpy with the same source and destinationMikulas Patocka2017-05-08
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-20
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* ide: don't abuse cmd_typeChristoph Hellwig2017-01-31
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-27
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-28
* block: move PM request support to IDEChristoph Hellwig2015-05-05
* block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-05
* ide: always ensure that blk_delay_queue() is called if we have pending IOJens Axboe2011-04-05
* ide: ide_requeue_and_plug() reinstate "always plug" behaviourJens Axboe2011-04-05
* ide: ensure that we re-run the queue handlerJens Axboe2011-03-26
* block: remove per-queue pluggingJens Axboe2011-03-10
* ide: remove unnecessary blk_queue_flushing() test in do_ide_request()Tejun Heo2010-09-10
* block: fix some more cmd_type cleanup falloutChristoph Hellwig2010-08-07
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-07
* ide: Requeue request after DMA timeoutHerbert Xu2010-04-01
* Revert "ide: improve handling of Power Management requests"David S. Miller2009-07-06
* ide: always kill the whole request on errorBartlomiej Zolnierkiewicz2009-06-25
* ide: fix ide_kill_rq() for special ide-{floppy,tape} driver requestsBartlomiej Zolnierkiewicz2009-06-25
* ide: improve handling of Power Management requestsBartlomiej Zolnierkiewicz2009-06-24
* ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov2009-06-15
* ide: move IRQ clearing from ack_intr() method to clear_irq() method (take 2)Sergei Shtylyov2009-06-15
* ide: call clear_irq() method in ide_timer_expiry()Sergei Shtylyov2009-06-15
* Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-12
|\
| * ide: add IDE_DFLAG_NIEN_QUIRK device flagBartlomiej Zolnierkiewicz2009-06-07
| * Merge branch 'for-linus' into for-nextBartlomiej Zolnierkiewicz2009-05-22
| |\
| * | ide: replace special_t typedef by IDE_SFLAG_* flagsBartlomiej Zolnierkiewicz2009-05-17
| * | ide: merge ide_disk_special() into do_special() (v2)Bartlomiej Zolnierkiewicz2009-05-17
| * | ide: BUG() on unknown flags in ide_disk_special()Bartlomiej Zolnierkiewicz2009-05-17
| * | ide: drop rq->data handling from ide_map_sg()Tejun Heo2009-04-19
| * | ide-pm: don't abuse rq->dataTejun Heo2009-04-19
| * | ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-19
| * | ide-taskfile: don't abuse rq->bufferTejun Heo2009-04-19
* | | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-22
|\ \ \ | | |/ | |/|
| * | ide: fix OOPS during ide-cd error recoveryBartlomiej Zolnierkiewicz2009-05-22
| |/
* | block: implement and enforce request peek/start/fetchTejun Heo2009-05-11
* | ide: dequeue in-flight requestTejun Heo2009-05-11
* | ide: cleanup rq->data_len usagesTejun Heo2009-05-11
* | ide: convert to rq pos and nr_sectors accessorsTejun Heo2009-05-11
* | block: implement blk_rq_pos/[cur_]sectors() and convert obvious onesTejun Heo2009-05-11
* | ide: drop rq->data handling from ide_map_sg()Tejun Heo2009-04-28
* | ide-pm: don't abuse rq->dataTejun Heo2009-04-28
* | ide-cd,atapi: use bio for internal commandsTejun Heo2009-04-28
* | ide-taskfile: don't abuse rq->bufferTejun Heo2009-04-28
|/
* ide: fix barriers supportBartlomiej Zolnierkiewicz2009-04-18
* ide: refactor tf_read() methodSergei Shtylyov2009-04-08
* ide: simplify 'struct ide_taskfile'Sergei Shtylyov2009-04-08