linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-04-19 18:52:11 to 2008-04-25 10:32:39 UTC [more...]

[RFC 0/5] block large commands support continue
 2008-04-25 10:29 UTC  (17+ messages)
` [PATCH 1/5] block: no need to initialize rq->cmd
` [PATCH 2/5] block: replace sizeof(rq->cmd) with BLK_MAX_CDB
` [RFC PATCH 3/5] block: Export rq_init, rename to blk_init_rq
` [RFC PATCH 4/5] block: Use new blk_init_rq
` [PATCH 5/5] block: add large command support

[PATCH 1/1] [libata/BF54x]: Fix bug - Implement bfin ata interrupt handler to avoid "irq 68 nobody cared" (v2)
 2008-04-25  9:19 UTC 

[2.6 patch] xtensa: don't offer ATA
 2008-04-25  7:58 UTC  (4+ messages)

[PATCH 0/3] [libata/BF54x]: bug fixing and updates
 2008-04-25  6:27 UTC  (7+ messages)
` [PATCH 1/3] [libata/BF54x]: decrease count first
` [PATCH 2/3] [libata/BF54x]: Fix bug - Implement bfin ata interrupt handler to avoid "irq 68 nobody cared"
` [PATCH 3/3] [libata/BF54x]: Fix compling failure bug - change variable's name according to API update

[git patches] libata fixes
 2008-04-25  5:36 UTC 

[PATCH] libata-eh copy result_tf flags from outgoing tf
 2008-04-25  5:15 UTC  (11+ messages)
` [PATCH] libata-eh set tf flags in NCQ EH result_tf

[PATCH 0/8] sata_mv interrupt/eh fixes etc
 2008-04-25  5:15 UTC  (15+ messages)
` [PATCH 1/8] sata_mv more cosmetics
` [PATCH 3/8] sata_mv simplify freeze/thaw bit-shift calculations
  ` REPOST: "
` [PATCH 4/8] sata_mv simplify request/response queue handling
  ` REPOST: "
` [PATCH 5/8] sata_mv tidy host controller interrupt handling
  ` REPOST: "
` [PATCH 6/8] sata_mv more interrupt handling rework
` [PATCH 7/8] sata_mv leave SError bits untouched in mv_err_intr
  ` REPOST: "
` [PATCH 8/8] sata_mv re-enable hotplug, update TODO list

[2.6 patch] make sata_set_spd_needed() static
 2008-04-25  4:48 UTC  (4+ messages)

[2.6 patch] make sata_print_link_status() static
 2008-04-25  4:48 UTC  (2+ messages)

