summary refs log tree commit diff stats
path: root/nbd/server.c (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-251-5/+23
* 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-051-7/+110
* 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/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-051-13/+30
* nbd/server: Support a request payloadEric Blake2023-10-051-5/+37
* nbd/server: Refactor handling of command sanity checksEric Blake2023-09-251-44/+74
* nbd: Prepare for 64-bit request effect lengthsEric Blake2023-09-251-8/+15
* nbd: Add types for extended headersEric Blake2023-09-221-3/+3
* nbd: Replace bool structured_reply with mode enumEric Blake2023-09-221-13/+18
* io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi2023-09-071-13/+1
* nbd: s/handle/cookie/ to match NBD specEric Blake2023-07-191-15/+14
* nbd/server: Refactor to pass full request aroundEric Blake2023-07-191-55/+59
* nbd/server: Prepare for alternate-size headersEric Blake2023-07-191-57/+80
* bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2023-06-051-1/+1
* 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
* 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/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
* Remove trailing ; after G_DEFINE_AUTO macroMarc-André Lureau2022-03-221-1/+1
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-5/+5
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...Peter Maydell2022-03-091-7/+6
|\
| * nbd/server: Minor cleanupsEric Blake2022-03-071-7/+6
* | osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
|/
* nbd/server.c: Remove unused fieldNir Soffer2022-01-281-1/+0
* nbd/server: Simplify zero and trimEric Blake2021-11-221-20/+3
* nbd/server: Don't complain on certain client disconnectsEric Blake2021-11-221-0/+3
* nbd/server: Silence clang sanitizer warningEric Blake2021-11-161-4/+9
* nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLYEric Blake2021-09-291-1/+1
* nbd/server: Mark variable unused in nbd_negotiate_meta_queriesRichard Henderson2021-07-261-1/+2
* nbd/server: Use drained block ops to quiesce the serverSergio Lopez2021-06-021-21/+61
* nbd: server: Report holes for raw imagesNir Soffer2021-03-081-2/+2