summaryrefslogtreecommitdiffstats
path: root/include/block/nbd.h
Commit message (Expand)AuthorAgeFilesLines
* sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster2017-05-091-0/+3
* nbd: Implement NBD_CMD_WRITE_ZEROES on serverEric Blake2016-11-021-2/+6
* nbd: Improve server handling of shutdown requestsEric Blake2016-11-021-4/+9
* nbd: Support shorter handshakeEric Blake2016-11-021-2/+4
* nbd: Share common option-sending code in clientEric Blake2016-11-021-3/+22
* nbd: Rename struct nbd_request and nbd_replyEric Blake2016-11-021-4/+6
* nbd: Treat flags vs. command type as separate fieldsEric Blake2016-11-021-6/+12
* nbd: Add qemu-nbd -D for human-readable descriptionEric Blake2016-11-021-0/+1
* nbd-server: Use a separate BlockBackendKevin Wolf2016-09-051-1/+2
* nbd: Limit nbdflags to 16 bitsEric Blake2016-08-031-3/+3
* nbd: Convert to byte-based interfaceEric Blake2016-07-201-1/+0Star
* nbd: Drop unused offset parameterEric Blake2016-07-201-1/+0Star
* nbd: Allow larger requestsEric Blake2016-07-051-0/+2
* nbd: Avoid magic number for NBD max name sizeEric Blake2016-06-161-0/+6
* nbd: simplify the nbd_request and nbd_reply structsPaolo Bonzini2016-06-161-6/+7
* include: Clean up includesPeter Maydell2016-02-231-1/+0Star
* nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2016-02-161-0/+8
* nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2016-02-161-6/+14
* nbd: Always call "close_fn" in nbd_client_newFam Zheng2016-01-151-2/+1Star
* nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz2015-03-181-2/+2
* nbd: Fix potential signed overflow issuesMax Reitz2015-03-181-2/+2
* nbd: Handle blk_getlength() failureMax Reitz2015-03-181-1/+2
* nbd: Drop BDS backpointerMax Reitz2015-02-161-1/+0Star
* nbd: Improve error messagesMax Reitz2015-02-061-1/+1
* nbd: Change external interface to BlockBackendMax Reitz2014-12-101-4/+3Star
* nbd: Handle NBD_OPT_LIST option.Hani Benhabiles2014-06-301-0/+3
* nbd: Handle fixed new-style clients.Hani Benhabiles2014-06-301-0/+9
* nbd: move socket wrappers to qemu-nbdPaolo Bonzini2014-02-211-4/+0Star
* nbd: inline tcp_socket_incoming_spec into sole callerPaolo Bonzini2014-02-211-1/+0Star
* nbd: correctly propagate errorsPaolo Bonzini2014-02-211-1/+0Star
* nbd: support large NBD requestsStefan Hajnoczi2013-05-031-1/+2
* nbd: Remove unused functionsKevin Wolf2013-03-221-2/+0Star
* nbd: Keep hostname and port separateKevin Wolf2013-03-221-0/+2
* block: move include files to include/block/Paolo Bonzini2012-12-191-0/+100