Age | Commit message (Expand) | Author | Files | Lines |
2008-10-31 | libata: add whitelist for devices with known good pata-sata bridges | Jens Axboe | 1 | -0/+7 |
2008-10-31 | sata_via: fix support for 5287 | Tejun Heo | 1 | -12/+143 |
2008-10-31 | libata: Avoid overflow in ata_tf_to_lba48() when tf->hba_lbal > 127 | Roland Dreier | 1 | -1/+1 |
2008-10-31 | ATA: remove excess kernel-doc notation | Randy Dunlap | 2 | -3/+0 |
2008-10-28 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 44 | -80/+130 |
2008-10-28 | libata: ahci enclosure management bit mask | David Milburn | 1 | -12/+23 |
2008-10-28 | libata: ahci enclosure management led sync | David Milburn | 1 | -0/+3 |
2008-10-28 | pata_ninja32: suspend/resume support | Alan Cox | 1 | -9/+34 |
2008-10-28 | libata: Fix LBA48 on pata_it821x RAID volumes. | Ondrej Zary | 1 | -2/+1 |
2008-10-28 | libata: clear saved xfer_mode and ncq_enabled on device detach | Tejun Heo | 1 | -1/+4 |
2008-10-28 | sata_sil24: configure max read request size to 4k | Tejun Heo | 1 | -0/+5 |
2008-10-28 | libata: add missing kernel-doc | Randy Dunlap | 1 | -0/+1 |
2008-10-28 | libata: fix device iteration bugs | Tejun Heo | 2 | -15/+28 |
2008-10-28 | ahci: Add support for Promise PDC42819 | Mark Nelson | 1 | -0/+3 |
2008-10-28 | ata: Switch all my stuff to a common address | Alan Cox | 40 | -41/+28 |
2008-10-27 | libata: fix NCQ devices behind port multipliers | Jens Axboe | 1 | -0/+9 |
2008-10-24 | libata: fix bug with non-ncq devices | Jens Axboe | 1 | -1/+5 |
2008-10-24 | libata: switch to using block layer tagging support | Jens Axboe | 3 | -64/+31 |
2008-10-23 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -87/+48 |
2008-10-23 | Merge branch 'linus' into test | Len Brown | 24 | -426/+968 |
2008-10-23 | Merge branch 'dock' into test | Len Brown | 1 | -87/+48 |
2008-10-23 | sata_via: load DEVICE register when CTL changes | Tejun Heo | 1 | -3/+32 |
2008-10-23 | libata: set device class to NONE if phys_offline | Tejun Heo | 1 | -8/+8 |
2008-10-23 | libata-eh: fix slave link EH action mask handling | Tejun Heo | 1 | -1/+4 |
2008-10-23 | libata: transfer EHI control flags to slave ehc.i | Tejun Heo | 1 | -0/+5 |
2008-10-23 | libata-sff: fix ata_sff_post_internal_cmd() | Tejun Heo | 1 | -1/+10 |
2008-10-23 | libata: initialize port_task when !CONFIG_ATA_SFF | Tejun Heo | 1 | -0/+2 |
2008-10-15 | Merge commit 'origin' | Benjamin Herrenschmidt | 23 | -433/+1010 |
2008-10-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 1 | -93/+75 |
2008-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 1 | -1/+0 |
2008-10-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 22 | -336/+931 |
2008-10-11 | libata: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-10-10 | Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 3 | -7/+12 |
2008-10-10 | Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 22 | -323/+879 |
2008-10-10 | powerpc: Fix no interrupt handling in pata_of_platform | Anton Vorontsov | 1 | -1/+1 |
2008-10-09 | libata: set queue SSD flag for SSD devices | Jens Axboe | 1 | -0/+4 |
2008-10-09 | block: unify request timeout handling | Jens Axboe | 2 | -7/+8 |
2008-09-29 | ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs | Seth Heasley | 1 | -1/+4 |
2008-09-29 | libata-eh: clear UNIT ATTENTION after reset | Tejun Heo | 1 | -0/+94 |
2008-09-29 | ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list | Herton Ronaldo Krzesinski | 1 | -0/+1 |
2008-09-29 | [libata] pata_bf54x: Add proper PM operation | Sonic Zhang | 1 | -7/+27 |
2008-09-29 | pata_sil680: convert CONFIG_PPC_MERGE to CONFIG_PPC | Kumar Gala | 1 | -1/+1 |
2008-09-29 | libata: Implement disk shock protection support | Elias Oltmanns | 4 | -1/+235 |
2008-09-29 | PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver | Ben Dooks | 1 | -1/+1 |
2008-09-29 | ata_piix: drop merged SCR access and use slave_link instead | Tejun Heo | 1 | -127/+40 |
2008-09-29 | libata: implement slave_link | Tejun Heo | 3 | -49/+298 |
2008-09-29 | libata: misc updates to prepare for slave link | Tejun Heo | 1 | -8/+8 |
2008-09-29 | libata: reimplement link iterator | Tejun Heo | 1 | -0/+30 |
2008-09-29 | libata: make SCR access ops per-link | Tejun Heo | 16 | -135/+147 |
2008-09-29 | sata_nv: reinstate nv_hardreset() for non generic controllers | Tejun Heo | 1 | -6/+40 |