aboutsummaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-17nbd: make nbd_export_close_all() synchronousVladimir Sementsov-Ogievskiy1-0/+8
2020-07-10nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2-0/+10
2020-06-10nbd/server: Avoid long error message assertions CVE-2020-10761Eric Blake1-3/+20
2020-03-18nbd/server: use bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy1-40/+19
2020-03-18nbd/server: introduce NBDExtentArrayVladimir Sementsov-Ogievskiy1-92/+118
2020-03-18block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy1-1/+1
2020-02-26nbd: Fix regression with multiple meta contextsEric Blake1-2/+10
2020-01-08nbd: fix uninitialized variable warningPan Nengyuan1-9/+1
2019-11-18nbd: Don't send oversize stringsEric Blake2-8/+30
2019-11-18nbd/server: Prefer heap over stack for parsing client namesEric Blake1-10/+15
2019-09-24nbd: Grab aio context lock in more placesEric Blake1-4/+18
2019-09-24nbd/server: attach client channel to the export's AioContextSergio Lopez1-0/+5
2019-09-24nbd/client: Add hint when TLS is missingEric Blake1-0/+1
2019-09-18trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé1-2/+2
2019-09-05nbd: Implement server use of NBD FAST_ZEROEric Blake1-2/+6
2019-09-05nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake2-0/+10
2019-09-05nbd: Improve per-export flag handling in serverEric Blake1-28/+34
2019-09-05nbd: Tolerate more errors to structured reply requestEric Blake2-31/+34
2019-09-05nbd: Use g_autofree in a few placesEric Blake2-23/+11
2019-09-05nbd: Advertise multi-conn for shared read-only connectionsEric Blake1-1/+3
2019-08-16block/dirty-bitmap: add bdrv_dirty_bitmap_getJohn Snow1-1/+1
2019-08-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell2-13/+46
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-1/+0
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster3-1/+2
2019-08-15block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy1-5/+11
2019-08-15nbd: improve CMD_CACHE: use BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy1-8/+35
2019-06-13nbd/server: Nicer spelling of max BLOCK_STATUS reply lengthEric Blake1-5/+8
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-2/+3
2019-06-04nbd-server: Call blk_set_allow_aio_context_change()Kevin Wolf1-0/+1
2019-04-08nbd/client: Fix error message for server with unusable sizingEric Blake1-1/+1