linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-22 12:11:05 to 2023-05-11 01:25:08 UTC [more...]

[PATCH v7 00/19] Add Command Duration Limits support
 2023-05-11  1:13 UTC  (16+ messages)
` [PATCH v7 01/19] ioprio: cleanup interface definition
` [PATCH v7 02/19] block: introduce ioprio hints
` [PATCH v7 03/19] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v7 04/19] scsi: core: allow libata to complete successful commands via EH
` [PATCH v7 05/19] scsi: rename and move get_scsi_ml_byte()
` [PATCH v7 06/19] scsi: support retrieving sub-pages of mode pages
` [PATCH v7 07/19] scsi: support service action in scsi_report_opcode()
` [PATCH v7 08/19] scsi: detect support for command duration limits
` [PATCH v7 09/19] scsi: allow enabling and disabling "
` [PATCH v7 10/19] scsi: sd: set read/write commands CDL index
` [PATCH v7 11/19] scsi: sd: handle read/write CDL timeout failures
` [PATCH v7 12/19] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v7 13/19] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION
` [PATCH v7 14/19] ata: libata: detect support for command duration limits
` [PATCH v7 15/19] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()

[PATCH 0/6] libata: remove references to 'old' error handler
 2023-05-10 22:52 UTC  (7+ messages)
` [PATCH 1/6] ata: remove reference to non-existing error_handler()
` [PATCH 2/6] ata,scsi: remove ata_sas_port_{start,stop} callbacks
` [PATCH 3/6] ata,scsi: remove ata_sas_port_destroy()
` [PATCH 4/6] ata: remove ata_sas_sync_probe()
` [PATCH 5/6] ata: inline ata_port_probe()
` [PATCH 6/6] ata,scsi: cleanup ata_port_probe()

Pompy ciepła - nowe warunki
 2023-05-09  7:45 UTC 

[PATCH v4 2/2] ata: libata: Defer rescan on suspended device
 2023-05-07 15:22 UTC  (2+ messages)

[PATCH] dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries
 2023-05-05 11:17 UTC  (4+ messages)

[PATCH v3 02/38] ata: add HAS_IOPORT dependencies
 2023-04-28 13:32 UTC  (7+ messages)

[PATCH v2] ata: libata-core: Simplies if condition
 2023-04-28  9:51 UTC  (3+ messages)

[PATCH v3 2/2] ata: libata: Defer rescan on suspended device
 2023-04-27 11:38 UTC  (3+ messages)

[PATCH 00/43] ep93xx device tree conversion
 2023-04-26 21:06 UTC  (9+ messages)
` [PATCH 24/43] dt-bindings: ata: Add DT bindings ep93xx pata
` [PATCH 25/43] pata: cirrus: add DT support for Cirrus EP93xx

[GIT PULL] ata changes for 6.4-rc1
 2023-04-26 20:13 UTC  (2+ messages)

biznesowy angielski
 2023-04-25  7:36 UTC 

[PATCH v2] ata: libata: Defer rescan on suspended device
 2023-04-25  8:34 UTC  (2+ messages)

[PATCH v2] ata: libata-core: Simplies if condition
 2023-04-22 12:14 UTC 

ich bin Edwin Castro
 2023-04-21 13:01 UTC 

[PATCH] drivers/ata: Improve performance and readability
 2023-04-21 22:07 UTC  (2+ messages)

[PATCHv1 0/5] Add RK3588 SATA support
 2023-04-21 19:28 UTC  (11+ messages)
` [PATCHv1 1/5] dt-bindings: soc: rockchip: add rk3588 pipe-phy syscon
` [PATCHv1 2/5] dt-bindings: ata: ahci: add RK3588 AHCI controller
` [PATCHv1 3/5] dt-bindings: phy: rockchip: rk3588 has two reset lines
` [PATCHv1 4/5] arm64: dts: rockchip: rk3588: add combo PHYs
` [PATCHv1 5/5] arm64: dts: rockchip: rk3588: add SATA support

[PATCH] PCI: Add ASPEED vendor ID
 2023-04-21  6:49 UTC  (3+ messages)

ich bin Edwin Castro
 2023-04-20 18:29 UTC 

Tlakově litý
 2023-04-19  7:50 UTC 

Apply ATI NCQ horkage to ASPEED as well
 2023-04-18 21:17 UTC  (10+ messages)
` [PATCH 1/2] gpu: Move ASPEED vendor ID definition to pci_ids.h
` [PATCH 2/2] ata: libata-core: Apply ATI NCQ horkage to ASPEED as well

