Age | Commit message (Expand) | Author | Files | Lines |
2017-10-30 | nbd: Minimal structured read for client | Vladimir Sementsov-Ogievskiy | 1 | -1/+0 |
2017-10-30 | nbd: Move nbd_read() to common header | Eric Blake | 1 | -9/+0 |
2017-10-30 | nbd: Expose constants and structs for structured read | Eric Blake | 1 | -1/+1 |
2017-10-30 | nbd: Move nbd_errno_to_system_errno() to public header | Eric Blake | 1 | -12/+0 |
2017-10-30 | nbd: Include error names in trace messages | Eric Blake | 1 | -0/+1 |
2017-10-13 | nbd: header constants indenting | Vladimir Sementsov-Ogievskiy | 1 | -17/+17 |
2017-10-12 | nbd: rename some simple-request related objects to be _simple_ | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2017-09-06 | nbd: Use new qio_channel_*_all() functions | Eric Blake | 1 | -34/+7 |
2017-08-30 | nbd/client: refactor nbd_read_eof | Vladimir Sementsov-Ogievskiy | 1 | -9/+24 |
2017-07-17 | nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clients | Eric Blake | 1 | -2/+6 |
2017-07-14 | nbd: Implement NBD_OPT_GO on client | Eric Blake | 1 | -0/+3 |
2017-07-14 | nbd: Expose and debug more NBD constants | Eric Blake | 1 | -6/+4 |
2017-07-10 | nbd: use generic trace subsystem instead of TRACE macro | Vladimir Sementsov-Ogievskiy | 1 | -19/+0 |
2017-06-15 | nbd: make nbd_drop public | Vladimir Sementsov-Ogievskiy | 1 | -0/+2 |
2017-06-15 | nbd: rename read_sync and friends | Vladimir Sementsov-Ogievskiy | 1 | -13/+13 |
2017-06-06 | nbd: add errp to read_sync, write_sync and drop_sync | Vladimir Sementsov-Ogievskiy | 1 | -6/+10 |
2017-06-06 | nbd: add errp parameter to nbd_wr_syncv() | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2017-06-06 | nbd: read_sync and friends: return 0 on success | Vladimir Sementsov-Ogievskiy | 1 | -4/+30 |
2017-01-23 | io: change the QIOTask callback signature | Daniel P. Berrange | 1 | -2/+1 |
2016-11-02 | nbd: Improve server handling of shutdown requests | Eric Blake | 1 | -0/+1 |
2016-11-02 | nbd: Share common option-sending code in client | Eric Blake | 1 | -1/+1 |
2016-11-02 | nbd: Treat flags vs. command type as separate fields | Eric Blake | 1 | -2/+2 |
2016-11-02 | nbd: Add qemu-nbd -D for human-readable description | Eric Blake | 1 | -2/+3 |
2016-07-20 | nbd: Drop unused offset parameter | Eric Blake | 1 | -2/+2 |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-04-08 | nbd: Avoid bitrot in TRACE() usage | Eric Blake | 1 | -6/+9 |
2016-02-23 | all: Clean up includes | Peter Maydell | 1 | -4/+0 |
2016-02-16 | nbd: implement TLS support in the protocol negotiation | Daniel P. Berrange | 1 | -0/+14 |
2016-02-16 | nbd: convert to using I/O channels for actual socket I/O | Daniel P. Berrange | 1 | -10/+8 |
2016-01-15 | nbd: Split nbd.c | Fam Zheng | 1 | -0/+113 |