| Commit message (Expand) | Author | Age | Files | Lines |
* | [BLOCK] Get rid of request_queue_t typedef | Jens Axboe | 2007-07-24 | 1 | -1/+1 |
* | pata_cs5520: Fix probe bug regression introduced in 2.6.22 | Alan Cox | 2007-07-20 | 1 | -1/+1 |
* | libata: implement EH fast drain | Tejun Heo | 2007-07-20 | 3 | -2/+101 |
* | libata: schedule probing after SError access failure during autopsy | Tejun Heo | 2007-07-20 | 1 | -1/+5 |
* | libata: clear HOTPLUG flag after a reset | Tejun Heo | 2007-07-20 | 1 | -5/+10 |
* | libata: improve SCSI scan failure handling | Tejun Heo | 2007-07-20 | 3 | -18/+49 |
* | libata: quickly trigger SATA SPD down after debouncing failed | Tejun Heo | 2007-07-20 | 2 | -3/+5 |
* | libata: improve SATA PHY speed down logic | Tejun Heo | 2007-07-20 | 2 | -7/+28 |
* | The SATA controller device ID is different according to | su henry | 2007-07-20 | 1 | -1/+4 |
* | ahci: implement SCR_NOTIFICATION r/w | Tejun Heo | 2007-07-20 | 1 | -31/+37 |
* | ahci: make NO_NCQ handling more consistent | Tejun Heo | 2007-07-20 | 1 | -2/+8 |
* | libata: make ->scr_read/write callbacks return error code | Tejun Heo | 2007-07-20 | 14 | -133/+189 |
* | libata: implement AC_ERR_NCQ | Tejun Heo | 2007-07-20 | 1 | -3/+4 |
* | libata: improve EH report formatting | Tejun Heo | 2007-07-20 | 6 | -25/+95 |
* | sata_sil24: separate out sil24_do_softreset() | Tejun Heo | 2007-07-20 | 1 | -3/+10 |
* | sata_sil24: separate out sil24_exec_polled_cmd() | Tejun Heo | 2007-07-20 | 1 | -20/+56 |
* | sata_sil24: replace sil24_update_tf() with sil24_read_tf() | Tejun Heo | 2007-07-20 | 1 | -9/+14 |
* | ahci: separate out ahci_do_softreset() | Tejun Heo | 2007-07-20 | 1 | -4/+10 |
* | ahci: separate out ahci_exec_polled_cmd() | Tejun Heo | 2007-07-20 | 1 | -21/+33 |
* | ahci: separate out ahci_kick_engine() | Tejun Heo | 2007-07-20 | 1 | -33/+36 |
* | ahci: use deadline instead of fixed timeout for 1st FIS for SRST | Tejun Heo | 2007-07-20 | 1 | -1/+7 |
* | libata: add @is_cmd to ata_tf_to_fis() | Tejun Heo | 2007-07-20 | 4 | -14/+14 |
* | [libata] Fix reported task file values in sense data | Petr Vandrovec | 2007-07-20 | 2 | -0/+4 |
* | Correct comment in libata-sff.c | Dave Jones | 2007-07-20 | 1 | -1/+1 |
* | pata_scc.c: small fixes (Workaround for errata A308) | Akira Iguchi | 2007-07-20 | 1 | -11/+16 |
* | ahci.c: fix CONFIG_PM=n compilation | Alexey Dobriyan | 2007-07-20 | 1 | -8/+8 |
* | libata: add ST9160821AS 3.CLF to NONCQ blacklist | Tejun Heo | 2007-07-20 | 1 | -0/+1 |
* | pata_platform: Fix NULL pointer dereference | Magnus Damm | 2007-07-20 | 1 | -2/+3 |
* | [libata] sata_mv: minor cleanups | Jeff Garzik | 2007-07-20 | 1 | -24/+38 |
* | [libata] sata_mv: Micro-optimization and cleanups | Jeff Garzik | 2007-07-20 | 1 | -34/+31 |
* | PCMCIA: Add another MemoryCard to ide-cs/pata_pcmcia | Marcin Juszkiewicz | 2007-07-20 | 1 | -0/+1 |
* | [libata] sata_mv: use pci_try_set_mwi() | Jeff Garzik | 2007-07-17 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-07-12 | 10 | -61/+32 |
|\ |
|
| * | PCI: add pci_try_set_mwi | Randy Dunlap | 2007-07-11 | 1 | -1/+1 |
| * | PCI: Change all drivers to use pci_device->revision | Auke Kok | 2007-07-11 | 9 | -60/+31 |
* | | libata: remove irq_on from ata_bus_reset() and ata_std_postreset() | Albert Lee | 2007-07-12 | 2 | -11/+0 |
* | | ata_piix: kill incorrect invalid map value warning | Tejun Heo | 2007-07-12 | 1 | -1/+1 |
* | | libata: add another Maxtor drive with broken NCQ to the list | Chuck Ebbert | 2007-07-12 | 1 | -0/+1 |
* | | [libata] sata_mv: Fix and clean up per-chip-generation tests | Jeff Garzik | 2007-07-12 | 1 | -15/+14 |
* | | [libata] sata_mv: Convert to new exception handling (EH) infrastructure | Jeff Garzik | 2007-07-12 | 1 | -247/+456 |
* | | [libata] sata_mv: minor bug fixes, enhancements, and cleanups (prep for new EH) | Jeff Garzik | 2007-07-12 | 1 | -15/+8 |
* | | [libata] sata_mv: Minor cleanups and renaming, preparing for new EH & NCQ | Jeff Garzik | 2007-07-11 | 1 | -57/+105 |
* | | libata-link: separate out ata_eh_handle_dev_fail() | Tejun Heo | 2007-07-10 | 1 | -44/+52 |
* | | pata_hpt3x3: fix DMA Kconfig option to actually have a hope of working | Jeff Garzik | 2007-07-10 | 1 | -0/+5 |
* | | Add Hitachi HDS7250SASUN500G 0621KTAWSD to NCQ blacklist | Prarit Bhargava | 2007-07-10 | 1 | -0/+2 |
* | | pata_scc.c: Workaround for errata A308 | Akira Iguchi | 2007-07-10 | 1 | -15/+35 |
* | | libata: add FUJITSU MHV2080BH to NCQ blacklist | Tejun Heo | 2007-07-10 | 1 | -0/+1 |
* | | pata_hpt3x3: major reworking and testing | Alan Cox | 2007-07-10 | 2 | -15/+85 |
* | | libata: clean up horkage handling | Tejun Heo | 2007-07-10 | 1 | -5/+8 |
* | | libata: quirk IOMEGA ZIP 250 ATAPI FLOPPY | Tejun Heo | 2007-07-10 | 1 | -0/+2 |