summaryrefslogtreecommitdiffstats
path: root/nbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* nbd: Don't trim unrequested bytesEric Blake2016-05-291-6/+14
* block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-1/+1
* nbd: Don't mishandle unaligned client requestsEric Blake2016-04-221-6/+4Star
* nbd: Don't kill server on client that doesn't request TLSEric Blake2016-04-151-2/+13
* nbd: Don't kill server when client requests unknown optionEric Blake2016-04-081-1/+4
* nbd: Improve debug traces on little-endianEric Blake2016-04-081-2/+3
* nbd: Return correct error for write to read-only exportEric Blake2016-04-081-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2016-02-161-7/+111
* nbd: use "" as a default export name if none providedDaniel P. Berrange2016-02-161-0/+1
* nbd: always query export list in fixed new style protocolDaniel P. Berrange2016-02-161-0/+2
* nbd: make server compliant with fixed newstyle specDaniel P. Berrange2016-02-161-23/+46
* nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2016-02-161-66/+84
* nbd: avoid unaligned uint64_t storeJohn Snow2016-02-091-10/+10
* all: Clean up includesPeter Maydell2016-02-041-0/+1
* nbd: Switch from close to eject notifierMax Reitz2016-02-021-0/+13
* nbd: client_close on error in nbd_co_client_startMax Reitz2016-02-021-2/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-01-261-0/+2
|\
| * nbd: add missed aio_context_acquire in nbd_export_newDenis V. Lunev2016-01-261-0/+2
* | block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf2016-01-201-1/+1
|/
* nbd-server: do not exit on failed memory allocationPaolo Bonzini2016-01-151-1/+5
* nbd-server: do not check request length except for reads and writesPaolo Bonzini2016-01-151-7/+7
* nbd-server: Coroutine based negotiationFam Zheng2016-01-151-47/+103
* nbd: Split nbd.cFam Zheng2016-01-151-0/+1052