aboutsummaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)Author
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange
2016-02-16nbd: use "" as a default export name if none providedDaniel P. Berrange
2016-02-16nbd: always query export list in fixed new style protocolDaniel P. Berrange
2016-02-16nbd: make client request fixed new style if advertisedDaniel P. Berrange
2016-02-16nbd: make server compliant with fixed newstyle specDaniel P. Berrange
2016-02-16nbd: invert client logic for negotiating protocol versionDaniel P. Berrange
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange
2016-02-09nbd: avoid unaligned uint64_t storeJohn Snow
2016-02-04all: Clean up includesPeter Maydell
2016-02-02nbd: Switch from close to eject notifierMax Reitz
2016-02-02nbd: client_close on error in nbd_co_client_startMax Reitz
2016-01-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-01-26nbd: add missed aio_context_acquire in nbd_export_newDenis V. Lunev
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf
2016-01-15nbd-server: do not exit on failed memory allocationPaolo Bonzini
2016-01-15nbd-server: do not check request length except for reads and writesPaolo Bonzini
2016-01-15nbd-server: Coroutine based negotiationFam Zheng
2016-01-15nbd: Split nbd.cFam Zheng