summaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)AuthorFilesLines
2016-04-22nbd: Don't mishandle unaligned client requestsEric Blake1-6/+4
2016-04-15nbd: Don't kill server on client that doesn't request TLSEric Blake1-2/+13
2016-04-15nbd: Don't fail handshake on NBD_OPT_LIST descriptionsEric Blake1-2/+21
2016-04-08nbd: do not hang nbd_wr_syncv if outside a coroutine and no available dataPaolo Bonzini1-1/+4
2016-04-08nbd: Don't kill server when client requests unknown optionEric Blake1-1/+4
2016-04-08nbd: Fix NBD unsupported optionsAlex Bligh1-10/+45
2016-04-08nbd: Improve debug traces on little-endianEric Blake2-6/+7
2016-04-08nbd: Avoid bitrot in TRACE() usageEric Blake1-6/+9
2016-04-08nbd: Return correct error for write to read-only exportEric Blake1-0/+1
2016-04-05nbd: Fix poor debug messageEric Blake1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster3-0/+3
2016-02-23all: Clean up includesPeter Maydell1-4/+0
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange4-8/+275
2016-02-16nbd: use "" as a default export name if none providedDaniel P. Berrange2-2/+3
2016-02-16nbd: always query export list in fixed new style protocolDaniel P. Berrange2-3/+194
2016-02-16nbd: make client request fixed new style if advertisedDaniel P. Berrange1-10/+17
2016-02-16nbd: make server compliant with fixed newstyle specDaniel P. Berrange1-23/+46
2016-02-16nbd: invert client logic for negotiating protocol versionDaniel P. Berrange1-31/+29
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange4-124/+152
2016-02-09nbd: avoid unaligned uint64_t storeJohn Snow1-10/+10
2016-02-04all: Clean up includesPeter Maydell3-0/+3
2016-02-02nbd: Switch from close to eject notifierMax Reitz1-0/+13
2016-02-02nbd: client_close on error in nbd_co_client_startMax Reitz1-2/+1
2016-01-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+2
2016-01-26nbd: add missed aio_context_acquire in nbd_export_newDenis V. Lunev1-0/+2
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf1-1/+1
2016-01-15nbd-server: do not exit on failed memory allocationPaolo Bonzini1-1/+5
2016-01-15nbd-server: do not check request length except for reads and writesPaolo Bonzini1-7/+7
2016-01-15nbd-server: Coroutine based negotiationFam Zheng1-47/+103
2016-01-15nbd: Split nbd.cFam Zheng5-0/+1591