linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-25 09:50:43 to 2022-11-08 07:45:03 UTC [more...]

[PATCH v6 0/7] Improve libata support for FUA
 2022-11-08  7:44 UTC  (14+ 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 v2] ata: libata-core: do not issue non-internal commands once EH is pending
 2022-11-08  7:13 UTC  (6+ messages)

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

Bug report for ahci-mvebu driver
 2022-11-08  6:27 UTC  (4+ 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  (30+ 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 RFC v3 3/7] ata: libata: Make space for ATA queue command in scmd payload
` [PATCH RFC v3 4/7] ata: libata: Add ata_internal_timeout()
` [PATCH RFC v3 5/7] ata: libata: Queue ATA internal commands as requests
` [PATCH RFC v3 6/7] scsi: mvsas: Remove internal tag handling
` [PATCH RFC v3 7/7] scsi: hisi_sas: Remove internal tag handling for reserved commands

[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  (39+ messages)
` [PATCH RFC v3 01/22] blk-mq: Don't get budget for reserved requests
` [PATCH RFC v3 03/22] scsi: core: Implement reserved command handling
` [PATCH RFC v3 04/22] scsi: core: Add support to send reserved commands
` [PATCH RFC v3 09/22] scsi: libsas: Add sas_alloc_slow_task_rq()
` [PATCH RFC v3 10/22] scsi: libsas: Add sas_queuecommand_internal()
` [PATCH RFC v3 11/22] scsi: libsas: Add sas_internal_timeout()
` [PATCH RFC v3 12/22] scsi: core: Use SCSI_SCAN_RESCAN in __scsi_add_device()
` [PATCH RFC v3 13/22] scsi: scsi_transport_sas: Allocate end device target id in the rphy alloc
` [PATCH RFC v3 14/22] ata: libata-scsi: Add ata_scsi_setup_sdev()
` [PATCH RFC v3 15/22] scsi: libsas: Add sas_ata_setup_device()
` [PATCH RFC v3 16/22] ata: libata-scsi: Allocate sdev early in port probe
` [PATCH RFC v3 17/22] scsi: libsas drivers: Reserve tags
` [PATCH RFC v3 18/22] scsi: libsas: Queue SMP commands as requests
` [PATCH RFC v3 19/22] scsi: libsas: Queue TMF "
` [PATCH RFC v3 20/22] scsi: core: Add scsi_alloc_request_hwq()
` [PATCH RFC v3 21/22] scsi: libsas: Queue internal abort commands as requests
` [PATCH RFC v3 22/22] scsi: libsas: Delete sas_task_slow.timer

[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  (18+ messages)
` [PATCH v3 1/6] ata: libata: Introduce ata_ncq_supported()
` [PATCH v3 2/6] ata: libata: Rename and cleanup ata_rwcmd_protocol()
` [PATCH v3 3/6] ata: libata: cleanup fua handling
` [PATCH v3 4/6] ata: libata: Fix FUA handling in ata_build_rw_tf()
` [PATCH v3 5/6] ata: libata: blacklist FUA support for known buggy drives
` [PATCH v3 6/6] ata: libata: Enable fua support by default

[PATCH] ata: sata_dwc_460ex: remove variable num_processed
 2022-10-27  1:00 UTC  (2+ messages)

[PATCH v2 0/3] Improve libata support for FUA
 2022-10-25 23:21 UTC  (8+ 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).