qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/15] NBD patches through 2023-10-05
@ 2023-10-05 18:44 Eric Blake
  2023-10-05 18:44 ` [PULL 01/15] mailmap: Fix Andrey Drobyshev author email Eric Blake
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Eric Blake @ 2023-10-05 18:44 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 2f3913f4b2ad74baeb5a6f1d36efbd9ecdf1057d:

  Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2023-10-05 09:01:01 -0400)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2023-10-05

for you to fetch changes up to 2dcbb11b399ada51f734229b612e4f561a2aae0a:

  nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS (2023-10-05 11:02:08 -0500)

----------------------------------------------------------------
NBD patches for 2023-10-05

- various: mailmap cleanups
- Eric Blake: enable use of NBD 64-bit extended headers

----------------------------------------------------------------
Andrey Drobyshev (1):
      mailmap: Fix Andrey Drobyshev author email

Eric Blake (14):
      maint: Tweak comments in mailmap regarding SPF
      mailmap: Fix BALATON Zoltan author email
      nbd/server: Support a request payload
      nbd/server: Prepare to receive extended header requests
      nbd/server: Prepare to send extended header replies
      nbd/server: Support 64-bit block status
      nbd/server: Enable initial support for extended headers
      nbd/client: Plumb errp through nbd_receive_replies
      nbd/client: Initial support for extended headers
      nbd/client: Accept 64-bit block status chunks
      nbd/client: Request extended headers during negotiation
      nbd/server: Refactor list of negotiated meta contexts
      nbd/server: Prepare for per-request filtering of BLOCK_STATUS
      nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS

 docs/interop/nbd.txt                             |   1 +
 include/block/nbd.h                              |   5 +-
 nbd/nbd-internal.h                               |   5 +-
 block/nbd.c                                      |  67 ++--
 nbd/client-connection.c                          |   2 +-
 nbd/client.c                                     | 124 ++++---
 nbd/server.c                                     | 426 ++++++++++++++++++-----
 qemu-nbd.c                                       |   4 +
 .mailmap                                         |  16 +-
 block/trace-events                               |   1 +
 nbd/trace-events                                 |   5 +-
 tests/qemu-iotests/223.out                       |  18 +-
 tests/qemu-iotests/233.out                       |   4 +
 tests/qemu-iotests/241.out                       |   3 +
 tests/qemu-iotests/307.out                       |  15 +-
 tests/qemu-iotests/tests/nbd-qemu-allocation.out |   3 +-
 16 files changed, 538 insertions(+), 161 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2023-10-10  1:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-05 18:44 [PULL 00/15] NBD patches through 2023-10-05 Eric Blake
2023-10-05 18:44 ` [PULL 01/15] mailmap: Fix Andrey Drobyshev author email Eric Blake
2023-10-05 18:44 ` [PULL 02/15] maint: Tweak comments in mailmap regarding SPF Eric Blake
2023-10-05 18:44 ` [PULL 03/15] mailmap: Fix BALATON Zoltan author email Eric Blake
2023-10-05 18:44 ` [PULL 04/15] nbd/server: Support a request payload Eric Blake
2023-10-05 18:44 ` [PULL 05/15] nbd/server: Prepare to receive extended header requests Eric Blake
2023-10-05 18:44 ` [PULL 06/15] nbd/server: Prepare to send extended header replies Eric Blake
2023-10-05 18:44 ` [PULL 07/15] nbd/server: Support 64-bit block status Eric Blake
2023-10-05 18:44 ` [PULL 08/15] nbd/server: Enable initial support for extended headers Eric Blake
2023-10-05 18:44 ` [PULL 09/15] nbd/client: Plumb errp through nbd_receive_replies Eric Blake
2023-10-05 18:44 ` [PULL 10/15] nbd/client: Initial support for extended headers Eric Blake
2023-10-05 18:44 ` [PULL 11/15] nbd/client: Accept 64-bit block status chunks Eric Blake
2023-10-05 18:44 ` [PULL 12/15] nbd/client: Request extended headers during negotiation Eric Blake
2023-10-05 18:45 ` [PULL 13/15] nbd/server: Refactor list of negotiated meta contexts Eric Blake
2023-10-05 18:45 ` [PULL 14/15] nbd/server: Prepare for per-request filtering of BLOCK_STATUS Eric Blake
2023-10-05 18:45 ` [PULL 15/15] nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS Eric Blake
2023-10-10  1:28 ` [PULL 00/15] NBD patches through 2023-10-05 Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).