linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-05-11 05:49:03 to 2007-05-16 07:25:02 UTC [more...]

[PATCH/RFC 0/8] libata: delegate irq driven pio to workqueue (take 2)
 2007-05-16  7:24 UTC  (8+ messages)
` [PATCH 1/8] libata: fix the ata_altstatus() in ata_hsm_qc_complete()
` [PATCH 2/8] libata: move ata_altstatus() out from ata_hsm_move() to the pio data xfer functions
` [PATCH 3/8] libata: change the state after "PIO data-in" to HSM_ST_IDLE instead of HSM_ST_LAST
` [PATCH 4/8] libata: move and reduce locking to the pio data xfer functions
` [PATCH 5/8] libata: ack unsolicited INTRQ when polling
` [PATCH 6/8] libata: delegate irq driven pio to workqueue
` [PATCH 7/8] libata: fix ata_port_flush_task() for irq pio delegation

[PATCH 3/4]add the IDE device ID for ATI SB700
 2007-05-16  6:50 UTC 

[PATCH 2/4] add the IDE and SATA device IDs for ATI SB700
 2007-05-16  6:47 UTC 

[PATCH 1/4] add the SMBus device ID for ATI SB700
 2007-05-16  6:40 UTC 

[git patches] libata fixes
 2007-05-16  5:36 UTC 

[PATCH] drivers/ata: correct a wrong free function for sata_nv driver
 2007-05-16  5:31 UTC  (2+ messages)

[PATCH] libata: track spindown status and skip spindown_compat if possible
 2007-05-16  5:22 UTC  (7+ messages)

[PATCH] libata: fix shutdown warning message printing
 2007-05-16  5:22 UTC  (3+ messages)

[PATCHSET] libata: improve ATA ACPI support, take#3
 2007-05-16  5:21 UTC  (12+ messages)
` [PATCH 1/9] libata: separate out ata_dev_reread_id()
` [PATCH 3/9] libata-acpi: add ATA_FLAG_ACPI_SATA port flag
` [PATCH 2/9] libata: during revalidation, check n_sectors after device is configured
` [PATCH 6/9] libata-acpi: miscellaneous cleanups
` [PATCH 4/9] libata-acpi: implement ata_acpi_associate()
` [PATCH 9/9] libata-acpi: implement _GTM/_STM support
` [PATCH 8/9] libata-acpi: remove redundant checks
` [PATCH 5/9] libata-acpi: clean up ata_acpi_exec_tfs()
` [PATCH 7/9] libata: reimplement ACPI invocation

[PATCH]add the IDE device ID for ATI SB700
 2007-05-16  3:38 UTC  (2+ messages)

[git patches] IDE updates/fixes
 2007-05-16  1:49 UTC  (2+ messages)

IT821x: no DMA since 2.6.21
 2007-05-16  0:58 UTC  (5+ messages)

[PATCH 2/5] Use mutex instead of semaphore in IDE driver
 2007-05-15 22:04 UTC  (2+ messages)

[PATCH] (2.6.20-rc7) cmd64x: fix PIO mode setup
 2007-05-15 21:43 UTC  (11+ messages)
` [PATCH] (2.6.20-rc7) cmd64x: fix PIO mode setup (take 2)
  ` [PATCH] (pata-2.6 fix queue) cmd64x: use interrupt status from MRDMODE register
    ` [PATCH pata-2.6 fix queue] cmd64x: init. code cleanup
    ` [PATCH pata-2.6 fix queue] aec62xx: rework init_setup_aec6x80()
    ` [PATCH pata-2.6 fix queue] aec62xx: remove init_dma() method
    ` [PATCH pata-2.6 fix queue] aec62xx: kill speedproc() method wrapper

[patch 2/2] Use menuconfig objects: IDE
 2007-05-15 21:26 UTC  (2+ messages)

[patch 1/2] sl82c105: Switch to ref counting API
 2007-05-15 21:22 UTC  (2+ messages)

libata reset-seq merge broke sata_sil on sh
 2007-05-16  0:30 UTC  (9+ messages)

[PATCH] libata: Add MMIO support to pata_sil680
 2007-05-16  0:21 UTC 

[PATCH] libata: Add MMIO support to pata_sil680
 2007-05-15 20:32 UTC  (4+ messages)

[PATCH] Re: 2.6.19.1, sata_sil: sata dvd writer doesn't work
 2007-05-15 17:38 UTC  (9+ messages)

Serial ATA (SATA) shutdown info
 2007-05-15 15:46 UTC  (3+ messages)

ICH7 and SATAII
 2007-05-15 11:36 UTC  (2+ messages)
` web server performance problem on 2.6.21.1

Fixing halt/shutdown for libata spindown handling
 2007-05-15 10:42 UTC  (4+ messages)

[PATCH] libata: Add MMIO support to pata_sil680
 2007-05-15  6:14 UTC  (2+ messages)

[PATCH] libata: add human-readable error value decoding (v2)
 2007-05-14 23:54 UTC 

Libata state machine error in 2.6.18.1
 2007-05-14 16:38 UTC  (2+ messages)

[PATCH 1/3] sd: fix return value of sd_sync_cache()
 2007-05-14 15:52 UTC  (7+ messages)
` [PATCH 2/3] sd: implement START/STOP management
  ` [PATCH 3/4] libata: reimplement suspend/resume support using sdev->manage_start_stop
      ` [PATCH scsi-misc-2.6] SCSI: kill sht->suspend/resume

