summaryrefslogtreecommitdiffstats
path: root/nbd
Commit message (Expand)AuthorAgeFilesLines
* nbd/client.c: Correct trace format stringPeter Maydell2016-06-171-1/+1
* nbd: Avoid magic number for NBD max name sizeEric Blake2016-06-162-3/+3
* nbd: Detect servers that send unexpected error valuesEric Blake2016-06-161-1/+3
* nbd: Clean up ioctl handling of qemu-nbd -cEric Blake2016-06-161-5/+15
* nbd: Group all Linux-specific ioctl code in one placeEric Blake2016-06-162-18/+13Star
* nbd: Reject unknown request flagsEric Blake2016-06-161-0/+5
* nbd: Improve server handling of bogus commandsEric Blake2016-06-161-19/+47
* nbd: Quit server after any write errorEric Blake2016-06-161-9/+23
* nbd: More debug typo fixes, use correct formatsEric Blake2016-06-162-40/+49
* nbd: Use BDRV_REQ_FUA for better FUA where supportedEric Blake2016-06-161-10/+6Star
* nbd: Don't use cpu_to_*w() functionsPeter Maydell2016-06-161-5/+5
* nbd: Don't use *_to_cpup() functionsPeter Maydell2016-06-162-9/+9
* nbd: Don't trim unrequested bytesEric Blake2016-05-291-6/+14
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* 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 fail handshake on NBD_OPT_LIST descriptionsEric Blake2016-04-151-2/+21
* nbd: do not hang nbd_wr_syncv if outside a coroutine and no available dataPaolo Bonzini2016-04-081-1/+4
* nbd: Don't kill server when client requests unknown optionEric Blake2016-04-081-1/+4
* nbd: Fix NBD unsupported optionsAlex Bligh2016-04-081-10/+45
* nbd: Improve debug traces on little-endianEric Blake2016-04-082-6/+7
* nbd: Avoid bitrot in TRACE() usageEric Blake2016-04-081-6/+9
* nbd: Return correct error for write to read-only exportEric Blake2016-04-081-0/+1
* nbd: Fix poor debug messageEric Blake2016-04-051-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-223-0/+3
* all: Clean up includesPeter Maydell2016-02-231-4/+0Star
* nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2016-02-164-8/+275
* nbd: use "" as a default export name if none providedDaniel P. Berrange2016-02-162-2/+3
* nbd: always query export list in fixed new style protocolDaniel P. Berrange2016-02-162-3/+194
* nbd: make client request fixed new style if advertisedDaniel P. Berrange2016-02-161-10/+17
* nbd: make server compliant with fixed newstyle specDaniel P. Berrange2016-02-161-23/+46
* nbd: invert client logic for negotiating protocol versionDaniel P. Berrange2016-02-161-31/+29Star
* nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2016-02-164-124/+152
* nbd: avoid unaligned uint64_t storeJohn Snow2016-02-091-10/+10
* all: Clean up includesPeter Maydell2016-02-043-0/+3
* 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-155-0/+1591