aboutsummaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)AuthorFilesLines
2023-12-21nbd/server: introduce NBDClient->lock to protect fieldsStefan Hajnoczi1-33/+111
2023-12-21nbd/server: only traverse NBDExport->clients from main loop threadStefan Hajnoczi1-10/+51
2023-12-21nbd/server: avoid per-NBDRequest nbd_client_get/put()Stefan Hajnoczi1-3/+0
2023-11-07block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf1-0/+6
2023-10-05nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUSEric Blake2-7/+111
2023-10-05nbd/server: Prepare for per-request filtering of BLOCK_STATUSEric Blake1-5/+17
2023-10-05nbd/server: Refactor list of negotiated meta contextsEric Blake1-25/+30
2023-10-05nbd/client: Request extended headers during negotiationEric Blake2-6/+16
2023-10-05nbd/client: Initial support for extended headersEric Blake2-36/+71
2023-10-05nbd/server: Enable initial support for extended headersEric Blake1-0/+21
2023-10-05nbd/server: Support 64-bit block statusEric Blake1-25/+81
2023-10-05nbd/server: Prepare to send extended header repliesEric Blake1-8/+22
2023-10-05nbd/server: Prepare to receive extended header requestsEric Blake2-14/+34
2023-10-05nbd/server: Support a request payloadEric Blake2-5/+38
2023-09-25nbd/server: Refactor handling of command sanity checksEric Blake1-44/+74
2023-09-25nbd: Prepare for 64-bit request effect lengthsEric Blake3-15/+23
2023-09-22nbd: Add types for extended headersEric Blake3-6/+15
2023-09-22nbd/client: Pass mode through to nbd_send_requestEric Blake1-1/+2
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake3-24/+29
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi1-1/+1
2023-09-08misc/other: spelling fixesMichael Tokarev1-1/+1
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi1-13/+1
2023-09-07nbd: drop unused nbd_start_negotiate() aio_context argumentStefan Hajnoczi1-8/+3
2023-09-07nbd: drop unused nbd_receive_negotiate() aio_context argumentStefan Hajnoczi2-5/+3
2023-07-19nbd: Use enum for various negotiation modesEric Blake2-21/+42
2023-07-19nbd/client: Add safety check on chunk payload lengthEric Blake1-0/+12
2023-07-19nbd: s/handle/cookie/ to match NBD specEric Blake3-33/+32
2023-07-19nbd/server: Refactor to pass full request aroundEric Blake1-55/+59
2023-07-19nbd/server: Prepare for alternate-size headersEric Blake2-61/+84
2023-07-19nbd/client: Use smarter assertEric Blake1-3/+4
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2-2/+2
2023-05-19nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf1-2/+1
2023-04-25nbd: mark more coroutine_fns, do not use co_wrappersPaolo Bonzini1-24/+24
2023-04-20nbd: a BlockExport always has a BlockBackendPaolo Bonzini1-8/+6
2023-04-04nbd/server: Request TCP_NODELAYEric Blake1-0/+1
2023-03-27nbd/server: push pending frames after sending replyFlorian Westphal1-0/+3
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+2
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster1-0/+1
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster1-1/+0
2022-12-15block-backend: replace bdrv_*_above with blk_*_aboveEmanuele Giuseppe Esposito1-16/+16
2022-12-15nbd/server.c: add coroutine_fn annotationsEmanuele Giuseppe Esposito1-13/+16
2022-12-13nbd/server: Clean up abuse of BlockExportOptionsNbd member @argMarkus Armbruster1-9/+6
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-4/+4
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria1-2/+2
2022-06-29nbd: trace long NBD operationsDenis V. Lunev2-0/+5
2022-05-12nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake1-5/+5
2022-04-26qapi: nbd-export: allow select bitmaps by node/name pairVladimir Sementsov-Ogievskiy1-22/+41
2022-03-22Remove trailing ; after G_DEFINE_AUTO macroMarc-André Lureau1-1/+1
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-5/+5
2022-03-09Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...Peter Maydell2-10/+15