[PATCH v2 3/3] ata: ahci: implement SCSI_SYNC_CACHE

2025-04-05 Thread Caleb Connolly
The SCSI layer now issues a SYNC_CACHE command after every write to ensure there is no data loss due to a board reset after write. Implement support for this command and remove the same logic from the ATA write path to be consistent with other SCSI backends. Ranges are not supported and the whole

Re: [PATCH v2 3/3] ata: ahci: implement SCSI_SYNC_CACHE

2025-03-26 Thread Neil Armstrong
On 26/03/2025 13:24, Caleb Connolly wrote: The SCSI layer now issues a SYNC_CACHE command after every write to ensure there is no data loss due to a board reset after write. Implement support for this command and remove the same logic from the ATA write path to be consistent with other SCSI back