summaryrefslogtreecommitdiff
path: root/include/block/nbd.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-06nbd/client.c: use errp instead of LOGVladimir Sementsov-Ogievskiy1-2/+3
2017-06-06nbd: add errp parameter to nbd_wr_syncv()Vladimir Sementsov-Ogievskiy1-1/+2
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster1-0/+3
2016-11-02nbd: Implement NBD_CMD_WRITE_ZEROES on serverEric Blake1-2/+6
2016-11-02nbd: Improve server handling of shutdown requestsEric Blake1-4/+9
2016-11-02nbd: Support shorter handshakeEric Blake1-2/+4
2016-11-02nbd: Share common option-sending code in clientEric Blake1-3/+22
2016-11-02nbd: Rename struct nbd_request and nbd_replyEric Blake1-4/+6
2016-11-02nbd: Treat flags vs. command type as separate fieldsEric Blake1-6/+12
2016-11-02nbd: Add qemu-nbd -D for human-readable descriptionEric Blake1-0/+1
2016-09-05nbd-server: Use a separate BlockBackendKevin Wolf1-1/+2
2016-08-03nbd: Limit nbdflags to 16 bitsEric Blake1-3/+3
2016-07-20nbd: Convert to byte-based interfaceEric Blake1-1/+0
2016-07-20nbd: Drop unused offset parameterEric Blake1-1/+0
2016-07-05nbd: Allow larger requestsEric Blake1-0/+2
2016-06-16nbd: Avoid magic number for NBD max name sizeEric Blake1-0/+6
2016-06-16nbd: simplify the nbd_request and nbd_reply structsPaolo Bonzini1-6/+7
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange1-0/+8
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange1-6/+14
2016-01-15nbd: Always call "close_fn" in nbd_client_newFam Zheng1-2/+1
2015-03-18nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz1-2/+2
2015-03-18nbd: Fix potential signed overflow issuesMax Reitz1-2/+2
2015-03-18nbd: Handle blk_getlength() failureMax Reitz1-1/+2
2015-02-16nbd: Drop BDS backpointerMax Reitz1-1/+0
2015-02-06nbd: Improve error messagesMax Reitz1-1/+1
2014-12-10nbd: Change external interface to BlockBackendMax Reitz1-4/+3
2014-06-30nbd: Handle NBD_OPT_LIST option.Hani Benhabiles1-0/+3
2014-06-30nbd: Handle fixed new-style clients.Hani Benhabiles1-0/+9
2014-02-21nbd: move socket wrappers to qemu-nbdPaolo Bonzini1-4/+0
2014-02-21nbd: inline tcp_socket_incoming_spec into sole callerPaolo Bonzini1-1/+0
2014-02-21nbd: correctly propagate errorsPaolo Bonzini1-1/+0
2013-05-03nbd: support large NBD requestsStefan Hajnoczi1-1/+2
2013-03-22nbd: Remove unused functionsKevin Wolf1-2/+0
2013-03-22nbd: Keep hostname and port separateKevin Wolf1-0/+2