All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/6] block: refactor blockdev transactions
@ 2023-05-10 15:06 Vladimir Sementsov-Ogievskiy
  2023-05-10 15:06 ` [PATCH v9 1/6] blockdev: refactor transaction to use Transaction API Vladimir Sementsov-Ogievskiy
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2023-05-10 15:06 UTC (permalink / raw)
  To: qemu-block; +Cc: qemu-devel, kwolf, hreitz, vsementsov, den, alexander.ivanov

Hi all!

Let's refactor QMP transactions implementation into new (relatively)
transaction API.

v9:
01: fix leaks
02-03: add r-b
04: fix leak, s/Transaction/transaction/
05: new, was part of 06
06: rework of bitmap-add action moved to 05

Vladimir Sementsov-Ogievskiy (6):
  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:  use state.bitmap in block-dirty-bitmap-add action
  blockdev: qmp_transaction: drop extra generic layer

 blockdev.c | 606 ++++++++++++++++++++++-------------------------------
 1 file changed, 249 insertions(+), 357 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-05-11  9:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-10 15:06 [PATCH v9 0/6] block: refactor blockdev transactions Vladimir Sementsov-Ogievskiy
2023-05-10 15:06 ` [PATCH v9 1/6] blockdev: refactor transaction to use Transaction API Vladimir Sementsov-Ogievskiy
2023-05-10 15:06 ` [PATCH v9 2/6] blockdev: transactions: rename some things Vladimir Sementsov-Ogievskiy
2023-05-10 15:06 ` [PATCH v9 3/6] blockdev: qmp_transaction: refactor loop to classic for Vladimir Sementsov-Ogievskiy
2023-05-10 15:06 ` [PATCH v9 4/6] blockdev: transaction: refactor handling transaction properties Vladimir Sementsov-Ogievskiy
2023-05-10 15:06 ` [PATCH v9 5/6] blockdev: use state.bitmap in block-dirty-bitmap-add action Vladimir Sementsov-Ogievskiy
2023-05-10 15:06 ` [PATCH v9 6/6] blockdev: qmp_transaction: drop extra generic layer Vladimir Sementsov-Ogievskiy
2023-05-10 15:21 ` [PATCH v9 0/6] block: refactor blockdev transactions Vladimir Sementsov-Ogievskiy
2023-05-10 15:45   ` Denis V. Lunev
2023-05-11  9:00 ` Kevin Wolf
2023-05-11  9:50   ` Vladimir Sementsov-Ogievskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.