Age | Commit message (Expand) | Author |
2016-07-20 | block: Convert BB interface to byte-based discards | Eric Blake |
2016-07-20 | nbd: Drop unused offset parameter | Eric Blake |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini |
2016-06-17 | nbd/client.c: Correct trace format string | Peter Maydell |
2016-06-16 | nbd: Avoid magic number for NBD max name size | Eric Blake |
2016-06-16 | nbd: Detect servers that send unexpected error values | Eric Blake |
2016-06-16 | nbd: Clean up ioctl handling of qemu-nbd -c | Eric Blake |
2016-06-16 | nbd: Group all Linux-specific ioctl code in one place | Eric Blake |
2016-06-16 | nbd: Reject unknown request flags | Eric Blake |
2016-06-16 | nbd: Improve server handling of bogus commands | Eric Blake |
2016-06-16 | nbd: Quit server after any write error | Eric Blake |
2016-06-16 | nbd: More debug typo fixes, use correct formats | Eric Blake |
2016-06-16 | nbd: Use BDRV_REQ_FUA for better FUA where supported | Eric Blake |
2016-06-16 | nbd: Don't use cpu_to_*w() functions | Peter Maydell |
2016-06-16 | nbd: Don't use *_to_cpup() functions | Peter Maydell |
2016-05-29 | nbd: Don't trim unrequested bytes | Eric Blake |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-05-12 | block: Allow BDRV_REQ_FUA through blk_pwrite() | Eric Blake |
2016-04-22 | nbd: Don't mishandle unaligned client requests | Eric Blake |
2016-04-15 | nbd: Don't kill server on client that doesn't request TLS | Eric Blake |
2016-04-15 | nbd: Don't fail handshake on NBD_OPT_LIST descriptions | Eric Blake |
2016-04-08 | nbd: do not hang nbd_wr_syncv if outside a coroutine and no available data | Paolo Bonzini |
2016-04-08 | nbd: Don't kill server when client requests unknown option | Eric Blake |
2016-04-08 | nbd: Fix NBD unsupported options | Alex Bligh |
2016-04-08 | nbd: Improve debug traces on little-endian | Eric Blake |
2016-04-08 | nbd: Avoid bitrot in TRACE() usage | Eric Blake |
2016-04-08 | nbd: Return correct error for write to read-only export | Eric Blake |
2016-04-05 | nbd: Fix poor debug message | Eric Blake |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-23 | all: Clean up includes | Peter Maydell |
2016-02-16 | nbd: implement TLS support in the protocol negotiation | Daniel P. Berrange |
2016-02-16 | nbd: use "" as a default export name if none provided | Daniel P. Berrange |
2016-02-16 | nbd: always query export list in fixed new style protocol | Daniel P. Berrange |
2016-02-16 | nbd: make client request fixed new style if advertised | Daniel P. Berrange |
2016-02-16 | nbd: make server compliant with fixed newstyle spec | Daniel P. Berrange |
2016-02-16 | nbd: invert client logic for negotiating protocol version | Daniel P. Berrange |
2016-02-16 | nbd: convert to using I/O channels for actual socket I/O | Daniel P. Berrange |
2016-02-09 | nbd: avoid unaligned uint64_t store | John Snow |
2016-02-04 | all: Clean up includes | Peter Maydell |
2016-02-02 | nbd: Switch from close to eject notifier | Max Reitz |
2016-02-02 | nbd: client_close on error in nbd_co_client_start | Max Reitz |
2016-01-26 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-01-26 | nbd: add missed aio_context_acquire in nbd_export_new | Denis V. Lunev |
2016-01-20 | block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE | Kevin Wolf |
2016-01-15 | nbd-server: do not exit on failed memory allocation | Paolo Bonzini |
2016-01-15 | nbd-server: do not check request length except for reads and writes | Paolo Bonzini |
2016-01-15 | nbd-server: Coroutine based negotiation | Fam Zheng |
2016-01-15 | nbd: Split nbd.c | Fam Zheng |