linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-27 17:23:39 to 2022-11-14 20:52:24 UTC [more...]

Bug report for ahci-mvebu driver
 2022-11-14 20:52 UTC  (10+ messages)

[PATCH] pata_parport: add driver (PARIDE replacement)
 2022-11-14 19:25 UTC  (8+ messages)

[PATCH v2] ata: libata: fix commands incorrectly not getting retried during NCQ error
 2022-11-14 17:21 UTC 

[PATCH 0/2] libata NCQ error handling fix and improvement
 2022-11-14 17:19 UTC  (6+ messages)
` [PATCH 1/2] ata: libata: only mark a single command as error during a NCQ error
` [PATCH 2/2] ata: libata: skip error analysis for commands that are not errors

[patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes
 2022-11-13 23:29 UTC  (3+ messages)
` [patch 02/10] ata: ahci: Remove linux/msi.h include

[GIT PULL] ata fixes for 6.1-rc5
 2022-11-12  4:30 UTC  (2+ messages)

[PATCH] ata: ep93xx: use devm_platform_get_and_ioremap_resource()
 2022-11-12  2:11 UTC  (3+ messages)

[PATCH v2] ata: sata_dwc_460ex: Check !irq instead of irq == NO_IRQ
 2022-11-12  2:11 UTC  (2+ messages)

[PATCH v3] ata: libata-core: do not issue non-internal commands once EH is pending
 2022-11-12  1:41 UTC  (6+ messages)

[PATCH v3 0/4] ata: libata-transport: fix some error handlings
 2022-11-11  8:55 UTC  (6+ messages)
` [PATCH v3 1/4] ata: libata-transport: fix double ata_host_put() in ata_tport_add()
` [PATCH v3 2/4] ata: libata-transport: fix error handling "
` [PATCH v3 3/4] ata: libata-transport: fix error handling in ata_tlink_add()
` [PATCH v3 4/4] ata: libata-transport: fix error handling in ata_tdev_add()

[PATCH] ata: libata-sff: kill unused ata_sff_busy_sleep()
 2022-11-11  8:23 UTC  (2+ messages)

[PATCH] ata: sata_dwc_460ex: Check !irq instead of irq == NO_IRQ
 2022-11-11  8:18 UTC  (2+ messages)

[PATCH v2] ata: libata-core: do not issue non-internal commands once EH is pending
 2022-11-09  9:37 UTC  (10+ messages)

[PATCH v2 0/4] ata: libata-transport: fix some error handing
 2022-11-08 10:49 UTC  (9+ messages)
` [PATCH v2 1/4] ata: libata-transport: fix double ata_host_put() in ata_tport_add()
` [PATCH v2 2/4] ata: libata-transport: fix error handling "
` [PATCH v2 3/4] ata: libata-transport: fix error handling in ata_tlink_add()
` [PATCH v2 4/4] ata: libata-transport: fix error handling in ata_tdev_add()

Słowa kluczowe do wypozycjonowania
 2022-11-08  8:35 UTC 

[PATCH v6 0/7] Improve libata support for FUA
 2022-11-08  7:45 UTC  (16+ messages)
` [PATCH v6 1/7] block: add a sanity check for non-write flush/fua bios
` [PATCH v6 2/7] ata: libata: Introduce ata_ncq_supported()
` [PATCH v6 3/7] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v6 4/7] ata: libata: cleanup fua support detection
` [PATCH v6 5/7] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v6 6/7] ata: libata: blacklist FUA support for known buggy drives
` [PATCH v6 7/7] ata: libata: Enable fua support by default

[PATCH 0/3] ata: libata-transport: fix some error handing
 2022-11-08  6:49 UTC  (8+ messages)
