| Commit message (Expand) | Author | Age | Files | Lines |
* | nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO | Eric Blake | 2019-09-05 | 1 | -0/+5 |
* | nbd: generalize usage of nbd_read | Vladimir Sementsov-Ogievskiy | 2019-02-04 | 1 | -1/+1 |
* | nbd/server: introduce NBD_CMD_CACHE | Vladimir Sementsov-Ogievskiy | 2018-06-21 | 1 | -0/+2 |
* | nbd: BLOCK_STATUS constants | Vladimir Sementsov-Ogievskiy | 2018-03-01 | 1 | -0/+10 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | nbd: Expose constants and structs for structured read | Eric Blake | 2017-10-30 | 1 | -0/+27 |
* | nbd: Move nbd_errno_to_system_errno() to public header | Eric Blake | 2017-10-30 | 1 | -0/+34 |
* | nbd: Include error names in trace messages | Eric Blake | 2017-10-30 | 1 | -0/+23 |
* | nbd: Use new qio_channel_*_all() functions | Eric Blake | 2017-09-06 | 1 | -45/+0 |
* | nbd: Fix trace message for disconnect | Eric Blake | 2017-08-15 | 1 | -1/+1 |
* | nbd: Expose and debug more NBD constants | Eric Blake | 2017-07-14 | 1 | -0/+92 |
* | nbd/common: nbd_tls_handshake: remove extra TRACE | Vladimir Sementsov-Ogievskiy | 2017-07-10 | 1 | -3/+1 |
* | nbd: make nbd_drop public | Vladimir Sementsov-Ogievskiy | 2017-06-15 | 1 | -0/+26 |
* | nbd: rename read_sync and friends | Vladimir Sementsov-Ogievskiy | 2017-06-15 | 1 | -6/+2 |
* | nbd: add errp parameter to nbd_wr_syncv() | Vladimir Sementsov-Ogievskiy | 2017-06-06 | 1 | -7/+5 |
* | nbd: strict nbd_wr_syncv | Vladimir Sementsov-Ogievskiy | 2017-06-06 | 1 | -5/+6 |
* | nbd: convert to use qio_channel_yield | Paolo Bonzini | 2017-02-21 | 1 | -8/+1 |
* | io: change the QIOTask callback signature | Daniel P. Berrange | 2017-01-23 | 1 | -5/+3 |
* | nbd: Drop unused offset parameter | Eric Blake | 2016-07-20 | 1 | -4/+1 |
* | nbd: do not hang nbd_wr_syncv if outside a coroutine and no available data | Paolo Bonzini | 2016-04-08 | 1 | -1/+4 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | nbd: implement TLS support in the protocol negotiation | Daniel P. Berrange | 2016-02-16 | 1 | -0/+15 |
* | nbd: convert to using I/O channels for actual socket I/O | Daniel P. Berrange | 2016-02-16 | 1 | -28/+40 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | nbd: Split nbd.c | Fam Zheng | 2016-01-15 | 1 | -0/+64 |