On Mon, Jun 27, 2022 at 04:43:35PM -0700, Bart Van Assche wrote: > Enabling pipelining for zoned writes. Increase the number of retries > for zoned writes to the maximum number of outstanding commands per hardware > queue. How is this supposed to work? NVMe controllers are completely free to reorder. It also doesn't make sense as all zoned writes in Linux either use zone append or block layer based zone locking.