qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] ide: abort TRIM operation for invalid range
@ 2017-12-08 12:10 Anton Nefedov
  2017-12-08 12:10 ` [Qemu-devel] [PATCH 1/3] ide: pass IDEState to trim AIO callback Anton Nefedov
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Anton Nefedov @ 2017-12-08 12:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, jsnow, Anton Nefedov

Started from the separate series discussion (trim statistics) , see
http://lists.nongnu.org/archive/html/qemu-devel/2017-12/msg01059.html

There is no range check for IDE trim requests now.
Such request will likely be rejected by the block layer and count as
failed and not an invalid/aborted operation.

Anton Nefedov (3):
  ide: pass IDEState to trim AIO callback
  ide: move ide_sect_range_ok() up
  ide: abort TRIM operation for invalid range

 hw/ide/core.c | 53 +++++++++++++++++++++++++++++++++--------------------
 1 file changed, 33 insertions(+), 20 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-01-19 22:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-08 12:10 [Qemu-devel] [PATCH 0/3] ide: abort TRIM operation for invalid range Anton Nefedov
2017-12-08 12:10 ` [Qemu-devel] [PATCH 1/3] ide: pass IDEState to trim AIO callback Anton Nefedov
2017-12-08 12:10 ` [Qemu-devel] [PATCH 2/3] ide: move ide_sect_range_ok() up Anton Nefedov
2017-12-08 12:10 ` [Qemu-devel] [PATCH 3/3] ide: abort TRIM operation for invalid range Anton Nefedov
2017-12-08 19:51   ` John Snow
2017-12-11  8:38     ` Anton Nefedov
2017-12-08 20:13 ` [Qemu-devel] [PATCH 0/3] " John Snow
2018-01-19 22:31 ` John Snow

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