All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/10] Block jobs & NBD patches
@ 2022-06-14 10:29 Vladimir Sementsov-Ogievskiy
  2022-06-14 10:29 ` [PULL 01/10] block/copy-before-write: refactor option parsing Vladimir Sementsov-Ogievskiy
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2022-06-14 10:29 UTC (permalink / raw)
  To: qemu-block
  Cc: qemu-devel, armbru, stefanha, eblake, hreitz, kwolf, vsementsov,
	peter.maydell

The following changes since commit debd0753663bc89c86f5462a53268f2e3f680f60:

  Merge tag 'pull-testing-next-140622-1' of https://github.com/stsquad/qemu into staging (2022-06-13 21:10:57 -0700)

are available in the Git repository at:

  https://gitlab.com/vsementsov/qemu.git tags/pull-block-2022-06-14

for you to fetch changes up to 5aef6747a250f545ff53ba7e1a3ed7a3d166011a:

  MAINTAINERS: update Vladimir's address and repositories (2022-06-14 12:51:48 +0300)

----------------------------------------------------------------
Block jobs & NBD patches

- add new options for copy-before-write filter
- new trace points for NBD
- prefer unsigned type for some 'in_flight' fields
- update my addresses in MAINTAINERS (already in Stefan's tree, but
  I think it's OK to send it with this PULL)


Note also, that I've recently updated my pgp key with new address and
new expire time.
Updated key is here: https://keys.openpgp.org/search?q=vsementsov%40yandex-team.ru

----------------------------------------------------------------

Denis V. Lunev (2):
  nbd: trace long NBD operations
  block: use 'unsigned' for in_flight field on driver state

Vladimir Sementsov-Ogievskiy (8):
  block/copy-before-write: refactor option parsing
  block/copy-before-write: add on-cbw-error open parameter
  iotests: add copy-before-write: on-cbw-error tests
  util: add qemu-co-timeout
  block/block-copy: block_copy(): add timeout_ns parameter
  block/copy-before-write: implement cbw-timeout option
  iotests: copy-before-write: add cases for cbw-timeout option
  MAINTAINERS: update Vladimir's address and repositories

 MAINTAINERS                                   |  22 +-
 block/block-copy.c                            |  33 ++-
 block/copy-before-write.c                     | 111 ++++++---
 block/mirror.c                                |   2 +-
 block/nbd.c                                   |   8 +-
 block/trace-events                            |   2 +
 include/block/block-copy.h                    |   4 +-
 include/qemu/coroutine.h                      |  13 ++
 nbd/client-connection.c                       |   2 +
 nbd/trace-events                              |   3 +
 qapi/block-core.json                          |  31 ++-
 tests/qemu-iotests/pylintrc                   |   5 +
 tests/qemu-iotests/tests/copy-before-write    | 213 ++++++++++++++++++
 .../qemu-iotests/tests/copy-before-write.out  |   5 +
 util/meson.build                              |   1 +
 util/qemu-co-timeout.c                        |  89 ++++++++
 16 files changed, 492 insertions(+), 52 deletions(-)
 create mode 100755 tests/qemu-iotests/tests/copy-before-write
 create mode 100644 tests/qemu-iotests/tests/copy-before-write.out
 create mode 100644 util/qemu-co-timeout.c

-- 
2.25.1



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

end of thread, other threads:[~2022-07-06 17:06 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-14 10:29 [PULL 00/10] Block jobs & NBD patches Vladimir Sementsov-Ogievskiy
2022-06-14 10:29 ` [PULL 01/10] block/copy-before-write: refactor option parsing Vladimir Sementsov-Ogievskiy
2022-06-14 10:29 ` [PULL 02/10] block/copy-before-write: add on-cbw-error open parameter Vladimir Sementsov-Ogievskiy
2022-06-14 10:29 ` [PULL 03/10] iotests: add copy-before-write: on-cbw-error tests Vladimir Sementsov-Ogievskiy
2022-06-14 10:29 ` [PULL 04/10] util: add qemu-co-timeout Vladimir Sementsov-Ogievskiy
2022-06-14 10:29 ` [PULL 05/10] block/block-copy: block_copy(): add timeout_ns parameter Vladimir Sementsov-Ogievskiy
2022-06-14 10:29 ` [PULL 06/10] block/copy-before-write: implement cbw-timeout option Vladimir Sementsov-Ogievskiy
2022-06-14 10:29 ` [PULL 07/10] iotests: copy-before-write: add cases for " Vladimir Sementsov-Ogievskiy
2022-07-05  9:03   ` copy-before-write test failing (was: Re: [PULL 07/10] iotests: copy-before-write: add cases for cbw-timeout option) Thomas Huth
2022-07-05  9:44     ` Vladimir Sementsov-Ogievskiy
2022-07-06 16:22     ` copy-before-write test failing Thomas Huth
2022-07-06 17:05       ` Vladimir Sementsov-Ogievskiy
2022-06-14 10:29 ` [PULL 08/10] nbd: trace long NBD operations Vladimir Sementsov-Ogievskiy
2022-06-14 10:29 ` [PULL 09/10] block: use 'unsigned' for in_flight field on driver state Vladimir Sementsov-Ogievskiy
2022-06-14 10:29 ` [PULL 10/10] MAINTAINERS: update Vladimir's address and repositories Vladimir Sementsov-Ogievskiy
2022-06-14 18:05 ` [PULL 00/10] Block jobs & NBD patches Richard Henderson
2022-06-15  9:47   ` Vladimir Sementsov-Ogievskiy
2022-06-15 14:39     ` Richard Henderson

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.