Searched hist:"38 f4ac65ac88ebf4f1869c1361f40b1817b4a39c" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/nvme/ |
H A D | trace-events | diff 38f4ac65ac88ebf4f1869c1361f40b1817b4a39c Thu Jun 17 14:06:47 CDT 2021 Klaus Jensen <k.jensen@samsung.com> hw/nvme: reimplement flush to allow cancellation
Prior to this patch, a broadcast flush would result in submitting multiple "fire and forget" aios (no reference saved to the aiocbs returned from the blk_aio_flush calls).
Fix this by issuing the flushes one after another.
Signed-off-by: Klaus Jensen <k.jensen@samsung.com> Reviewed-by: Keith Busch <kbusch@kernel.org>
|
H A D | nvme.h | diff 38f4ac65ac88ebf4f1869c1361f40b1817b4a39c Thu Jun 17 14:06:47 CDT 2021 Klaus Jensen <k.jensen@samsung.com> hw/nvme: reimplement flush to allow cancellation
Prior to this patch, a broadcast flush would result in submitting multiple "fire and forget" aios (no reference saved to the aiocbs returned from the blk_aio_flush calls).
Fix this by issuing the flushes one after another.
Signed-off-by: Klaus Jensen <k.jensen@samsung.com> Reviewed-by: Keith Busch <kbusch@kernel.org>
|
H A D | ctrl.c | diff 38f4ac65ac88ebf4f1869c1361f40b1817b4a39c Thu Jun 17 14:06:47 CDT 2021 Klaus Jensen <k.jensen@samsung.com> hw/nvme: reimplement flush to allow cancellation
Prior to this patch, a broadcast flush would result in submitting multiple "fire and forget" aios (no reference saved to the aiocbs returned from the blk_aio_flush calls).
Fix this by issuing the flushes one after another.
Signed-off-by: Klaus Jensen <k.jensen@samsung.com> Reviewed-by: Keith Busch <kbusch@kernel.org>
|