aboutsummaryrefslogtreecommitdiff
path: root/nbd/server.c
AgeCommit message (Expand)Author
2024-03-18nbd/server: Fix race in draining the exportKevin Wolf
2023-12-21nbd/server: introduce NBDClient->lock to protect fieldsStefan Hajnoczi
2023-12-21nbd/server: only traverse NBDExport->clients from main loop threadStefan Hajnoczi
2023-12-21nbd/server: avoid per-NBDRequest nbd_client_get/put()Stefan Hajnoczi
2023-11-07block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCKKevin Wolf
2023-10-05nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUSEric Blake
2023-10-05nbd/server: Prepare for per-request filtering of BLOCK_STATUSEric Blake
2023-10-05nbd/server: Refactor list of negotiated meta contextsEric Blake
2023-10-05nbd/server: Enable initial support for extended headersEric Blake
2023-10-05nbd/server: Support 64-bit block statusEric Blake
2023-10-05nbd/server: Prepare to send extended header repliesEric Blake
2023-10-05nbd/server: Prepare to receive extended header requestsEric Blake
2023-10-05nbd/server: Support a request payloadEric Blake
2023-09-25nbd/server: Refactor handling of command sanity checksEric Blake
2023-09-25nbd: Prepare for 64-bit request effect lengthsEric Blake
2023-09-22nbd: Add types for extended headersEric Blake
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi
2023-07-19nbd: s/handle/cookie/ to match NBD specEric Blake
2023-07-19nbd/server: Refactor to pass full request aroundEric Blake
2023-07-19nbd/server: Prepare for alternate-size headersEric Blake
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé
2023-05-19nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf
2023-04-25nbd: mark more coroutine_fns, do not use co_wrappersPaolo Bonzini
2023-04-20nbd: a BlockExport always has a BlockBackendPaolo Bonzini
2023-04-04nbd/server: Request TCP_NODELAYEric Blake
2023-03-27nbd/server: push pending frames after sending replyFlorian Westphal
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2022-12-15block-backend: replace bdrv_*_above with blk_*_aboveEmanuele Giuseppe Esposito
2022-12-15nbd/server.c: add coroutine_fn annotationsEmanuele Giuseppe Esposito
2022-12-13nbd/server: Clean up abuse of BlockExportOptionsNbd member @argMarkus Armbruster
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-05-12nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake
2022-04-26qapi: nbd-export: allow select bitmaps by node/name pairVladimir Sementsov-Ogievskiy
2022-03-22Remove trailing ; after G_DEFINE_AUTO macroMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-09Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...Peter Maydell
2022-03-07nbd/server: Minor cleanupsEric Blake
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-01-28nbd/server.c: Remove unused fieldNir Soffer
2021-11-22nbd/server: Simplify zero and trimEric Blake
2021-11-22nbd/server: Don't complain on certain client disconnectsEric Blake
2021-11-16nbd/server: Silence clang sanitizer warningEric Blake
2021-09-29nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLYEric Blake
2021-07-26nbd/server: Mark variable unused in nbd_negotiate_meta_queriesRichard Henderson
2021-06-02nbd/server: Use drained block ops to quiesce the serverSergio Lopez
2021-03-08nbd: server: Report holes for raw imagesNir Soffer
2021-01-20nbd/server: Quiesce coroutines on context switchSergio Lopez
2020-11-16nbd: Silence Coverity false positiveEric Blake