Re: [PATCH v4 0/5] block: allow commit to unmap zero blocks

2024-11-18 Thread Vladimir Sementsov-Ogievskiy
On 26.10.24 19:30, Vincent Vanlaer wrote: This patch series adds support for zero blocks in non-active commits. The first three patches in the series refactor the relevant code, patch four makes the actual changes, and the last patch adds a test for the new functionality. --- Changes since v3:

[PATCH v4 0/5] block: allow commit to unmap zero blocks

2024-10-26 Thread Vincent Vanlaer
This patch series adds support for zero blocks in non-active commits. The first three patches in the series refactor the relevant code, patch four makes the actual changes, and the last patch adds a test for the new functionality. --- Changes since v3: - minor reformating based on checkpatch.pl -