mbox series

[v7,0/5] block: refactor blockdev transactions

Message ID 20230221155051.746312-1-vsementsov@yandex-team.ru
Headers show
Series block: refactor blockdev transactions | expand

Message

Vladimir Sementsov-Ogievskiy Feb. 21, 2023, 3:50 p.m. UTC
Hi all!

v7: fixed my email, sorry for the noise.

That's a next portion of old good
"[PATCH v5 00/45] Transactional block-graph modifying API", rebased to
master.

Now, refactor QMP transactions implementation into new (relatively)
transaction API.

Vladimir Sementsov-Ogievskiy (5):
  blockdev: refactor transaction to use Transaction API
  blockdev: transactions: rename some things
  blockdev: qmp_transaction: refactor loop to classic for
  blockdev: transaction: refactor handling transaction properties
  blockdev: qmp_transaction: drop extra generic layer

 blockdev.c | 612 ++++++++++++++++++++++-------------------------------
 1 file changed, 255 insertions(+), 357 deletions(-)

Comments

Vladimir Sementsov-Ogievskiy Feb. 21, 2023, 3:53 p.m. UTC | #1
On 21.02.23 18:50, Vladimir Sementsov-Ogievskiy wrote:
> Hi all!
> 
> v7: fixed my email, sorry for the noise.

Ohh. fixed in s-o-b, but not in "Author: ". :). Will fix on next version to avoid one more extra resend. Please don't merge with wrong emails.

> 
> That's a next portion of old good
> "[PATCH v5 00/45] Transactional block-graph modifying API", rebased to
> master.
> 
> Now, refactor QMP transactions implementation into new (relatively)
> transaction API.
> 
> Vladimir Sementsov-Ogievskiy (5):
>    blockdev: refactor transaction to use Transaction API
>    blockdev: transactions: rename some things
>    blockdev: qmp_transaction: refactor loop to classic for
>    blockdev: transaction: refactor handling transaction properties
>    blockdev: qmp_transaction: drop extra generic layer
> 
>   blockdev.c | 612 ++++++++++++++++++++++-------------------------------
>   1 file changed, 255 insertions(+), 357 deletions(-)
>