summaryrefslogtreecommitdiff
path: root/nbd/server.c
AgeCommit message (Expand)Author
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
2020-10-30nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake
2020-10-30nbd: Add new qemu:allocation-depth metadata contextEric Blake
2020-10-30nbd: Allow export of multiple bitmaps for one deviceEric Blake
2020-10-30nbd: Refactor counting of metadata contextsEric Blake
2020-10-30nbd: Simplify qemu bitmap context nameEric Blake
2020-10-30nbd: Update qapi to support exporting multiple bitmapsEric Blake
2020-10-23block/export: add iothread and fixed-iothread optionsStefan Hajnoczi
2020-10-09nbd: Simplify meta-context parsingEric Blake
2020-10-09nbd/server: Reject embedded NUL in NBD stringsEric Blake
2020-10-09nbd: silence maybe-uninitialized warningsChristian Borntraeger
2020-10-02nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf
2020-10-02block/export: Move blk to BlockExportKevin Wolf
2020-10-02block/export: Add block-export-delKevin Wolf
2020-10-02block/export: Move strong user reference to block_exportsKevin Wolf
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf
2020-10-02block/export: Move AioContext from NBDExport to BlockExportKevin Wolf
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf
2020-10-02nbd/server: Simplify export shutdownKevin Wolf
2020-10-02nbd: Remove NBDExport.close callbackKevin Wolf
2020-10-02block/export: Remove magic from block-export-addKevin Wolf
2020-10-02qemu-nbd: Use raw block driver for --offsetKevin Wolf
2020-10-02block/export: Add BlockExport infrastructure and block-export-addKevin Wolf
2020-10-02nbd: Remove unused nbd_export_get_blockdev()Kevin Wolf
2020-09-07nbd: Use CAF when looking for dirty bitmapMax Reitz
2020-07-28nbd: Fix large trim/zero requestsEric Blake
2020-07-17nbd: make nbd_export_close_all() synchronousVladimir Sementsov-Ogievskiy
2020-07-10nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-06-10nbd/server: Avoid long error message assertions CVE-2020-10761Eric Blake