summaryrefslogtreecommitdiffstats
path: root/nbd
Commit message (Expand)AuthorAgeFilesLines
...
* block/export: Move blk to BlockExportKevin Wolf2020-10-021-21/+22
* block/export: Add block-export-delKevin Wolf2020-10-021-14/+0Star
* block/export: Move strong user reference to block_exportsKevin Wolf2020-10-021-2/+0Star
* block/export: Add blk_exp_close_all(_type)Kevin Wolf2020-10-021-29/+5Star
* block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf2020-10-021-17/+13Star
* block/export: Move AioContext from NBDExport to BlockExportKevin Wolf2020-10-021-13/+13
* block/export: Move refcount from NBDExport to BlockExportKevin Wolf2020-10-021-39/+33Star
* nbd/server: Simplify export shutdownKevin Wolf2020-10-021-13/+4Star
* nbd: Remove NBDExport.close callbackKevin Wolf2020-10-021-8/+1Star
* block/export: Remove magic from block-export-addKevin Wolf2020-10-021-7/+13
* qemu-nbd: Use raw block driver for --offsetKevin Wolf2020-10-021-17/+16Star
* block/export: Add BlockExport infrastructure and block-export-addKevin Wolf2020-10-021-1/+14
* nbd: Remove unused nbd_export_get_blockdev()Kevin Wolf2020-10-021-5/+0Star
* nbd: Use CAF when looking for dirty bitmapMax Reitz2020-09-071-3/+3
* meson: convert blockMarc-André Lureau2020-08-212-1/+5
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* nbd: Fix large trim/zero requestsEric Blake2020-07-281-5/+23
* nbd: make nbd_export_close_all() synchronousVladimir Sementsov-Ogievskiy2020-07-171-0/+8
* nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-102-0/+10
* nbd/server: Avoid long error message assertions CVE-2020-10761Eric Blake2020-06-101-3/+20
* nbd/server: use bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy2020-03-181-40/+19Star
* nbd/server: introduce NBDExtentArrayVladimir Sementsov-Ogievskiy2020-03-181-92/+118
* block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy2020-03-181-1/+1
* nbd: Fix regression with multiple meta contextsEric Blake2020-02-261-2/+10
* nbd: fix uninitialized variable warningPan Nengyuan2020-01-081-9/+1Star
* nbd: Don't send oversize stringsEric Blake2019-11-182-8/+30
* nbd/server: Prefer heap over stack for parsing client namesEric Blake2019-11-181-10/+15
* nbd: Grab aio context lock in more placesEric Blake2019-09-241-4/+18
* nbd/server: attach client channel to the export's AioContextSergio Lopez2019-09-241-0/+5
* nbd/client: Add hint when TLS is missingEric Blake2019-09-241-0/+1
* trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé2019-09-181-2/+2
* nbd: Implement server use of NBD FAST_ZEROEric Blake2019-09-051-2/+6
* nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake2019-09-052-0/+10
* nbd: Improve per-export flag handling in serverEric Blake2019-09-051-28/+34
* nbd: Tolerate more errors to structured reply requestEric Blake2019-09-052-31/+34
* nbd: Use g_autofree in a few placesEric Blake2019-09-052-23/+11Star
* nbd: Advertise multi-conn for shared read-only connectionsEric Blake2019-09-051-1/+3
* block/dirty-bitmap: add bdrv_dirty_bitmap_getJohn Snow2019-08-161-1/+1
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell2019-08-162-13/+46
|\
| * block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy2019-08-151-5/+11
| * nbd: improve CMD_CACHE: use BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy2019-08-151-8/+35
* | Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-1/+0Star
* | Include qemu/queue.h slightly lessMarkus Armbruster2019-08-163-1/+2
|/
* nbd/server: Nicer spelling of max BLOCK_STATUS reply lengthEric Blake2019-06-131-5/+8
* block: Add BlockBackend.ctxKevin Wolf2019-06-041-2/+3
* nbd-server: Call blk_set_allow_aio_context_change()Kevin Wolf2019-06-041-0/+1
* nbd/client: Fix error message for server with unusable sizingEric Blake2019-04-081-1/+1
* nbd/server: Don't fail NBD_OPT_INFO for byte-aligned sourcesEric Blake2019-04-081-5/+8
* nbd/server: Trace client noncompliance on unaligned requestsEric Blake2019-04-082-1/+17
* nbd/server: Fix blockstatus traceEric Blake2019-04-081-6/+3Star