aboutsummaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)Author
2016-06-17nbd/client.c: Correct trace format stringPeter Maydell
2016-06-16nbd: Avoid magic number for NBD max name sizeEric Blake
2016-06-16nbd: Detect servers that send unexpected error valuesEric Blake
2016-06-16nbd: Clean up ioctl handling of qemu-nbd -cEric Blake
2016-06-16nbd: Group all Linux-specific ioctl code in one placeEric Blake
2016-06-16nbd: Reject unknown request flagsEric Blake
2016-06-16nbd: Improve server handling of bogus commandsEric Blake
2016-06-16nbd: Quit server after any write errorEric Blake
2016-06-16nbd: More debug typo fixes, use correct formatsEric Blake
2016-06-16nbd: Use BDRV_REQ_FUA for better FUA where supportedEric Blake
2016-06-16nbd: Don't use cpu_to_*w() functionsPeter Maydell
2016-06-16nbd: Don't use *_to_cpup() functionsPeter Maydell
2016-05-29nbd: Don't trim unrequested bytesEric Blake
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-18Fix some typos found by codespellStefan Weil
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-04-22nbd: Don't mishandle unaligned client requestsEric Blake
2016-04-15nbd: Don't kill server on client that doesn't request TLSEric Blake
2016-04-15nbd: Don't fail handshake on NBD_OPT_LIST descriptionsEric Blake
2016-04-08nbd: do not hang nbd_wr_syncv if outside a coroutine and no available dataPaolo Bonzini
2016-04-08nbd: Don't kill server when client requests unknown optionEric Blake
2016-04-08nbd: Fix NBD unsupported optionsAlex Bligh
2016-04-08nbd: Improve debug traces on little-endianEric Blake
2016-04-08nbd: Avoid bitrot in TRACE() usageEric Blake
2016-04-08nbd: Return correct error for write to read-only exportEric Blake
2016-04-05nbd: Fix poor debug messageEric Blake
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-23all: Clean up includesPeter Maydell
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