[PATCH #upstream-fixes] sata_nv: make hardreset return -EAGAIN on success
 2008-04-25  4:48 UTC  (4+ messages)

[2.6 patch] libata-acpi.c: remove unneeded #if's
 2008-04-25  4:48 UTC  (2+ messages)

[PATCH] libata: make WARN_ON conditions in ata_sff_hsm_move() more strict
 2008-04-25  4:47 UTC  (2+ messages)

[PATCH] ahci: retry enabling AHCI a few times before spitting out WARN_ON()
 2008-04-25  4:47 UTC  (18+ messages)

[patch 1/2] ATA/IDE: fix platform driver hotplug/coldplug
 2008-04-25  4:47 UTC  (2+ messages)

[PATCH #upstream-fixes] sata_sis: SCR accessors should return -EINVAL when the requested SCR isn't available
 2008-04-25  4:47 UTC  (3+ messages)

libata: functions with definition should not be extern
 2008-04-25  4:47 UTC  (2+ messages)

2008 Confirm Winner
 2008-04-25  3:34 UTC 

ICH7: ata_piix twice as fast as ahci?
 2008-04-25  3:09 UTC 

Add BIOS/OS handoff feature to AHCI
 2008-04-25  1:58 UTC 

Regression: kernel 2.6.24 ahci problem, does not boot (doesn't find SATA disk, i.e. failed to IDENTIFY)
 2008-04-25  1:51 UTC  (4+ messages)

Regular device resets on esata harddrives
 2008-04-24 21:45 UTC 

[patch 08/15] m68k: macide doesnt check for Mac
 2008-04-24 18:29 UTC 

[patch 2/2] libata: power off unused ports
 2008-04-24 17:45 UTC  (5+ messages)

[2.6 patch] select ATA_SFF
 2008-04-24 15:30 UTC  (25+ messages)

[2.6 patch] remove ata_cable_sata()
 2008-04-24 14:50 UTC  (4+ messages)

ahci slow transfer rate with kernel 2.6.23-2.6.25
 2008-04-24  7:08 UTC 

No IDE drivers loaded for Toshiba Satellite 320 CDS
 2008-04-24  3:48 UTC  (7+ messages)

"ata73" == "sd 72" ?
 2008-04-24  3:38 UTC  (4+ messages)

AHCI w/ATAPI device problems on Intel Tolapai
 2008-04-24  3:13 UTC  (2+ messages)

v2.6.25: WARNING: at kernel/lockdep.c:2437 __lock_acquire+0xc69/0xfa0()
 2008-04-24  3:01 UTC 

libata-eh not reporting failed LBA correctly?
 2008-04-23 20:23 UTC  (2+ messages)

[PATCH] pci_try_set_mwi() in sata_promise
 2008-04-23 18:15 UTC  (7+ messages)

ide: failed opcode was: 0xea
 2008-04-23 13:44 UTC 

[PATCH 00/11] removing the on-stack struct request
 2008-04-23 10:32 UTC  (24+ messages)
` [PATCH 01/11] ide: use blk_get_request in the ide_do_drive_cmd path using ide_wait
  ` [PATCH 02/11] ide-floppy: use blk_get_request in the ide_do_drive_cmd path
    ` [PATCH 03/11] ide-taskfile: "
      ` [PATCH 04/11] ide-disk: "
        ` [PATCH 05/11] ide-cd: convert ide_cd_queue_pc to use blk_get_request
          ` [PATCH 06/11] ide: make ide_do_drive_cmd return rq->errors
            ` [PATCH 07/11] ide-tape: use blk_get_request in the ide_do_drive_cmd path
              ` [PATCH 08/11] ide-cd: "
                ` [PATCH 09/11] ide: call blk_put_request properly
                  ` [PATCH 10/11] block: convert pd to use blk_get_request
                    ` [PATCH 11/11] block: remove the checking for NULL queue in blk_put_request

[REGRESSION][linux-next] ide0: failed to initialize IDE interface
 2008-04-23  8:29 UTC  (3+ messages)

Unknown SATA PIIX PCI device ID 0x29b6
 2008-04-23  6:37 UTC  (13+ messages)

[Bugme-new] [Bug 10507] New: Kernel fails to properly identify SATA drives
 2008-04-23  4:22 UTC  (2+ messages)

[PATCH] ide-scsi: remove kmalloced struct request
 2008-04-23  2:44 UTC 

ahci performance problem? (much slower than sil24)
 2008-04-23  1:51 UTC 

ahci performance problem? (much slower than sil24)
 2008-04-23  1:37 UTC 

ahci performance problem? (much slower than sil24)
 2008-04-23  1:29 UTC 

ide0: DISABLED, NO IRQ
 2008-04-22 21:42 UTC 

Config Disk, RGL10364 device is on DMA blacklist
 2008-04-22 21:41 UTC 

[PATCH] siimage: coding style cleanup (take 2)
 2008-04-22 17:11 UTC  (2+ messages)

[PATCH 3/5] scc_pata: add ->dma_host_set and ->dma_start methods
 2008-04-22 16:28 UTC  (2+ messages)

[PATCH 1/5] ide: add ide_pad_transfer() helper
 2008-04-22 16:12 UTC  (2+ messages)

[PATCH 2/5] ide: skip "VLB sync" if host uses MMIO
 2008-04-22 16:09 UTC  (2+ messages)

2.6.24.X: SATA/AHCI related boot delay
 2008-04-22 15:12 UTC  (8+ messages)
` 2.6.24.X: SATA/AHCI related boot delay. - not with 2.6.24.3

sata_mv errata function
 2008-04-21 13:51 UTC  (5+ messages)

[2.6 patch] libata-core.c: remove no longer used exports
 2008-04-21  8:51 UTC 

[PATCH] ata_piix: add Asus Eee 701 controller to short cable list
 2008-04-21  4:52 UTC 

DRDY errors again
 2008-04-20 22:41 UTC  (2+ messages)

2008 Winners
 2008-04-20 18:19 UTC 

Commit 305d2a1ab137d1... breaks sata_nv, and PMP woes
 2008-04-20 15:41 UTC  (2+ messages)

[PATCH] libata: fix boot panic with SATAPI devices on non-SFF
 2008-04-19 23:52 UTC 

Problems with 2.6.24 and ICH7 controller
 2008-04-19 20:45 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).