[PATCH v6 00/19] Add Command Duration Limits support
 2023-04-18  5:35 UTC  (49+ messages)
` [PATCH v6 01/19] ioprio: cleanup interface definition
` [PATCH v6 02/19] block: introduce ioprio hints
` [PATCH v6 03/19] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v6 04/19] scsi: core: allow libata to complete successful commands via EH
` [PATCH v6 05/19] scsi: rename and move get_scsi_ml_byte()
` [PATCH v6 06/19] scsi: support retrieving sub-pages of mode pages
` [PATCH v6 07/19] scsi: support service action in scsi_report_opcode()
` [PATCH v6 08/19] scsi: detect support for command duration limits
` [PATCH v6 09/19] scsi: allow enabling and disabling "
` [PATCH v6 10/19] scsi: sd: set read/write commands CDL index
` [PATCH v6 11/19] scsi: sd: handle read/write CDL timeout failures
` [PATCH v6 12/19] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v6 13/19] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION
` [PATCH v6 14/19] ata: libata: detect support for command duration limits
` [PATCH v6 15/19] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v6 16/19] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v6 17/19] ata: libata: add ATA feature control sub-page translation
` [PATCH v6 18/19] ata: libata: set read/write commands CDL index
` [PATCH v6 19/19] ata: libata: handle completion of CDL commands using policy 0xD

[PATCH v3] UML: pata_cs5536: fix build for X86_32 UML with TRACEPOINTS
 2023-04-16  9:43 UTC  (6+ messages)

W sprawie samochodu
 2023-04-14  8:23 UTC 

[LSF/MM/BPF] Running BOF
 2023-04-13 18:28 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-04-12  7:36 UTC 

[GIT PULL] ata fixes for 6.3-rc7
 2023-04-11 18:52 UTC  (2+ messages)

[PATCH] ata: Change email addresses in MAINTAINERS
 2023-04-11  4:01 UTC  (2+ messages)

Multiple undefined configuration options are dependent in Kconfig under the v6.3-rc4 drivers directory
 2023-04-10 23:40 UTC  (3+ messages)

[PATCH v5 00/19] Add Command Duration Limits support
 2023-04-05 22:29 UTC  (31+ messages)
` [PATCH v5 01/19] ioprio: cleanup interface definition
` [PATCH v5 02/19] block: introduce ioprio hints
` [PATCH v5 03/19] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v5 04/19] scsi: core: allow libata to complete successful commands via EH
` [PATCH v5 05/19] scsi: rename and move get_scsi_ml_byte()
` [PATCH v5 06/19] scsi: support retrieving sub-pages of mode pages
` [PATCH v5 07/19] scsi: support service action in scsi_report_opcode()
` [PATCH v5 08/19] scsi: detect support for command duration limits
` [PATCH v5 09/19] scsi: allow enabling and disabling "
` [PATCH v5 10/19] scsi: sd: set read/write commands CDL index
` [PATCH v5 11/19] scsi: sd: handle read/write CDL timeout failures
` [PATCH v5 12/19] ata: libata-scsi: remove unnecessary !cmd checks
` [PATCH v5 13/19] ata: libata: change ata_eh_request_sense() to not set CHECK_CONDITION
` [PATCH v5 14/19] ata: libata: detect support for command duration limits
` [PATCH v5 15/19] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v5 16/19] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v5 17/19] ata: libata: add ATA feature control sub-page translation
` [PATCH v5 18/19] ata: libata: set read/write commands CDL index
` [PATCH v5 19/19] ata: libata: handle completion of CDL commands using policy 0xD

[ata] : SATA device speed down after multiple power reset
 2023-04-04 20:13 UTC 

The SATA_ini162x
 2023-04-04 19:59 UTC  (3+ messages)

[ata] : SATA device speed down after multiple power reset
 2023-03-30 13:13 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2023-03-28  7:45 UTC 

[PATCH] dt-bindings: ata: Drop unneeded quotes
 2023-03-27 23:27 UTC  (4+ messages)

W sprawie samochodu
 2023-03-27  7:30 UTC 

[PATCH 0/2] Fixes for pata parport bpck6 protocol driver
 2023-03-26 20:14 UTC  (7+ messages)
` [PATCH 1/2] ata: pata_parport-bpck6: Remove dependency on 64BIT
` [PATCH 2/2] ata: pata_parport-bpck6: Declare mode_map as static

[PATCH 00/32] pata_parport-bpck6: rework bpck6 protocol driver
 2023-03-26  9:08 UTC  (7+ messages)

[PATCH] pata_parport: Clean up some inconsistent indenting
 2023-03-22 22:36 UTC  (3+ messages)


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