aboutsummaryrefslogtreecommitdiff
path: root/include/block/nbd.h
AgeCommit message (Expand)Author
2018-03-13nbd: BLOCK_STATUS for standard get_block_status function: client partVladimir Sementsov-Ogievskiy
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-01nbd: BLOCK_STATUS constantsVladimir Sementsov-Ogievskiy
2018-03-01nbd: change indenting in nbd.hVladimir Sementsov-Ogievskiy
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-01-26qapi: add nbd-server-removeVladimir Sementsov-Ogievskiy
2018-01-10nbd: rename nbd_option and nbd_opt_replyVladimir Sementsov-Ogievskiy
2017-11-09nbd: Fix struct name for structured readsEric Blake
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy
2017-10-30nbd: Move nbd_read() to common headerEric Blake
2017-10-30nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy
2017-10-30nbd: Expose constants and structs for structured readEric Blake
2017-10-30nbd: Move nbd_errno_to_system_errno() to public headerEric Blake
2017-10-13nbd: header constants indentingVladimir Sementsov-Ogievskiy
2017-10-12nbd/server: structurize simple reply header sendingVladimir Sementsov-Ogievskiy
2017-09-06nbd: Use new qio_channel_*_all() functionsEric Blake
2017-08-30nbd/client: fix nbd_send_request to return intVladimir Sementsov-Ogievskiy
2017-08-30nbd/client: refactor nbd_receive_replyVladimir Sementsov-Ogievskiy
2017-07-14nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake
2017-07-14nbd: Expose and debug more NBD constantsEric Blake
2017-07-14nbd: Create struct for tracking export infoEric Blake
2017-06-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy
2017-06-15nbd: Fix regression on resiliency to port scanEric Blake
2017-06-06nbd/client.c: use errp instead of LOGVladimir Sementsov-Ogievskiy
2017-06-06nbd: add errp parameter to nbd_wr_syncv()Vladimir Sementsov-Ogievskiy
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster
2016-11-02nbd: Implement NBD_CMD_WRITE_ZEROES on serverEric Blake
2016-11-02nbd: Improve server handling of shutdown requestsEric Blake
2016-11-02nbd: Support shorter handshakeEric Blake
2016-11-02nbd: Share common option-sending code in clientEric Blake
2016-11-02nbd: Rename struct nbd_request and nbd_replyEric Blake
2016-11-02nbd: Treat flags vs. command type as separate fieldsEric Blake
2016-11-02nbd: Add qemu-nbd -D for human-readable descriptionEric Blake
2016-09-05nbd-server: Use a separate BlockBackendKevin Wolf
2016-08-03nbd: Limit nbdflags to 16 bitsEric Blake
2016-07-20nbd: Convert to byte-based interfaceEric Blake
2016-07-20nbd: Drop unused offset parameterEric Blake
2016-07-05nbd: Allow larger requestsEric Blake
2016-06-16nbd: Avoid magic number for NBD max name sizeEric Blake
2016-06-16nbd: simplify the nbd_request and nbd_reply structsPaolo Bonzini
2016-02-23include: Clean up includesPeter Maydell
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange
2016-01-15nbd: Always call "close_fn" in nbd_client_newFam Zheng
2015-03-18nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz
2015-03-18nbd: Fix potential signed overflow issuesMax Reitz
2015-03-18nbd: Handle blk_getlength() failureMax Reitz
2015-02-16nbd: Drop BDS backpointerMax Reitz
2015-02-06nbd: Improve error messagesMax Reitz
2014-12-10nbd: Change external interface to BlockBackendMax Reitz