linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-18 19:24:02 to 2012-01-16 10:41:16 UTC [more...]

ASUS M2A-VM (SB600): AHCI setting in BIOS; AHCI and UDMA and `softreset failed (device not ready)`
 2012-01-16 10:03 UTC 

[GIT PATCH v4 0/2] libsas: eh reworks (ata-eh vs discovery, races, ...)
 2012-01-16  8:40 UTC  (10+ messages)
` [PATCH v4 1/2] libsas: pre-clean commands that won the eh vs completion race
` [PATCH v4 2/2] libsas: feed the scsi_block_when_processing_errors() meter

[git patches] libata updates for 3.3
 2012-01-16  5:23 UTC  (5+ messages)

highpoint rr622 ext. SATA controller, regression post 2.6.38
 2012-01-16  2:35 UTC 

[PATCH v5 0/7] libsas eh reworks: new + regression fixes
 2012-01-15  2:41 UTC  (10+ messages)
` [PATCH v5 1/7] libsas: mark all domain devices gone if root port disappears
` [PATCH v5 2/7] libsas: close scsi_remove_target() vs libata-eh race
` [PATCH v5 3/7] libsas: fix mixed topology recovery
` [PATCH v5 4/7] libsas: route local link resets through ata-eh
` [PATCH v5 5/7] libsas: fix sas_unregister_ports vs sas_drain_work
` [PATCH v5 6/7] libsas: kill spurious sas_put_device
` [RFC PATCH v5 7/7] libsas: let libata recover links that fail to transmit initial sig-fis

[Bug 12874] Seagate STT20000A no longer works
 2012-01-12  0:58 UTC 

[PATCH][SDK v1.2] sata: I/O load balancing
 2012-01-13  9:57 UTC  (3+ messages)

[PATCH][SDK v1.2] sata: I/O load balancing
 2012-01-13  8:21 UTC 

Addonics 5-Port HPM-XU (USB/ESATA) port multiplier
 2012-01-13  3:20 UTC  (2+ messages)

[PATCH v2 0/3] ahci controller runtime PM support
 2012-01-13  2:17 UTC  (5+ messages)
` [PATCH v2 1/3] ahci: port legacy pm interface to struct dev_pm_ops
` [PATCH v2 2/3] ahci: add runtime PM callbacks
` [PATCH v2 3/3] ata: runtime suspend port if no device attached

[PATCH v2] ata: pata_bf54x: Support sg list in bmdma transfer
 2012-01-12  6:50 UTC  (4+ messages)

[PATCH 6/6] ahci: support the STA2X11 I/O Hub
 2012-01-11 23:26 UTC 

Recurring error with SATA driver
 2012-01-11  1:05 UTC  (3+ messages)

[GIT PATCH v3 00/14] libsas: eh reworks (ata-eh vs discovery, races, ...)
 2012-01-09 20:03 UTC  (20+ messages)
` [PATCH v3 01/14] libsas: introduce sas_drain_work()
` [PATCH v3 02/14] libsas: remove ata_port.lock management duties from lldds
` [PATCH v3 03/14] libsas: prevent domain rediscovery competing with ata error handling
` [PATCH v3 04/14] libsas: fix timeout vs completion race
` [PATCH v3 05/14] libsas: perform sas-transport resets in shost->workq context
` [PATCH v3 06/14] libsas: sas_phy_enable via transport_sas_phy_reset
` [PATCH v3 07/14] libsas: async ata-eh
` [PATCH v3 08/14] isci: kill iphy->isci_port lookups
` [PATCH v3 09/14] isci: kill isci_port->status
` [PATCH v3 10/14] isci: fix interpretation of "hard" reset
` [PATCH v3 11/14] isci: stop interpreting ->lldd_lu_reset() as an ata soft-reset
` [PATCH v3 12/14] isci: ->lldd_ata_check_ready handler
` [PATCH v3 13/14] isci: remove bus and reset handlers
` [PATCH v3 14/14] isci: remove IDEV_EH hack to disable "discovery-time" ata resets

[PATCH v2 00/28] libsas: eh reworks (ata-eh vs discovery, races, ...)
 2012-01-09 19:04 UTC  (35+ messages)
