aboutsummaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)Author
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
2020-10-02nbd: Remove unused nbd_export_get_blockdev()Kevin Wolf
2020-09-07nbd: Use CAF when looking for dirty bitmapMax Reitz
2020-08-21meson: convert blockMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
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
2020-03-18nbd/server: use bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy
2020-03-18nbd/server: introduce NBDExtentArrayVladimir Sementsov-Ogievskiy
2020-03-18block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy
2020-02-26nbd: Fix regression with multiple meta contextsEric Blake
2020-01-08nbd: fix uninitialized variable warningPan Nengyuan
2019-11-18nbd: Don't send oversize stringsEric Blake
2019-11-18nbd/server: Prefer heap over stack for parsing client namesEric Blake
2019-09-24nbd: Grab aio context lock in more placesEric Blake
2019-09-24nbd/server: attach client channel to the export's AioContextSergio Lopez
2019-09-24nbd/client: Add hint when TLS is missingEric Blake
2019-09-18trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé