summaryrefslogtreecommitdiffstats
path: root/include/block/nbd.h
Commit message (Expand)AuthorAgeFilesLines
...
* nbd: Fix struct name for structured readsEric Blake2017-11-091-5/+13
* nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy2017-10-301-0/+12
* nbd: Move nbd_read() to common headerEric Blake2017-10-301-0/+10
* nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy2017-10-301-6/+24
* nbd: Expose constants and structs for structured readEric Blake2017-10-301-0/+41
* nbd: Move nbd_errno_to_system_errno() to public headerEric Blake2017-10-301-0/+13
* nbd: header constants indentingVladimir Sementsov-Ogievskiy2017-10-131-7/+8
* nbd/server: structurize simple reply header sendingVladimir Sementsov-Ogievskiy2017-10-121-0/+6
* nbd: Use new qio_channel_*_all() functionsEric Blake2017-09-061-2/+0Star
* nbd/client: fix nbd_send_request to return intVladimir Sementsov-Ogievskiy2017-08-301-1/+1
* nbd/client: refactor nbd_receive_replyVladimir Sementsov-Ogievskiy2017-08-301-1/+1
* nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake2017-07-141-0/+6
* nbd: Expose and debug more NBD constantsEric Blake2017-07-141-9/+28
* nbd: Create struct for tracking export infoEric Blake2017-07-141-4/+11
* nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy2017-06-151-6/+2Star
* nbd: Fix regression on resiliency to port scanEric Blake2017-06-151-1/+1
* nbd/client.c: use errp instead of LOGVladimir Sementsov-Ogievskiy2017-06-061-2/+3
* nbd: add errp parameter to nbd_wr_syncv()Vladimir Sementsov-Ogievskiy2017-06-061-1/+2
* 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