summaryrefslogtreecommitdiffstats
path: root/include/block/nbd.h
Commit message (Expand)AuthorAgeFilesLines
* nbd: remove incorrect coroutine_fn annotationsPaolo Bonzini2022-10-071-1/+1
* nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake2022-05-121-1/+2
* qemu-nbd: Pass max connections to blockdev layerEric Blake2022-05-121-1/+1
* block: pass desired TLS hostname through from block driver clientDaniel P. Berrangé2022-03-071-1/+2
* nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy2021-06-181-1/+1
* nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy2021-06-181-2/+2
* nbd/client-connection: implement connection retryVladimir Sementsov-Ogievskiy2021-06-181-0/+2
* nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy2021-06-181-2/+7
* nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy2021-06-181-0/+11
* 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