summaryrefslogtreecommitdiffstats
path: root/include/block/nbd.h
Commit message (Expand)AuthorAgeFilesLines
* nbd: make nbd_read* return -EIO on errorRoman Kagan2021-02-031-3/+4
* nbd: Add new qemu:allocation-depth metadata contextEric Blake2020-10-301-3/+5
* nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf2020-10-021-6/+1Star
* block/export: Create BlockBackend in blk_exp_add()Kevin Wolf2020-10-021-2/+2
* block/export: Add block-export-delKevin Wolf2020-10-021-1/+0Star
* block/export: Add blk_exp_close_all(_type)Kevin Wolf2020-10-021-2/+0Star
* block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf2020-10-021-5/+6
* block/export: Move refcount from NBDExport to BlockExportKevin Wolf2020-10-021-2/+0Star
* qemu-nbd: Use blk_exp_add() to create the exportKevin Wolf2020-10-021-0/+1
* nbd: Remove NBDExport.close callbackKevin Wolf2020-10-021-2/+1Star
* nbd: Add max-connections to nbd-server-startKevin Wolf2020-10-021-1/+2
* block/export: Remove magic from block-export-addKevin Wolf2020-10-021-1/+2
* qemu-nbd: Use raw block driver for --offsetKevin Wolf2020-10-021-2/+2
* block/export: Add BlockExport infrastructure and block-export-addKevin Wolf2020-10-021-1/+4
* qapi: Create block-export moduleKevin Wolf2020-10-021-1/+1
* nbd: Remove unused nbd_export_get_blockdev()Kevin Wolf2020-10-021-2/+0Star
* nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-0/+1
* qemu-storage-daemon: Add --nbd-server optionKevin Wolf2020-03-061-0/+1
* nbd: Don't send oversize stringsEric Blake2019-11-181-4/+4
* nbd/server: Prefer heap over stack for parsing client namesEric Blake2019-11-181-5/+5
* nbd: Grab aio context lock in more placesEric Blake2019-09-241-0/+1
* nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake2019-09-051-0/+4
* nbd: Improve per-export flag handling in serverEric Blake2019-09-051-1/+1
* nbd: Advertise multi-conn for shared read-only connectionsEric Blake2019-09-051-1/+1
* block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy2019-08-151-1/+2
* qemu-nbd: Look up flag names in arrayMax Reitz2019-05-071-12/+26
* nbd: allow authorization with nbd-server-start QMP commandDaniel P. Berrange2019-03-061-1/+1
* qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange2019-03-061-1/+1
* nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf2019-02-251-2/+2
* nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf2019-02-251-1/+2
* nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy2019-02-041-2/+30
* nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake2019-01-211-0/+2
* nbd/client: Add nbd_receive_export_list()Eric Blake2019-01-211-2/+13
* nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake2019-01-211-1/+1
* nbd/client: Move export name into NBDExportInfoEric Blake2019-01-211-4/+4
* nbd/server: Favor [u]int64_t over off_tEric Blake2019-01-211-2/+2
* nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake2019-01-141-6/+3Star
* nbd: Merge nbd_export_set_name into nbd_export_newEric Blake2019-01-141-2/+1Star
* nbd: publish _lookup functionsVladimir Sementsov-Ogievskiy2019-01-051-0/+5
* nbd: fix NBD_FLAG_SEND_CACHE valueDenis V. Lunev2018-10-041-1/+3
* nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy2018-10-031-2/+1Star
* nbd/client: Add x-dirty-bitmap to query bitmap from serverEric Blake2018-07-021-0/+1
* nbd/server: introduce NBD_CMD_CACHEVladimir Sementsov-Ogievskiy2018-06-211-1/+2
* nbd/server: implement dirty bitmap exportVladimir Sementsov-Ogievskiy2018-06-211-2/+6
* nbd: BLOCK_STATUS for standard get_block_status function: client partVladimir Sementsov-Ogievskiy2018-03-131-0/+3
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* nbd: BLOCK_STATUS constantsVladimir Sementsov-Ogievskiy2018-03-011-0/+31
* nbd: change indenting in nbd.hVladimir Sementsov-Ogievskiy2018-03-011-11/+11
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-2/+0Star
* qapi: add nbd-server-removeVladimir Sementsov-Ogievskiy2018-01-261-0/+1