summaryrefslogtreecommitdiffstats
path: root/include/block/nbd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* nbd: rename nbd_option and nbd_opt_replyVladimir Sementsov-Ogievskiy2018-01-101-4/+4
* nbd: Fix struct name for structured readsEric Blake2017-11-091-5/+13
* nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy2017-10-301-0/+12
* nbd: Move nbd_read() to common headerEric Blake2017-10-301-0/+10
* nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy2017-10-301-6/+24
* nbd: Expose constants and structs for structured readEric Blake2017-10-301-0/+41
* nbd: Move nbd_errno_to_system_errno() to public headerEric Blake2017-10-301-0/+13
* nbd: header constants indentingVladimir Sementsov-Ogievskiy2017-10-131-7/+8
* nbd/server: structurize simple reply header sendingVladimir Sementsov-Ogievskiy2017-10-121-0/+6
* nbd: Use new qio_channel_*_all() functionsEric Blake2017-09-061-2/+0Star
* nbd/client: fix nbd_send_request to return intVladimir Sementsov-Ogievskiy2017-08-301-1/+1
* nbd/client: refactor nbd_receive_replyVladimir Sementsov-Ogievskiy2017-08-301-1/+1
* nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake2017-07-141-0/+6
* nbd: Expose and debug more NBD constantsEric Blake2017-07-141-9/+28
* nbd: Create struct for tracking export infoEric Blake2017-07-141-4/+11
* nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy2017-06-151-6/+2Star