aboutsummaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)AuthorFilesLines
2021-09-29block/nbd: drop connection_coVladimir Sementsov-Ogievskiy1-2/+0
2021-09-29nbd/client-connection: nbd_co_establish_connection(): fix non set errpVladimir Sementsov-Ogievskiy1-0/+1
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-18nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy1-1/+7
2021-06-18nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy1-8/+28
2021-06-18nbd/client-connection: shutdown connection on releaseVladimir Sementsov-Ogievskiy1-3/+17
2021-06-18nbd/client-connection: implement connection retryVladimir Sementsov-Ogievskiy1-13/+43
2021-06-18nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy1-5/+100
2021-06-18nbd/client-connection: use QEMU_LOCK_GUARDVladimir Sementsov-Ogievskiy1-54/+45
2021-06-18nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy2-0/+233
2021-06-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-21/+61
2021-06-02nbd/server: Use drained block ops to quiesce the serverSergio Lopez1-21/+61
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
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-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell1-1/+1
2020-11-17configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.hThomas Huth1-1/+1
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-23block: move block exports to libblockdevStefan Hajnoczi1-0/+2
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
2020-10-02block/export: Move blk to BlockExportKevin Wolf1-21/+22
2020-10-02block/export: Add block-export-delKevin Wolf1-14/+0
2020-10-02block/export: Move strong user reference to block_exportsKevin Wolf1-2/+0
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf1-29/+5
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf1-17/+13
2020-10-02block/export: Move AioContext from NBDExport to BlockExportKevin Wolf1-13/+13
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf1-39/+33
2020-10-02nbd/server: Simplify export shutdownKevin Wolf1-13/+4
2020-10-02nbd: Remove NBDExport.close callbackKevin Wolf1-8/+1
2020-10-02block/export: Remove magic from block-export-addKevin Wolf1-7/+13
2020-10-02qemu-nbd: Use raw block driver for --offsetKevin Wolf1-17/+16
2020-10-02block/export: Add BlockExport infrastructure and block-export-addKevin Wolf1-1/+14
2020-10-02nbd: Remove unused nbd_export_get_blockdev()Kevin Wolf1-5/+0
2020-09-07nbd: Use CAF when looking for dirty bitmapMax Reitz1-3/+3
2020-08-21meson: convert blockMarc-André Lureau2-1/+5
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-28nbd: Fix large trim/zero requestsEric Blake1-5/+23