aboutsummaryrefslogtreecommitdiff
path: root/include/block/nbd.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-06qemu-storage-daemon: Add --nbd-server optionKevin Wolf1-0/+1
2019-11-18nbd: Don't send oversize stringsEric Blake1-4/+4
2019-11-18nbd/server: Prefer heap over stack for parsing client namesEric Blake1-5/+5
2019-09-24nbd: Grab aio context lock in more placesEric Blake1-0/+1
2019-09-05nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake1-0/+4
2019-09-05nbd: Improve per-export flag handling in serverEric Blake1-1/+1
2019-09-05nbd: Advertise multi-conn for shared read-only connectionsEric Blake1-1/+1
2019-08-15block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy1-1/+2
2019-05-07qemu-nbd: Look up flag names in arrayMax Reitz1-12/+26
2019-03-06nbd: allow authorization with nbd-server-start QMP commandDaniel P. Berrange1-1/+1
2019-03-06qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange1-1/+1
2019-02-25nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf1-2/+2
2019-02-25nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf1-1/+2
2019-02-04nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy1-2/+30
2019-01-21nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake1-0/+2
2019-01-21nbd/client: Add nbd_receive_export_list()Eric Blake1-2/+13
2019-01-21nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake1-1/+1
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake1-4/+4
2019-01-21nbd/server: Favor [u]int64_t over off_tEric Blake1-2/+2
2019-01-14nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake1-6/+3
2019-01-14nbd: Merge nbd_export_set_name into nbd_export_newEric Blake1-2/+1
2019-01-04nbd: publish _lookup functionsVladimir Sementsov-Ogievskiy1-0/+5
2018-10-04nbd: fix NBD_FLAG_SEND_CACHE valueDenis V. Lunev1-1/+3
2018-10-03nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy1-2/+1
2018-07-02nbd/client: Add x-dirty-bitmap to query bitmap from serverEric Blake1-0/+1
2018-06-21nbd/server: introduce NBD_CMD_CACHEVladimir Sementsov-Ogievskiy1-1/+2
2018-06-21nbd/server: implement dirty bitmap exportVladimir Sementsov-Ogievskiy1-2/+6
2018-03-13nbd: BLOCK_STATUS for standard get_block_status function: client partVladimir Sementsov-Ogievskiy1-0/+3
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-03-01nbd: BLOCK_STATUS constantsVladimir Sementsov-Ogievskiy1-0/+31
2018-03-01nbd: change indenting in nbd.hVladimir Sementsov-Ogievskiy1-11/+11
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-2/+0
2018-01-26qapi: add nbd-server-removeVladimir Sementsov-Ogievskiy1-0/+1
2018-01-10nbd: rename nbd_option and nbd_opt_replyVladimir Sementsov-Ogievskiy1-4/+4
2017-11-09nbd: Fix struct name for structured readsEric Blake1-5/+13
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy1-0/+12
2017-10-30nbd: Move nbd_read() to common headerEric Blake1-0/+10
2017-10-30nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy1-6/+24
2017-10-30nbd: Expose constants and structs for structured readEric Blake1-0/+41
2017-10-30nbd: Move nbd_errno_to_system_errno() to public headerEric Blake1-0/+13
2017-10-13nbd: header constants indentingVladimir Sementsov-Ogievskiy1-7/+8
2017-10-12nbd/server: structurize simple reply header sendingVladimir Sementsov-Ogievskiy1-0/+6
2017-09-06nbd: Use new qio_channel_*_all() functionsEric Blake1-2/+0
2017-08-30nbd/client: fix nbd_send_request to return intVladimir Sementsov-Ogievskiy1-1/+1
2017-08-30nbd/client: refactor nbd_receive_replyVladimir Sementsov-Ogievskiy1-1/+1
2017-07-14nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake1-0/+6
2017-07-14nbd: Expose and debug more NBD constantsEric Blake1-9/+28
2017-07-14nbd: Create struct for tracking export infoEric Blake1-4/+11
2017-06-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy1-6/+2
2017-06-15nbd: Fix regression on resiliency to port scanEric Blake1-1/+1