[PATCH] libata: disable_irq() during polling IDENTIFY
 2007-05-14 11:29 UTC  (41+ messages)
          ` [PATCH] libata: disable_irq() during polling IDENTIFY (take 2)
                        ` [PATCH/RFC 0/7] libata: push part of irq driven pio to workqueue
                          ` [PATCH 1/7] libata: set the state after "PIO data-in" to HSM_ST_IDLE instead of HSM_ST_LAST
                          ` [PATCH 2/7] libata: move the ata_altstatus() in ata_hsm_qc_complete()
                          ` [PATCH 3/7] libata: move ata_altstatus() out to the pio data xfer functions
                          ` [PATCH 4/7] libata: move polling idle irq check to ata_host_intr()
                          ` [PATCH 5/7] libata: move and reduce locking to the pio data xfer functions
                          ` [PATCH 6/7] libata: push part of the irq driven pio out to workqueue
                          ` [PATCH 7/7] libata: ack unexpected INTRQ when polling

[patch 08/20] drivers/ata: remove the wildcard from sata_nv driver
 2007-05-14 10:10 UTC  (6+ messages)

ASUS M2A-VM - AMD690G - SB600 Non-Raid-5 SATA - problem
 2007-05-14  9:10 UTC  (3+ messages)

System freezes with kernel >2.6.19 - sata_nv
 2007-05-13 19:33 UTC  (8+ messages)
      ` System freezes with kernel >2.6.19 - sata_nv [added crash info kern 2.6.21.1]

[PATCH] pasemi: electra IDE/pata_platform glue
 2007-05-13 21:18 UTC  (10+ messages)

[1/2] 2.6.22-rc1: known regressions
 2007-05-13 19:11 UTC  (4+ messages)

[2.6.21.1] SATA freeze
 2007-05-13 18:18 UTC  (6+ messages)

2.6.20 libata cdrom
 2007-05-13 18:13 UTC  (15+ messages)
                ` [PATCH] libata: fallback to the other IDENTIFY on device error
                    ` [PATCH] libata: fallback to the other IDENTIFY on device error, take#2

ata/scsi crash on halt
 2007-05-13 13:03 UTC  (3+ messages)

sata_promise: which version/patch to test?
 2007-05-12 20:20 UTC  (4+ messages)

[git patches] libata updates
 2007-05-12 10:06 UTC  (2+ messages)

[PATCH] HPA Detect From Resume
 2007-05-12  6:39 UTC 

[PATCH] libata: add human-readable error value decoding
 2007-05-11 23:22 UTC  (7+ messages)

[PATCH] pata_platform: don't use generic ata_port_start
 2007-05-11 22:19 UTC  (2+ messages)

[patch 13/20] Use menuconfig objects: libata
 2007-05-11 22:16 UTC  (2+ messages)

[patch 10/20] add the ATI SB700 SATA controller device id to AHCI pci table
 2007-05-11 22:16 UTC  (3+ messages)

[patch 09/20] Add the combined mode for ATI SB700
 2007-05-11 22:16 UTC  (3+ messages)

[patch 07/20] pata_pcmcia: recognize 2GB CompactFlash from Transcend
 2007-05-11 22:16 UTC  (2+ messages)

[patch 01/20] git-libata-all: sata_via build fix
 2007-05-11 22:16 UTC  (3+ messages)

[patch 12/20] libata-core: convert to use cancel_rearming_delayed_work()
 2007-05-11 22:15 UTC  (2+ messages)

[PATCH 03/11] libata-acpi: s/CONFIG_SATA_ACPI/CONFIG_ATA_ACPI/
 2007-05-11 22:13 UTC  (2+ messages)

[PATCH] libata: give devices one last chance even if recovery failed with -EINVAL
 2007-05-11 22:10 UTC  (2+ messages)

[PATCH] libata: ignore EH scheduling during initialization
 2007-05-11 22:10 UTC  (2+ messages)

[PATCHSET] libata: reimplement suspend/resume support and fix spindown on poweroff
 2007-05-11 20:39 UTC  (5+ messages)
` [PATCH 1/2] libata: reimplement suspend/resume support using sdev->manage_start_stop

sata_mv hotplug status?
 2007-05-11 19:16 UTC  (2+ messages)

[PATCH/RFC] Fix build failure for drivers/ata/pata_scc.c
 2007-05-11 11:56 UTC  (2+ messages)

[patch 05/20] pata_acpi-restore-driver versus libata-clean-up-sff-init-mess
 2007-05-11 11:43 UTC  (2+ messages)

[PATCH] drivers/ata/pata_hpt37x.c Remove unused static variable
 2007-05-11  6:46 UTC 

[patch 19/20] SCSI: save disk in scsi_device
 2007-05-11  5:48 UTC 

[patch 18/20] genhd: send async notification on media change
 2007-05-11  5:48 UTC 

[patch 20/20] libata: send event when AN received
 2007-05-11  5:48 UTC 

[patch 11/20] libata: add support for ATA_16 on ATAPI
 2007-05-11  5:48 UTC 

[patch 17/20] libata: expose AN to user space
 2007-05-11  5:48 UTC 

[patch 16/20] scsi: expose AN to user space
 2007-05-11  5:48 UTC 

[patch 15/20] genhd: expose AN to user space
 2007-05-11  5:48 UTC 

[patch 14/20] libata: check for AN support
 2007-05-11  5:48 UTC 

[patch 04/20] pata_acpi: restore driver
 2007-05-11  5:48 UTC 

[patch 02/20] libata: clean up SFF init mess
 2007-05-11  5:48 UTC 

[patch 06/20] Optional LED trigger for libata
 2007-05-11  5:48 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).