Linux-ide Archive mirror
 help / color / mirror / Atom feed
[PATCH v5 0/3] libata-eh cleanups
 2025-07-16  7:34 UTC  (5+ messages)
` [PATCH v5 1/3] ata: libata-eh: Remove ata_do_eh()
` [PATCH v5 2/3] ata: libata-eh: Simplify reset operation management
` [PATCH v5 3/3] Documentation: driver-api: Update libata error handler information

Cash for Driving – Vehicle Wrap Spots Open Now!
 2025-07-15 16:14 UTC 

[PATCH v3 0/3] libata-eh cleanups
 2025-07-15 14:54 UTC  (10+ messages)
` [PATCH v3 1/3] ata: libata-eh: Remove ata_do_eh()
` [PATCH v3 2/3] ata: libata-eh: Simplify reset operation management
` [PATCH v3 3/3] Documentation: driver-api: Update libata error handler information

[PATCH v4 0/3] libata-eh cleanups
 2025-07-14 16:45 UTC  (9+ messages)
` [PATCH v4 1/3] ata: libata-eh: Remove ata_do_eh()
` [PATCH v4 2/3] ata: libata-eh: Simplify reset operation management
` [PATCH v4 3/3] Documentation: driver-api: Update libata error handler information

[PATCH v1 1/1] pata_rdc: Use registered definition for the RDC vendor
 2025-07-14  7:28 UTC  (6+ messages)

[PATCH v7 00/19] Add Command Duration Limits support
 2025-07-14  2:48 UTC  (11+ messages)
` [PATCH v7 08/19] scsi: detect support for command duration limits

[PATCH v3] ata: libata-eh: Make ata_eh_followup_srst_needed() return a bool
 2025-07-11  8:34 UTC  (2+ messages)

[PATCH] ata: libata-transport: replace scnprintf with sysfs_emit for simple attributes
 2025-07-09 13:49 UTC  (3+ messages)

[PATCH] ata: libata-transport: replace scnprintf with sysfs_emit for simple attributes
 2025-07-09 13:16 UTC  (3+ messages)

[PATCH v2 0/3] libata-eh cleanups
 2025-07-08 12:46 UTC  (12+ messages)
` [PATCH v2 1/3] ata: libata-eh: Make ata_eh_followup_srst_needed() return a bool
` [PATCH v2 2/3] ata: libata-eh: Remove ata_do_eh()
` [PATCH v2 3/3] Documentation: driver-api: Update libata error handler information

[PATCH 0/3] libata-eh cleanups
 2025-07-08  4:31 UTC  (5+ messages)
` [PATCH 1/3] ata: libata-eh: Make ata_eh_followup_srst_needed() return a bool
` [PATCH 2/3] ata: libata-eh: Remove ata_do_eh()
` [PATCH 3/3] Documentation: driver-api: Update libata error handler information

[PATCH] ata: libata-eh: use bool for fastdrain in ata_eh_set_pending()
 2025-07-07 10:43 UTC  (3+ messages)

[PATCH] ata: libata: Introduce ata_port_eh_scheduled()
 2025-07-07 10:43 UTC  (3+ messages)

[PATCH v2 0/4] Improve log directory handling and some cleanups
 2025-07-04  8:37 UTC  (9+ messages)
` [PATCH v2 1/4] ata: libata-core: Cache the general purpose log directory
` [PATCH v2 2/4] ata: libata-core: Make ata_dev_cleanup_cdl_resources() static
` [PATCH v2 3/4] ata: libata-eh: Rename and make ata_set_mode() static
` [PATCH v2 4/4] ata: libata-core: Rename ata_do_set_mode()

[PATCH 0/3] Improve log directory handling and some cleanups
 2025-07-03 10:07 UTC  (8+ messages)
