summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-io.c
AgeCommit message (Expand)Author
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
2008-10-13ide: convert 'pio_mode' device setting to use DS_SYNC flagBartlomiej Zolnierkiewicz
2008-10-13ide: remove [ata_]select_tBartlomiej Zolnierkiewicz
2008-10-13ide: sanitize ide*_pm_* enumsBartlomiej Zolnierkiewicz
2008-10-13ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devicesBartlomiej Zolnierkiewicz
2008-10-13ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRYBartlomiej Zolnierkiewicz
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz
2008-10-10ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns
2008-10-10ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled()Bartlomiej Zolnierkiewicz
2008-10-10ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()Bartlomiej Zolnierkiewicz
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz
2008-10-10ide: remove no longer needed ide_drive_t fieldsBartlomiej Zolnierkiewicz
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz
2008-10-10ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz
2008-10-10ide: remove superfluous check from ide_disk_special()Bartlomiej Zolnierkiewicz
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz
2008-07-23ide: add ->set_irq methodBartlomiej Zolnierkiewicz
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz
2008-07-23ide: add ->exec_command methodBartlomiej Zolnierkiewicz
2008-07-16IDE: Remove unused codeElias Oltmanns
2008-07-16IDE: Fix HDIO_DRIVE_RESET handlingElias Oltmanns
2008-07-15ide: remove action argument in ide_do_drive_cmdFUJITA Tomonori
2008-07-15ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC methodBartlomiej Zolnierkiewicz
2008-07-15ide: move IRQ unmasking out from ->tf_load methodBartlomiej Zolnierkiewicz
2008-07-15ide: remove try_to_flush_leftover_data()Bartlomiej Zolnierkiewicz
2008-07-15ide: remove ide_init_drive_cmdFUJITA Tomonori
2008-07-15ide: remove ide_wait/head_wait path in ide_do_drive_cmdFUJITA Tomonori
2008-07-15ide: use __generic_unplug_device() in ide_do_drive_cmd() (take 2)Bartlomiej Zolnierkiewicz
2008-07-15ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() usersBartlomiej Zolnierkiewicz
2008-04-29ide: use blk_rq_init() to initialize the requestFUJITA Tomonori
2008-04-28ide: add ide_pad_transfer() helperBartlomiej Zolnierkiewicz
2008-04-28ide: add ->tf_load and ->tf_read methodsBartlomiej Zolnierkiewicz