` [PATCH v2 01/28] libsas: remove unused ata_task_resp fields
` [PATCH v2 02/28] libsas: kill sas_slave_destroy
` [PATCH v2 03/28] libsas: fix domain_device leak
` [PATCH v2 04/28] libsas: fix leak of dev->sata_dev.identify_[packet_]device
` [PATCH v2 05/28] libsas: replace event locks with atomic bitops
` [PATCH v2 06/28] libsas: convert ha->state to flags
` [PATCH v2 07/28] libsas: introduce sas_drain_work()
` [PATCH v2 08/28] libsas: remove ata_port.lock management duties from lldds
` [PATCH v2 09/28] libsas: prevent domain rediscovery competing with ata error handling
` [PATCH v2 10/28] libsas: use ->set_dmamode to notify lldds of NCQ parameters
` [PATCH v2 11/28] libsas: kill invocation of scsi_eh_finish_cmd from sas_ata_task_done
` [PATCH v2 12/28] libsas: close error handling vs sas_ata_task_done() race
` [PATCH v2 13/28] libsas: prevent double completion of scmds from eh
` [PATCH v2 14/28] libsas: fix timeout vs completion race
` [PATCH v2 15/28] libsas: let libata handle command timeouts
` [PATCH v2 16/28] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libata
` [PATCH v2 17/28] libsas: use libata-eh-reset for sata rediscovery fis transmit failures
` [PATCH v2 18/28] libsas: perform sas-transport resets in shost->workq context
` [PATCH v2 19/28] libsas: execute transport link resets with libata-eh via host workqueue
` [PATCH v2 20/28] libsas: sas_phy_enable via transport_sas_phy_reset
` [PATCH v2 21/28] libsas: Remove redundant phy state notification calls
` [PATCH v2 22/28] libsas: add mutex for SMP task execution
` [PATCH v2 23/28] libsas: async ata-eh
` [PATCH v2 24/28] libsas: poll for ata device readiness after reset
` [PATCH v2 25/28] libsas: don't mark expanders as gone when a child device is removed
` [PATCH v2 26/28] libsas: check for 'gone' expanders in smp_execute_task()
` [PATCH v2 27/28] libsas: fix sas_find_local_phy(), take phy references
` [PATCH v2 28/28] libsas: don't recover 'gone' devices in sas_ata_hard_reset()

JMicron Technology JMB362 JMB363 SError: { DevExch } ExpressCard, sometimes fails to boot
 2012-01-09  6:37 UTC  (3+ messages)

[PATCH] libata: add DVRTD08A and DVR-215 to NOSETXFER devices
 2012-01-08 12:50 UTC 

[PATCH 1/1] Add Toshiba Satellite Pro A120 to the list with broken suspend functionality
 2012-01-07 23:39 UTC 

[PATCH] pata_bf54x: fix BMIDE status register emulation
 2012-01-06 17:45 UTC  (14+ messages)
` [PATCH v2] "

linux-next: Tree for Dec 21
 2012-01-06 15:34 UTC  (41+ messages)
                  ` [PATCH block/for-3.3/core] block: an exiting task should be allowed to create io_context
                                                ` [PATCH block:for-3.3/core] cfq: merged request shouldn't jump to a different cfqq
                                                          ` [PATCH block:for-3.3/core] block: disable ELEVATOR_INSERT_SORT_MERGE

Crash with sata_sil24 driver
 2012-01-05  6:54 UTC  (9+ messages)

[PATCH v3 0/3] fixes for ata port runtime pm support
 2012-01-05  1:50 UTC  (5+ messages)
` [PATCH v3 1/3] [SCSI]: runtime resume parent for child's system-resume
` [PATCH v3 2/3] ata: update ata port's runtime status during system resume
` [PATCH v3 3/3] ata: add ata port hibernate callbacks

highpoint rocketraid 622 regression, no longer recognized post 3.0 kernel
 2012-01-04 21:24 UTC 

(unknown),
 2012-01-04 21:23 UTC 

Failed to set xfermode DVR-215
 2012-01-03 23:30 UTC 

[RFC][PATCH 0/4] ahci controller runtime PM support
 2012-01-02 15:57 UTC  (4+ messages)
` [RFC][PATCH 4/4] ahci: support hot plug when port/controller is runtime suspended

[PATCH] ata: pata-bf54x: Support sg list in bmdma transfer
 2011-12-31  5:42 UTC  (2+ messages)
` [uclinux-dist-devel] "

[git patch] libata build fix for 3.2-rc
 2011-12-22 22:09 UTC  (3+ messages)

pata_of_platform.c cannot build on sparc
 2011-12-22 20:00 UTC  (8+ messages)
` [PATCH] pata_of_platform: remove direct dependency on OF_IRQ

[PATCH] libata-core: kill duplicate statement in ata_do_set_mode()
 2011-12-22 19:41 UTC 

[CFP] Linux Storage, Filesystem & Memory Management Summit 2012 (April 1-2)
 2011-12-21 18:23 UTC 

[PATCH 2/2 v2] FSL SATA: fix the controller operating mode
 2011-12-20  6:50 UTC 

[PATCH 00/24] libsas: eh reworks (ata-eh vs discovery, races, ...)
 2011-12-20  7:08 UTC  (18+ messages)
` [PATCH 02/24] workqueue: defer work to a draining queue
` [PATCH 04/24] libsas: remove unused ata_task_resp fields
` [PATCH 06/24] libsas: fix domain_device leak
` [PATCH 07/24] libsas: fix leak of dev->sata_dev.identify_[packet_]device
` [PATCH 14/24] libsas: prevent double completion of scmds from eh
` [PATCH 24/24] libsas: poll for ata device readiness after reset

[PATCH 1/2 v3] libata-pmp: add schedule timeout to support some PMP cards
 2011-12-19 12:15 UTC  (3+ messages)
` [PATCH 2/2] FSL SATA: fix the controller operating mode


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).