aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/libata-core.c
AgeCommit message (Expand)Author
2006-05-15[PATCH] libata-eh-fw: implement ata_port_schedule_eh() and ata_port_abort()Tejun Heo
2006-05-15[PATCH] libata-eh-fw: implement new EH scheduling via error completionTejun Heo
2006-05-15[PATCH] libata-eh-fw: update ata_qc_from_tag() to enforce normal/EH qc ownershipTejun Heo
2006-05-15[PATCH] libata-eh-fw: use special reserved tag and qc for internal commandsTejun Heo
2006-05-15[PATCH] libata-eh-fw: clear SError in ata_std_postreset()Tejun Heo
2006-05-15[PATCH] libata: use ATA printk helpersTejun Heo
2006-05-15[PATCH] libata: use dev->apTejun Heo
2006-05-15[PATCH] libata: add dev->apTejun Heo
2006-05-15[PATCH] libata: use new SCR and on/offline functionsTejun Heo
2006-05-15[PATCH] libata: implement new SCR handling and port on/offline functionsTejun Heo
2006-05-15[PATCH] libata: init ap->cbl to ATA_CBL_SATA earlyTejun Heo
2006-05-15[PATCH] libata: implement qc->result_tfTejun Heo
2006-05-15[PATCH] libata: remove postreset handling from ata_do_reset()Tejun Heo
2006-05-15[PATCH] libata: move ->set_mode() handling into ata_set_mode()Tejun Heo
2006-05-15[PATCH] libata: use preallocated buffersTejun Heo
2006-05-15[PATCH] libata: hold host_set lock while finishing internal qcTejun Heo
2006-05-15[PATCH] libata: clear ap->active_tag atomically w.r.t. command completionTejun Heo
2006-05-15[PATCH] libata: fix ->phy_reset class code handling in ata_bus_probe()Tejun Heo
2006-05-15[PATCH] libata: unexport ata_scsi_error()Tejun Heo
2006-05-15[PATCH] libata: rename ata_down_sata_spd_limit() and friendsTejun Heo
2006-04-12Merge branch 'upstream'Jeff Garzik
2006-04-11[PATCH] libata: export ata_set_sata_spd()Tejun Heo
2006-04-11[PATCH] libata: cosmetic update to ata_bus_probe()Tejun Heo
2006-04-11[PATCH] libata: disable failed devices only once in ata_bus_probe()Tejun Heo
2006-04-11[PATCH] libata: implement ata_wait_register()Tejun Heo
2006-04-11[PATCH] libata: make reset methods complain when they failTejun Heo
2006-04-11[PATCH] libata: kill @verbose from ata_reset_fn_tTejun Heo
2006-04-11[PATCH] libata: set default cbl in probeinitTejun Heo
2006-04-11libata: Add helper ata_shost_to_port()Jeff Garzik
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig
2006-04-04Merge branch 'upstream'Jeff Garzik
2006-04-04[PATCH] libata: convert ATAPI_ENABLE_DMADIR to module parameterAlbert Lee
2006-04-04[PATCH] libata-dev: irq-pio minor fix 2Albert Lee
2006-04-04[PATCH] libata-dev: irq-pio minor fixAlbert Lee
2006-04-02Merge branch 'upstream'Jeff Garzik
2006-04-02[PATCH] libata: print SControl in SATA link status info messageTejun Heo
2006-04-02[libata] irq-pio: Fix merge mistakeJeff Garzik
2006-04-02Merge branch 'upstream'Jeff Garzik
2006-04-02[PATCH] libata: make some libata-core routines externTejun Heo
2006-04-02[PATCH] libata: separate out libata-eh.cTejun Heo
2006-04-02[PATCH] libata: add @cdb to ata_exec_internal()Tejun Heo
2006-04-02[PATCH] libata: pass qc around intead of ap during PIOTejun Heo
2006-04-02[PATCH] libata: clear ATA_DFLAG_PIO before setting itTejun Heo
2006-04-02[PATCH] libata: clear only affected flags during ata_dev_configure()Tejun Heo
2006-04-02[PATCH] libata: rename ATA_FLAG_PORT_DISABLED to ATA_FLAG_DISABLEDTejun Heo
2006-04-02[PATCH] libata: ata_dev_revalidate() printk updateTejun Heo
2006-04-02[PATCH] libata: report device number when PIO failsTejun Heo
2006-04-02[PATCH] libata: consider disabled devices in ata_dev_xfermask()Tejun Heo
2006-04-02[PATCH] libata: improve ata_bus_probe()Tejun Heo
2006-04-02[PATCH] libata: implement ata_down_xfermask_limit()Tejun Heo