aboutsummaryrefslogtreecommitdiff
path: root/nbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-25nbd/server: Refactor handling of command sanity checksEric Blake1-44/+74
2023-09-25nbd: Prepare for 64-bit request effect lengthsEric Blake1-8/+15
2023-09-22nbd: Add types for extended headersEric Blake1-3/+3
2023-09-22nbd: Replace bool structured_reply with mode enumEric Blake1-13/+18
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi1-13/+1
2023-07-19nbd: s/handle/cookie/ to match NBD specEric Blake1-15/+14
2023-07-19nbd/server: Refactor to pass full request aroundEric Blake1-55/+59
2023-07-19nbd/server: Prepare for alternate-size headersEric Blake1-57/+80
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé1-1/+1
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
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-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 Maydell1-7/+6
2022-03-07nbd/server: Minor cleanupsEric Blake1-7/+6
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-01-28nbd/server.c: Remove unused fieldNir Soffer1-1/+0
2021-11-22nbd/server: Simplify zero and trimEric Blake1-20/+3
2021-11-22nbd/server: Don't complain on certain client disconnectsEric Blake1-0/+3
2021-11-16nbd/server: Silence clang sanitizer warningEric Blake1-4/+9
2021-09-29nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLYEric Blake1-1/+1
2021-07-26nbd/server: Mark variable unused in nbd_negotiate_meta_queriesRichard Henderson1-1/+2
2021-06-02nbd/server: Use drained block ops to quiesce the serverSergio Lopez1-21/+61
2021-03-08nbd: server: Report holes for raw imagesNir Soffer1-2/+2
2021-01-20nbd/server: Quiesce coroutines on context switchSergio Lopez1-14/+106
2020-11-16nbd: Silence Coverity false positiveEric Blake1-2/+2
2020-10-30nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake1-0/+2
2020-10-30nbd: Add new qemu:allocation-depth metadata contextEric Blake1-4/+66
2020-10-30nbd: Allow export of multiple bitmaps for one deviceEric Blake1-30/+70
2020-10-30nbd: Refactor counting of metadata contextsEric Blake1-11/+15
2020-10-30nbd: Simplify qemu bitmap context nameEric Blake1-10/+9
2020-10-30nbd: Update qapi to support exporting multiple bitmapsEric Blake1-6/+13
2020-10-23block/export: add iothread and fixed-iothread optionsStefan Hajnoczi1-2/+0
2020-10-09nbd: Simplify meta-context parsingEric Blake1-121/+68
2020-10-09nbd/server: Reject embedded NUL in NBD stringsEric Blake1-10/+20
2020-10-09nbd: silence maybe-uninitialized warningsChristian Borntraeger1-1/+1
2020-10-02nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf1-15/+39
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf1-5/+0
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf1-26/+12