aboutsummaryrefslogtreecommitdiffstats
path: root/nbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* nbd/server: Mark negotiation functions as coroutine_fnEric Blake2024-04-251-43/+59
* nbd/server: do not poll within a coroutine contextZhu Yangyang2024-04-254-30/+47
* nbd/server: Fix race in draining the exportKevin Wolf2024-03-181-8/+7
* nbd/server: introduce NBDClient->lock to protect fieldsStefan Hajnoczi2023-12-211-33/+111
* nbd/server: only traverse NBDExport->clients from main loop threadStefan Hajnoczi2023-12-211-10/+51
* nbd/server: avoid per-NBDRequest nbd_client_get/put()Stefan Hajnoczi2023-12-211-3/+0
* block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf2023-11-071-0/+6
* nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUSEric Blake2023-10-052-7/+111
* nbd/server: Prepare for per-request filtering of BLOCK_STATUSEric Blake2023-10-051-5/+17
* nbd/server: Refactor list of negotiated meta contextsEric Blake2023-10-051-25/+30
* nbd/client: Request extended headers during negotiationEric Blake2023-10-052-6/+16
* nbd/client: Initial support for extended headersEric Blake2023-10-052-36/+71
* nbd/server: Enable initial support for extended headersEric Blake2023-10-051-0/+21
* nbd/server: Support 64-bit block statusEric Blake2023-10-051-25/+81
* nbd/server: Prepare to send extended header repliesEric Blake2023-10-051-8/+22
* nbd/server: Prepare to receive extended header requestsEric Blake2023-10-052-14/+34
* nbd/server: Support a request payloadEric Blake2023-10-052-5/+38
* nbd/server: Refactor handling of command sanity checksEric Blake2023-09-251-44/+74
* nbd: Prepare for 64-bit request effect lengthsEric Blake2023-09-253-15/+23
* nbd: Add types for extended headersEric Blake2023-09-223-6/+15
* nbd/client: Pass mode through to nbd_send_requestEric Blake2023-09-221-1/+2
* nbd: Replace bool structured_reply with mode enumEric Blake2023-09-223-24/+29
* Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi2023-09-081-1/+1
|\
| * misc/other: spelling fixesMichael Tokarev2023-09-081-1/+1
* | io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi2023-09-071-13/+1
* | nbd: drop unused nbd_start_negotiate() aio_context argumentStefan Hajnoczi2023-09-071-8/+3
* | nbd: drop unused nbd_receive_negotiate() aio_context argumentStefan Hajnoczi2023-09-072-5/+3
|/
* nbd: Use enum for various negotiation modesEric Blake2023-07-192-21/+42
* nbd/client: Add safety check on chunk payload lengthEric Blake2023-07-191-0/+12
* nbd: s/handle/cookie/ to match NBD specEric Blake2023-07-193-33/+32
* nbd/server: Refactor to pass full request aroundEric Blake2023-07-191-55/+59
* nbd/server: Prepare for alternate-size headersEric Blake2023-07-192-61/+84
* nbd/client: Use smarter assertEric Blake2023-07-191-3/+4
* bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2023-06-052-2/+2
* nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf2023-05-191-2/+1
* nbd: mark more coroutine_fns, do not use co_wrappersPaolo Bonzini2023-04-251-24/+24
* nbd: a BlockExport always has a BlockBackendPaolo Bonzini2023-04-201-8/+6
* nbd/server: Request TCP_NODELAYEric Blake2023-04-041-0/+1
* nbd/server: push pending frames after sending replyFlorian Westphal2023-03-271-0/+3
* include/block: Untangle inclusion loopsMarkus Armbruster2023-01-201-0/+2
* coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster2023-01-201-0/+1
* coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster2023-01-191-1/+0
* block-backend: replace bdrv_*_above with blk_*_aboveEmanuele Giuseppe Esposito2022-12-151-16/+16
* nbd/server.c: add coroutine_fn annotationsEmanuele Giuseppe Esposito2022-12-151-13/+16
* nbd/server: Clean up abuse of BlockExportOptionsNbd member @argMarkus Armbruster2022-12-131-9/+6
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-4/+4
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-2/+2
* nbd: trace long NBD operationsDenis V. Lunev2022-06-292-0/+5
* nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake2022-05-121-5/+5
* qapi: nbd-export: allow select bitmaps by node/name pairVladimir Sementsov-Ogievskiy2022-04-261-22/+41