summaryrefslogtreecommitdiff
path: root/nbd/nbd-internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy1-1/+0
2017-10-30nbd: Move nbd_read() to common headerEric Blake1-9/+0
2017-10-30nbd: Expose constants and structs for structured readEric Blake1-1/+1
2017-10-30nbd: Move nbd_errno_to_system_errno() to public headerEric Blake1-12/+0
2017-10-30nbd: Include error names in trace messagesEric Blake1-0/+1
2017-10-13nbd: header constants indentingVladimir Sementsov-Ogievskiy1-17/+17
2017-10-12nbd: rename some simple-request related objects to be _simple_Vladimir Sementsov-Ogievskiy1-1/+1
2017-09-06nbd: Use new qio_channel_*_all() functionsEric Blake1-34/+7
2017-08-30nbd/client: refactor nbd_read_eofVladimir Sementsov-Ogievskiy1-9/+24
2017-07-17nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clientsEric Blake1-2/+6
2017-07-14nbd: Implement NBD_OPT_GO on clientEric Blake1-0/+3
2017-07-14nbd: Expose and debug more NBD constantsEric Blake1-6/+4
2017-07-10nbd: use generic trace subsystem instead of TRACE macroVladimir Sementsov-Ogievskiy1-19/+0
2017-06-15nbd: make nbd_drop publicVladimir Sementsov-Ogievskiy1-0/+2
2017-06-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy1-13/+13
2017-06-06nbd: add errp to read_sync, write_sync and drop_syncVladimir Sementsov-Ogievskiy1-6/+10
2017-06-06nbd: add errp parameter to nbd_wr_syncv()Vladimir Sementsov-Ogievskiy1-2/+2
2017-06-06nbd: read_sync and friends: return 0 on successVladimir Sementsov-Ogievskiy1-4/+30
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange1-2/+1
2016-11-02nbd: Improve server handling of shutdown requestsEric Blake1-0/+1
2016-11-02nbd: Share common option-sending code in clientEric Blake1-1/+1
2016-11-02nbd: Treat flags vs. command type as separate fieldsEric Blake1-2/+2
2016-11-02nbd: Add qemu-nbd -D for human-readable descriptionEric Blake1-2/+3
2016-07-20nbd: Drop unused offset parameterEric Blake1-2/+2
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-04-08nbd: Avoid bitrot in TRACE() usageEric Blake1-6/+9
2016-02-23all: Clean up includesPeter Maydell1-4/+0
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange1-0/+14
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange1-10/+8
2016-01-15nbd: Split nbd.cFam Zheng1-0/+113