summaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)Author
2021-12-21nbd/client-connection: improve error message of cancelled attemptVladimir Sementsov-Ogievskiy
2021-12-21nbd/client-connection: nbd_co_establish_connection(): return real errorVladimir Sementsov-Ogievskiy
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-29block/nbd: drop connection_coVladimir Sementsov-Ogievskiy
2021-09-29nbd/client-connection: nbd_co_establish_connection(): fix non set errpVladimir Sementsov-Ogievskiy
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-18nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: shutdown connection on releaseVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: implement connection retryVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: use QEMU_LOCK_GUARDVladimir Sementsov-Ogievskiy
2021-06-18nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy
2021-06-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-06-02nbd/server: Use drained block ops to quiesce the serverSergio Lopez
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-03-08nbd: server: Report holes for raw imagesNir Soffer
2021-01-20nbd/server: Quiesce coroutines on context switchSergio Lopez
2020-11-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell
2020-11-17configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.hThomas Huth
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-23block: move block exports to libblockdevStefan 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