` [PATCH 1/3] ata: libata-core: Cache the general purpose log directory
` [PATCH 2/3] ata: libata-core: Make ata_dev_cleanup_cdl_resources() static
` [PATCH 3/3] ata: libata-eh: Rename and make ata_set_mode() static

[PATCH v3 00/10] Improve link power management
 2025-07-02 10:06 UTC  (13+ messages)
` [PATCH v3 01/10] ata: libata-core: Introduce ata_dev_config_lpm()
` [PATCH v3 02/10] ata: libata-core: Move device LPM quirk settings to ata_dev_config_lpm()
` [PATCH v3 03/10] ata: libata-core: Advertize device support for DIPM and HIPM features
` [PATCH v3 04/10] ata: libata-eh: Avoid unnecessary resets when revalidating devices
` [PATCH v3 05/10] ata: libata-sata: Disallow changing LPM state if not supported
` [PATCH v3 06/10] ata: ahci: Disable DIPM if host lacks support
` [PATCH v3 07/10] ata: ahci: Disallow LPM policy control for external ports
` [PATCH v3 08/10] ata: ahci: Disallow LPM policy control if not supported
` [PATCH v3 09/10] ata: libata-core: Reduce the number of messages signaling broken LPM
` [PATCH v3 10/10] ata: libata_eh: Add debug messages to ata_eh_link_set_lpm()

[PATCH v2 00/10] Improve link power management
 2025-07-01 10:41 UTC  (14+ messages)
` [PATCH v2 01/10] ata: libata-core: Introduce ata_dev_config_lpm()
` [PATCH v2 02/10] ata: libata-core: Move device LPM quirk settings to ata_dev_config_lpm()
` [PATCH v2 03/10] ata: libata-core: Advertize device support for DIPM and HIPM features
` [PATCH v2 04/10] ata: libata-eh: Avoid unnecessary resets when revalidating devices
` [PATCH v2 05/10] ata: libata-sata: Disallow changing LPM state if not supported
` [PATCH v2 06/10] ata: ahci: Disable DIPM if host lacks support
` [PATCH v2 07/10] ata: ahci: Disallow LPM policy control for external ports
` [PATCH v2 08/10] ata: ahci: Disallow LPM policy control if not supported
` [PATCH v2 09/10] ata: libata-core: Reduce the number of messages signaling broken LPM
` [PATCH v2 10/10] ata: libata_eh: Add debug messages to ata_eh_link_set_lpm()

[PATCH 00/10] Improve link power management
 2025-07-01  9:25 UTC  (39+ messages)
` [PATCH 01/10] ata: libata-core: Introduce ata_dev_config_lpm()
` [PATCH 02/10] ata: libata-core: Move device LPM quirk settings to ata_dev_config_lpm()
` [PATCH 03/10] ata: libata-core: Advertize device support for DIPM and HIPM features
` [PATCH 04/10] ata: libata-eh: Avoid unnecessary resets when revalidating devices
` [PATCH 05/10] ata: libata-sata: Disallow changing LPM state if not supported
` [PATCH 06/10] ata: ahci: Disable DIPM if host lacks support
` [PATCH 07/10] ata: ahci: Disallow LPM policy control for external ports
` [PATCH 08/10] ata: ahci: Disallow LPM policy control if not supported
` [PATCH 09/10] ata: libata-core: Reduce the number of messages signaling broken LPM
` [PATCH 10/10] ata: libata_eh: Add debug messages to ata_eh_link_set_lpm()

[PATCH] ata: ahci: Add ALPM power state accounting to the AHCI driver
 2025-06-30 14:17 UTC  (4+ messages)

[PATCH v2 0/6] Various cleanups
 2025-06-30  3:58 UTC  (15+ messages)
` [PATCH v2 1/6] ata: libata: Remove ATA_DFLAG_ZAC device flag
` [PATCH v2 2/6] ata: libata-scsi: Cleanup ata_scsi_offline_dev()
` [PATCH v2 3/6] ata: Fix SATA_MOBILE_LPM_POLICY description in Kconfig
` [PATCH v2 4/6] ata: libata: Improve LPM policies description
` [PATCH v2 5/6] ata: ahci: Clarify mobile_lpm_policy description
` [PATCH v2 6/6] ata: libata-eh: Move and rename ata_eh_set_lpm()

[GIT PULL] ata fixes for 6.16-rc4
 2025-06-27 17:04 UTC  (3+ messages)

[PATCH 0/6] Various cleanups
 2025-06-27  7:38 UTC  (15+ messages)
` [PATCH 1/6] ata: libata: Remove ATA_DFLAG_ZAC device flag
` [PATCH 2/6] ata: libata-scsi: Cleanup ata_scsi_offline_dev()
` [PATCH 3/6] ata: Fix SATA_MOBILE_LPM_POLICY description in Kconfig
` [PATCH 4/6] ata: libata: Improve LPM policies description
` [PATCH 5/6] ata: ahci: Clarify mobile_lpm_policy description
` [PATCH 6/6] ata: libata-eh: Move and rename ata_eh_set_lpm()

[PATCH v2] ata: ahci: Use correct DMI identifier for ASUSPRO-D840SA LPM quirk
 2025-06-26  8:24 UTC  (5+ messages)

For sale
 2025-06-25  2:06 UTC 

For sale
 2025-06-25  2:04 UTC 

For sale
 2025-06-25  2:03 UTC 

[PATCH AUTOSEL 5.4 2/7] ata: pata_cs5536: fix build on 32-bit UML
 2025-06-24  4:13 UTC 

[PATCH AUTOSEL 5.10 2/8] ata: pata_cs5536: fix build on 32-bit UML
 2025-06-24  4:13 UTC 

[PATCH AUTOSEL 5.15 04/11] ata: pata_cs5536: fix build on 32-bit UML
 2025-06-24  4:12 UTC 

[PATCH AUTOSEL 6.1 05/15] ata: libata-acpi: Do not assume 40 wire cable if no devices are enabled
 2025-06-24  4:12 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 06/15] ata: pata_cs5536: fix build on 32-bit UML

[PATCH AUTOSEL 6.6 05/18] ata: libata-acpi: Do not assume 40 wire cable if no devices are enabled
 2025-06-24  4:12 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 06/18] ata: pata_cs5536: fix build on 32-bit UML


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 read-only IMAP folder(s) and NNTP newsgroup(s).