aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide-io.c
AgeCommit message (Expand)Author
2009-03-24ide: move error handling code to ide-eh.c (v2)Bartlomiej Zolnierkiewicz
2009-03-24ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz
2009-03-24ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz
2009-03-24ide: factor out processing of special commands from ide_special_rq()Bartlomiej Zolnierkiewicz
2009-03-24ide: remove ide_do_drive_cmd()Bartlomiej Zolnierkiewicz
2009-03-24ide: move ide_dma_timeout_retry() to ide-dma.cBartlomiej Zolnierkiewicz
2009-03-24ide: move drive_is_ready() to ide-io.cBartlomiej Zolnierkiewicz
2009-03-24ide: unexport ide_devset_execute()Bartlomiej Zolnierkiewicz
2009-03-24ide: move ide_pktcmd_tf_load() to ide-atapi.cBartlomiej Zolnierkiewicz
2009-03-05ide: allow to wrap interrupt handlerStanislaw Gruszka
2009-03-05ide: expiry() returns int, negative expiry() return values won't be noticedRoel Kluin
2009-02-02ide-cd: fix DMA for non bio-backed requestsBorislav Petkov
2009-01-06ide: remove now redundant ->cur_dev checksBartlomiej Zolnierkiewicz
2009-01-06ide: remove superfluous hwif variable assignment from ide_timer_expiry()Bartlomiej Zolnierkiewicz
2009-01-06ide: make "paranoia" ->handler check in ide_intr() more strictBartlomiej Zolnierkiewicz
2009-01-06ide: remove ->error method from struct ide_driverBartlomiej Zolnierkiewicz
2009-01-06ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz
2009-01-06ide: remove HWIF() macroBartlomiej Zolnierkiewicz
2009-01-06ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz
2009-01-06ide: use lock bitops for ports serialization (v2)Bartlomiej Zolnierkiewicz
2009-01-06ide: remove hwgroup->hwif and {drive,hwif}->nextBartlomiej Zolnierkiewicz
2009-01-06ide: use per-port IRQ handlersBartlomiej Zolnierkiewicz
2009-01-06ide: add ->cur_port to struct ide_host and use it for serialized hostsBartlomiej Zolnierkiewicz
2009-01-06ide: fix setting nIEN on idle devicesBartlomiej Zolnierkiewicz
2009-01-06ide: fix LOCKDEP warningBartlomiej Zolnierkiewicz
2009-01-02ide: remove the last ide-scsi remnantsBorislav Petkov
2009-01-02ide: use per-device request queue locks (v2)Bartlomiej Zolnierkiewicz
2009-01-02ide: add ide_[un]lock_hwgroup() helpersBartlomiej Zolnierkiewicz
2009-01-02ide: remove "paranoia" checks for hwgroup->busyBartlomiej Zolnierkiewicz
2009-01-02ide: remove IDE PM hack from do_ide_request()Bartlomiej Zolnierkiewicz
2009-01-02ide: don't execute the next queued command from the hard-IRQ context (v2)Bartlomiej Zolnierkiewicz
2008-12-29ide: move Power Management support to ide-pm.cBartlomiej Zolnierkiewicz
2008-12-29ide: remove redundant code from ide_end_drive_cmd()Bartlomiej Zolnierkiewicz
2008-12-29ide: always set nIEN on idle devicesBartlomiej Zolnierkiewicz
2008-12-29ide: fix ->quirk_list checking in ide_do_request()Bartlomiej Zolnierkiewicz
2008-12-29ide: cleanup ide_do_request()Bartlomiej Zolnierkiewicz
2008-12-29ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz
2008-12-29ide: use queue lock instead of ide_lock when possibleBartlomiej Zolnierkiewicz
2008-12-29ide: ide_lock + __blk_end_request() -> blk_end_request()Bartlomiej Zolnierkiewicz
2008-12-29ide: push ide_lock to __ide_end_request()Bartlomiej Zolnierkiewicz
2008-12-29ide: ide_hwgroup_t.rq doesn't need an ide_lock heldBartlomiej Zolnierkiewicz
2008-12-29ide: unify ide_intr()'s exit pointsBartlomiej Zolnierkiewicz
2008-12-08Revert "ide: respect current DMA setting during resume"Bartlomiej Zolnierkiewicz
2008-12-02ide: fix build for DEBUG_PMBartlomiej Zolnierkiewicz
2008-12-02ide: respect current DMA setting during resumeBartlomiej Zolnierkiewicz
2008-12-02ide: fix the ide_release_lock imbalanceMichael Schmitz
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe
2008-10-13ide: Implement disk shock protection support (v4)Elias Oltmanns
2008-10-13ide: Two fixes regarding memory allocationElias Oltmanns
2008-10-13ide: ->ide_dma_clear_irq() -> ->clear_irq()Bartlomiej Zolnierkiewicz