Age | Commit message (Expand) | Author | Files | Lines |
2017-02-21 | nbd: convert to use qio_channel_yield | Paolo Bonzini | 3 | -75/+30 |
2017-01-23 | io: change the QIOTask callback signature | Daniel P. Berrange | 2 | -7/+4 |
2017-01-03 | aio: add AioPollFn and io_poll() interface | Stefan Hajnoczi | 1 | -5/+4 |
2016-11-10 | nbd: Don't inf-loop on early EOF | Eric Blake | 1 | -6/+7 |
2016-11-02 | nbd: Implement NBD_CMD_WRITE_ZEROES on server | Eric Blake | 1 | -2/+40 |
2016-11-02 | nbd: Improve server handling of shutdown requests | Eric Blake | 3 | -0/+29 |
2016-11-02 | nbd: Refactor conversion to errno to silence checkpatch | Eric Blake | 1 | -6/+14 |
2016-11-02 | nbd: Support shorter handshake | Eric Blake | 2 | -5/+18 |
2016-11-02 | nbd: Less allocation during NBD_OPT_LIST | Eric Blake | 1 | -72/+67 |
2016-11-02 | nbd: Let client skip portions of server reply | Eric Blake | 1 | -14/+33 |
2016-11-02 | nbd: Let server know when client gives up negotiation | Eric Blake | 1 | -0/+30 |
2016-11-02 | nbd: Share common option-sending code in client | Eric Blake | 2 | -148/+109 |
2016-11-02 | nbd: Send message along with server NBD_REP_ERR errors | Eric Blake | 1 | -19/+59 |
2016-11-02 | nbd: Share common reply-sending code in server | Eric Blake | 1 | -25/+27 |
2016-11-02 | nbd: Rename struct nbd_request and nbd_reply | Eric Blake | 2 | -8/+8 |
2016-11-02 | nbd: Rename NBDRequest to NBDRequestData | Eric Blake | 1 | -10/+10 |
2016-11-02 | nbd: Treat flags vs. command type as separate fields | Eric Blake | 3 | -25/+27 |
2016-11-02 | nbd: Add qemu-nbd -D for human-readable description | Eric Blake | 2 | -10/+29 |
2016-10-27 | nbd: set name for all I/O channels created | Daniel P. Berrange | 2 | -0/+2 |
2016-09-05 | nbd-server: Use a separate BlockBackend | Kevin Wolf | 1 | -5/+20 |
2016-08-03 | nbd: Limit nbdflags to 16 bits | Eric Blake | 2 | -19/+19 |
2016-08-03 | nbd: Fix bad flag detection on server | Eric Blake | 1 | -1/+2 |
2016-07-20 | block: Convert BB interface to byte-based discards | Eric Blake | 1 | -14/+5 |
2016-07-20 | nbd: Drop unused offset parameter | Eric Blake | 2 | -6/+3 |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini | 1 | -6/+6 |
2016-06-17 | nbd/client.c: Correct trace format string | Peter Maydell | 1 | -1/+1 |
2016-06-16 | nbd: Avoid magic number for NBD max name size | Eric Blake | 2 | -3/+3 |
2016-06-16 | nbd: Detect servers that send unexpected error values | Eric Blake | 1 | -1/+3 |
2016-06-16 | nbd: Clean up ioctl handling of qemu-nbd -c | Eric Blake | 1 | -5/+15 |
2016-06-16 | nbd: Group all Linux-specific ioctl code in one place | Eric Blake | 2 | -18/+13 |
2016-06-16 | nbd: Reject unknown request flags | Eric Blake | 1 | -0/+5 |
2016-06-16 | nbd: Improve server handling of bogus commands | Eric Blake | 1 | -19/+47 |
2016-06-16 | nbd: Quit server after any write error | Eric Blake | 1 | -9/+23 |
2016-06-16 | nbd: More debug typo fixes, use correct formats | Eric Blake | 2 | -40/+49 |
2016-06-16 | nbd: Use BDRV_REQ_FUA for better FUA where supported | Eric Blake | 1 | -10/+6 |
2016-06-16 | nbd: Don't use cpu_to_*w() functions | Peter Maydell | 1 | -5/+5 |
2016-06-16 | nbd: Don't use *_to_cpup() functions | Peter Maydell | 2 | -9/+9 |
2016-05-29 | nbd: Don't trim unrequested bytes | Eric Blake | 1 | -6/+14 |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-18 | Fix some typos found by codespell | Stefan Weil | 1 | -1/+1 |
2016-05-12 | block: Allow BDRV_REQ_FUA through blk_pwrite() | Eric Blake | 1 | -1/+1 |
2016-04-22 | nbd: Don't mishandle unaligned client requests | Eric Blake | 1 | -6/+4 |
2016-04-15 | nbd: Don't kill server on client that doesn't request TLS | Eric Blake | 1 | -2/+13 |
2016-04-15 | nbd: Don't fail handshake on NBD_OPT_LIST descriptions | Eric Blake | 1 | -2/+21 |
2016-04-08 | nbd: do not hang nbd_wr_syncv if outside a coroutine and no available data | Paolo Bonzini | 1 | -1/+4 |
2016-04-08 | nbd: Don't kill server when client requests unknown option | Eric Blake | 1 | -1/+4 |
2016-04-08 | nbd: Fix NBD unsupported options | Alex Bligh | 1 | -10/+45 |
2016-04-08 | nbd: Improve debug traces on little-endian | Eric Blake | 2 | -6/+7 |
2016-04-08 | nbd: Avoid bitrot in TRACE() usage | Eric Blake | 1 | -6/+9 |
2016-04-08 | nbd: Return correct error for write to read-only export | Eric Blake | 1 | -0/+1 |