Age | Commit message (Expand) | Author |
2018-03-06 | qio: non-default context for TLS handshake | Peter Xu |
2018-03-01 | nbd/client: fix error messages in nbd_handle_reply_err | Vladimir Sementsov-Ogievskiy |
2018-01-10 | nbd: rename nbd_option and nbd_opt_reply | Vladimir Sementsov-Ogievskiy |
2017-11-17 | nbd/client: Don't hard-disconnect on ESHUTDOWN from server | Eric Blake |
2017-11-17 | nbd/client: Use error_prepend() correctly | Eric Blake |
2017-11-09 | nbd/client: Nicer trace of structured reply | Eric Blake |
2017-10-30 | nbd: Minimal structured read for client | Vladimir Sementsov-Ogievskiy |
2017-10-30 | nbd/client: prepare nbd_receive_reply for structured reply | Vladimir Sementsov-Ogievskiy |
2017-10-30 | nbd/client: refactor nbd_receive_starttls | Vladimir Sementsov-Ogievskiy |
2017-10-30 | nbd: Move nbd_errno_to_system_errno() to public header | Eric Blake |
2017-10-30 | nbd: Include error names in trace messages | Eric Blake |
2017-10-12 | nbd: rename some simple-request related objects to be _simple_ | Vladimir Sementsov-Ogievskiy |
2017-08-30 | nbd/client: fix nbd_send_request to return int | Vladimir Sementsov-Ogievskiy |
2017-08-30 | nbd/client: refactor nbd_receive_reply | Vladimir Sementsov-Ogievskiy |
2017-08-30 | nbd/client: refactor nbd_read_eof | Vladimir Sementsov-Ogievskiy |
2017-08-30 | nbd/client: fix nbd_opt_go | Vladimir Sementsov-Ogievskiy |
2017-07-28 | nbd: fix memory leak in nbd_opt_go() | Philippe Mathieu-Daudé |
2017-07-17 | nbd: Trace client command being sent | Eric Blake |
2017-07-17 | nbd: Fix iotests failure due to changed client error message | Eric Blake |
2017-07-14 | nbd: Implement NBD_INFO_BLOCK_SIZE on client | Eric Blake |
2017-07-14 | nbd: Implement NBD_OPT_GO on client | Eric Blake |
2017-07-14 | nbd: Expose and debug more NBD constants | Eric Blake |
2017-07-14 | nbd: Create struct for tracking export info | Eric Blake |
2017-07-10 | nbd: use generic trace subsystem instead of TRACE macro | Vladimir Sementsov-Ogievskiy |
2017-07-10 | nbd: refactor tracing | Vladimir Sementsov-Ogievskiy |
2017-07-10 | nbd/client: refactor TRACE of NBD_MAGIC | Vladimir Sementsov-Ogievskiy |
2017-06-15 | nbd: make nbd_drop public | Vladimir Sementsov-Ogievskiy |
2017-06-15 | nbd: rename read_sync and friends | Vladimir Sementsov-Ogievskiy |
2017-06-06 | nbd/client.c: use errp instead of LOG | Vladimir Sementsov-Ogievskiy |
2017-06-06 | nbd: add errp to read_sync, write_sync and drop_sync | Vladimir Sementsov-Ogievskiy |
2017-06-06 | nbd: read_sync and friends: return 0 on success | Vladimir Sementsov-Ogievskiy |
2017-03-27 | nbd-client: fix handling of hungup connections | Paolo Bonzini |
2017-03-14 | nbd/client: fix drop_sync [CVE-2017-2630] | Vladimir Sementsov-Ogievskiy |
2017-02-21 | nbd: convert to use qio_channel_yield | Paolo Bonzini |
2016-11-10 | nbd: Don't inf-loop on early EOF | Eric Blake |
2016-11-02 | nbd: Improve server handling of shutdown requests | Eric Blake |
2016-11-02 | nbd: Refactor conversion to errno to silence checkpatch | Eric Blake |
2016-11-02 | nbd: Support shorter handshake | Eric Blake |
2016-11-02 | nbd: Less allocation during NBD_OPT_LIST | Eric Blake |
2016-11-02 | nbd: Let client skip portions of server reply | Eric Blake |
2016-11-02 | nbd: Let server know when client gives up negotiation | Eric Blake |
2016-11-02 | nbd: Share common option-sending code in client | Eric Blake |
2016-11-02 | nbd: Rename struct nbd_request and nbd_reply | Eric Blake |
2016-11-02 | nbd: Treat flags vs. command type as separate fields | Eric Blake |
2016-10-27 | nbd: set name for all I/O channels created | Daniel P. Berrange |
2016-08-03 | nbd: Limit nbdflags to 16 bits | Eric Blake |
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 |