summaryrefslogtreecommitdiff
path: root/include/block/nbd.h
AgeCommit message (Expand)Author
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
2014-06-30nbd: Handle NBD_OPT_LIST option.Hani Benhabiles
2014-06-30nbd: Handle fixed new-style clients.Hani Benhabiles
2014-02-21nbd: move socket wrappers to qemu-nbdPaolo Bonzini
2014-02-21nbd: inline tcp_socket_incoming_spec into sole callerPaolo Bonzini
2014-02-21nbd: correctly propagate errorsPaolo Bonzini
2013-05-03nbd: support large NBD requestsStefan Hajnoczi
2013-03-22nbd: Remove unused functionsKevin Wolf
2013-03-22nbd: Keep hostname and port separateKevin Wolf
2012-12-19block: move include files to include/block/Paolo Bonzini