messages from 2022-10-24 16:50:48 to 2022-11-08 05:55:54 UTC [more...]
[PATCH v6 0/7] Improve libata support for FUA
2022-11-08 5:55 UTC (3+ 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 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
[PATCH v2] ata: libata-core: do not issue non-internal commands once EH is pending
2022-11-08 3:50 UTC (4+ messages)
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 v2] ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failure
2022-11-07 14:17 UTC (3+ messages)
[PATCH] ata: libata-core: do not issue non-internal commands once EH is pending
2022-11-07 13:40 UTC (2+ messages)
[PATCH 0/3] ata: libata-transport: fix some error handing
2022-11-07 12:59 UTC (4+ 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 RFC v3 00/22] blk-mq/libata/scsi: SCSI driver tagging improvements Part I
2022-11-07 10:20 UTC (44+ messages)
` [PATCH RFC v3 01/22] blk-mq: Don't get budget for reserved requests
` [PATCH RFC v3 02/22] scsi: core: Add scsi_get_dev()
` [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 05/22] scsi: core: Add support for reserved command timeout handling
` [PATCH RFC v3 06/22] scsi: libsas: Improve sas_ex_discover_expander() error handling
` [PATCH RFC v3 07/22] scsi: libsas: Notify LLDD expander found before calling sas_rphy_add()
` [PATCH RFC v3 08/22] scsi: scsi_transport_sas: Alloc sdev for expander
` [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
Bug report for ahci-mvebu driver
2022-11-07 9:22 UTC (3+ messages)
[PATCH] ata: libata-transport: fix double ata_host_put() in ata_tport_add()
2022-11-07 8:49 UTC
[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 (11+ messages)
[PATCH 00/14] ARM: remove unused davinci board & drivers
2022-10-24 18:25 UTC (2+ messages)
[PATCH 00/21] ARM: s3c: clean out obsolete platforms
2022-10-24 13:18 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).