aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-io.c
Commit message (Expand)AuthorAgeFilesLines
* ide: add missing checks for control register existenceBartlomiej Zolnierkiewicz2007-12-121-1/+2
* ide: use drive->select.all for REQ_TYPE_ATA_TASK in execute_drive_cmd()Bartlomiej Zolnierkiewicz2007-11-131-5/+1
* ide: clear HOB bit for REQ_TYPE_ATA_TASK requests in ide_end_drive_cmd()Bartlomiej Zolnierkiewicz2007-11-051-0/+2
* ide: check rq->cmd_type in drive_cmd_intr()Bartlomiej Zolnierkiewicz2007-11-051-1/+2
* ide: use __ide_end_request() in ide_end_dequeued_request()Bartlomiej Zolnierkiewicz2007-10-201-34/+10
* ide: take ide_lock for prefetch disable/enable in do_special()Bartlomiej Zolnierkiewicz2007-10-201-1/+14
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* ide: add IDE_HFLAG_ERROR_STOPS_FIFO host flagBartlomiej Zolnierkiewicz2007-10-191-1/+2
* ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz2007-10-161-2/+2
* IDE: sg chaining supportJens Axboe2007-10-161-1/+2
* remove ide_get_error_location()Adrian Bunk2007-10-161-35/+0
* ide-pmac: remove pmac_ide_do_setfeature() (take 2)Bartlomiej Zolnierkiewicz2007-10-131-1/+9
* ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz2007-10-111-4/+35
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-1/+1
* ide: ide_start_power_step() fix WRT disabling DMABartlomiej Zolnierkiewicz2007-07-201-2/+3
* IDE: fix termination of non-fs requestsJens Axboe2007-07-191-6/+11
* ide: make void and rename ide_dma_timeout() methodSergei Shtylyov2007-07-091-1/+1
* ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov2007-07-091-1/+1
* ide: always disable DMA before tuning itBartlomiej Zolnierkiewicz2007-05-161-0/+1
* ide: fix PIO setup on resume for ATAPI devicesBartlomiej Zolnierkiewicz2007-05-101-10/+7
* ide: correctly prevent IDE timer expiry function to run if request was alread...Suleiman Souhlal2007-04-101-1/+5
* ide: use correct IDE error recoverySuleiman Souhlal2007-03-261-11/+21
* ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)Bartlomiej Zolnierkiewicz2007-02-171-1/+1
* ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz2007-02-171-1/+1
* ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4)Albert Lee2007-02-171-0/+11
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] ide: reprogram disk pio timings on resumeJason Lunz2006-10-031-6/+19
* [PATCH] IDE error handling fixesHua Zhong2006-10-031-3/+6
* [PATCH] Remove ->rq_status from struct requestJens Axboe2006-09-301-1/+0
* [PATCH] Remove ->waiting member from struct requestJens Axboe2006-09-301-7/+6
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-18/+18
* [PATCH] lockdep: annotate on-stack completionsIngo Molnar2006-07-031-1/+1
* [PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar2006-07-031-3/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] ide: fix error handling for drives which clear the FIFO on errorAlan Cox2006-06-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-261-1/+1
|\
| * spelling fixesAndreas Mohr2006-06-261-1/+1
* | [PATCH] ide-io: increase timeout value to allow for slave wakeupAl Boldi2006-06-261-1/+1
|/
* [PATCH] IDE CD end-of media error fixAlan Cox2006-06-251-0/+57
* [PATCH] Get rid of struct request request_pm_state memberJens Axboe2006-06-231-39/+52
* [PATCH] drivers/ide/ide-io.c: make __ide_end_request() staticAdrian Bunk2006-02-031-3/+2
* [PATCH] Revert ide softirq handlingJens Axboe2006-01-121-31/+3
* [PATCH] ide: preserve errors for failed requestsJens Axboe2006-01-101-5/+6
* [IDE] Use the block layer deferred softirq request completionJens Axboe2006-01-091-7/+35
* [BLOCK] update IDE to use new blk_ordered for barriersTejun Heo2006-01-061-4/+1
* [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo2006-01-061-3/+3
* [PATCH] ide: remove unused ide_action_t:ide_nextBartlomiej Zolnierkiewicz2005-11-191-6/+0
* [PATCH] ide: Workaround PM problemBenjamin Herrenschmidt2005-10-101-0/+8
* [PATCH] merge some from Rusty's trivial patchesAdrian Bunk2005-09-101-3/+3
* [PATCH] swsusp: prevent disks from spinning down and upMichal Schmidt2005-09-051-1/+1