Re: [PATCH v2] qcow2: Document and enforce the QCowL2Meta invariants

2020-11-03 Thread Max Reitz
On 07.10.20 18:13, Alberto Garcia wrote: > The QCowL2Meta structure is used to store information about a part of > a write request that touches clusters that need changes in their L2 > entries. This happens with newly-allocated clusters or subclusters. > > This structure has changed a bit since it

Re: [PATCH v2] qcow2: Document and enforce the QCowL2Meta invariants

2020-10-27 Thread Alberto Garcia
ping On Wed 07 Oct 2020 06:13:23 PM CEST, Alberto Garcia wrote: > The QCowL2Meta structure is used to store information about a part of > a write request that touches clusters that need changes in their L2 > entries. This happens with newly-allocated clusters or subclusters. > > This structure has

[PATCH v2] qcow2: Document and enforce the QCowL2Meta invariants

2020-10-07 Thread Alberto Garcia
The QCowL2Meta structure is used to store information about a part of a write request that touches clusters that need changes in their L2 entries. This happens with newly-allocated clusters or subclusters. This structure has changed a bit since it was first created and its current documentation is