` [PATCH 1/3] ata: libata-transport: fix error handling in ata_tport_add()
` [PATCH 2/3] ata: libata-transport: fix error handling in ata_tlink_add()
` [PATCH 3/3] ata: libata-transport: fix error handling in ata_tdev_add()

[PATCH] ata: libata-transport: fix double ata_host_put() in ata_tport_add()
 2022-11-08  6:41 UTC  (2+ messages)

[PATCH v2] ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failure
 2022-11-08  6:11 UTC  (4+ messages)

[PATCH v5 0/7] Improve libata support for FUA
 2022-11-08  5:53 UTC  (25+ messages)
` [PATCH v5 1/7] block: add a sanity check for non-write flush/fua bios
` [PATCH v5 2/7] ata: libata: Introduce ata_ncq_supported()
` [PATCH v5 3/7] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v5 4/7] ata: libata: cleanup fua support detection
` [PATCH v5 5/7] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v5 6/7] ata: libata: blacklist FUA support for known buggy drives
` [PATCH v5 7/7] ata: libata: Enable fua support by default

[PATCH 1/2] ata: ahci (gcc13): use BIT() for bit definitions in enum
 2022-11-08  5:01 UTC  (5+ messages)
` [PATCH 2/2] ata: ahci (gcc13): use U suffix for enum definitions

Loading pata_marvell module will crash the kernel when there is an error reading an attached SATA drive
 2022-11-07 17:02 UTC 

[PATCH RFC v3 0/7] blk-mq/libata/scsi: SCSI driver tagging improvements Part II
 2022-11-07 14:34 UTC  (25+ messages)
` [PATCH RFC v3 1/7] ata: libata-scsi: Add ata_scsi_queue_internal()
` [PATCH RFC v3 2/7] ata: libata-scsi: Add ata_internal_queuecommand()

[PATCH] ata: libata-core: do not issue non-internal commands once EH is pending
 2022-11-07 13:40 UTC  (2+ messages)

[PATCH RFC v3 00/22] blk-mq/libata/scsi: SCSI driver tagging improvements Part I
 2022-11-07 10:20 UTC  (12+ messages)
` [PATCH RFC v3 16/22] ata: libata-scsi: Allocate sdev early in port probe
` [PATCH RFC v3 21/22] scsi: libsas: Queue internal abort commands as requests

[PATCH] ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failure
 2022-11-07  3:05 UTC  (3+ messages)

[PATCH v4 0/7] Improve libata support for FUA
 2022-11-05 15:32 UTC  (16+ messages)
` [PATCH v4 1/7] block: Prevent the use of REQ_FUA with read operations
` [PATCH v4 2/7] ata: libata: Introduce ata_ncq_supported()
` [PATCH v4 3/7] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v4 4/7] ata: libata: cleanup fua support detection
` [PATCH v4 5/7] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v4 6/7] ata: libata: blacklist FUA support for known buggy drives
` [PATCH v4 7/7] ata: libata: Enable fua support by default

[PATCH 00/30] ARM: pxa: remove all unused boards&drivers
 2022-11-04  9:20 UTC  (4+ messages)

[QUESTION] {start,stop}_this_handle() and lockdep annotations
 2022-11-04  8:04 UTC  (2+ messages)

[GIT PULL] ata fixes for 6.1-rc4
 2022-11-04  0:09 UTC  (2+ messages)

[PATCH v4 0/7]
 2022-11-02 14:25 UTC  (11+ messages)
` [PATCH v4 1/7] block: Prevent the use of REQ_FUA with read operations
` [PATCH v4 2/7] ata: libata: Introduce ata_ncq_supported()
` [PATCH v4 3/7] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v4 4/7] ata: libata: cleanup fua support detection
` [PATCH v4 5/7] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v4 6/7] ata: libata: blacklist FUA support for known buggy drives
` [PATCH v4 7/7] ata: libata: Enable fua support by default

[PATCH RESEND] ata: palmld: fix return value check in palmld_pata_probe()
 2022-11-02  7:34 UTC  (5+ messages)

[PATCH] ata: pata_legacy: fix pdc20230_set_piomode()
 2022-11-02  7:34 UTC  (3+ messages)

[PATCH v3 0/6] Improve libata support for FUA
 2022-10-28 16:45 UTC  (7+ messages)
` [PATCH v3 4/6] ata: libata: Fix FUA handling in ata_build_rw_tf()


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