On 5/12/25 14:28, Hanna Czenczek wrote:
On 29.04.25 12:31, Jean-Louis Dupond wrote:
When discard-no-unref is enabled, discards are not queued like it
should.
This was broken since discard-no-unref was added.
Add some helper function qcow2_discard_cluster which handles some common
checks and c
On 29.04.25 12:31, Jean-Louis Dupond wrote:
When discard-no-unref is enabled, discards are not queued like it
should.
This was broken since discard-no-unref was added.
Add some helper function qcow2_discard_cluster which handles some common
checks and calls the queue_discards function if needed
When discard-no-unref is enabled, discards are not queued like it
should.
This was broken since discard-no-unref was added.
Add some helper function qcow2_discard_cluster which handles some common
checks and calls the queue_discards function if needed to add the
discard request to the queue.
Sign