Age | Commit message (Expand) | Author | Files | Lines |
2017-10-30 | nbd: Minimal structured read for client | Vladimir Sementsov-Ogievskiy | 2 | -1/+12 |
2017-10-30 | nbd: Move nbd_read() to common header | Eric Blake | 1 | -9/+0 |
2017-10-30 | nbd/client: prepare nbd_receive_reply for structured reply | Vladimir Sementsov-Ogievskiy | 2 | -23/+84 |
2017-10-30 | nbd/client: refactor nbd_receive_starttls | Vladimir Sementsov-Ogievskiy | 2 | -18/+42 |
2017-10-30 | nbd/server: Include human-readable message in structured errors | Eric Blake | 2 | -8/+14 |
2017-10-30 | nbd: Minimal structured read for server | Vladimir Sementsov-Ogievskiy | 2 | -10/+99 |
2017-10-30 | nbd/server: Refactor zero-length option check | Eric Blake | 1 | -28/+46 |
2017-10-30 | nbd/server: Simplify nbd_negotiate_options loop | Eric Blake | 1 | -15/+4 |
2017-10-30 | nbd/server: Report error for write to read-only export | Eric Blake | 1 | -1/+2 |
2017-10-30 | nbd: Expose constants and structs for structured read | Eric Blake | 3 | -1/+30 |
2017-10-30 | nbd: Move nbd_errno_to_system_errno() to public header | Eric Blake | 4 | -45/+37 |
2017-10-30 | nbd: Include error names in trace messages | Eric Blake | 5 | -4/+30 |
2017-10-13 | nbd: header constants indenting | Vladimir Sementsov-Ogievskiy | 1 | -17/+17 |
2017-10-13 | nbd/server: simplify reply transmission | Vladimir Sementsov-Ogievskiy | 1 | -25/+24 |
2017-10-13 | nbd/server: refactor nbd_co_send_simple_reply parameters | Vladimir Sementsov-Ogievskiy | 1 | -6/+7 |
2017-10-13 | nbd/server: do not use NBDReply structure | Vladimir Sementsov-Ogievskiy | 1 | -21/+15 |
2017-10-12 | nbd/server: structurize simple reply header sending | Vladimir Sementsov-Ogievskiy | 2 | -24/+14 |
2017-10-12 | nbd: rename some simple-request related objects to be _simple_ | Vladimir Sementsov-Ogievskiy | 4 | -10/+10 |
2017-10-12 | NBD: use g_new() family of functions | Marc-André Lureau | 1 | -2/+2 |
2017-09-06 | nbd: Use new qio_channel_*_all() functions | Eric Blake | 2 | -79/+7 |
2017-08-30 | nbd/client: fix nbd_send_request to return int | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2017-08-30 | nbd/client: refactor nbd_receive_reply | Vladimir Sementsov-Ogievskiy | 1 | -3/+9 |
2017-08-30 | nbd/client: refactor nbd_read_eof | Vladimir Sementsov-Ogievskiy | 2 | -14/+24 |
2017-08-30 | nbd/client: fix nbd_opt_go | Vladimir Sementsov-Ogievskiy | 1 | -2/+0 |
2017-08-15 | nbd: Fix order of bdrv_set_perm and bdrv_invalidate_cache | Kevin Wolf | 1 | -9/+11 |
2017-08-15 | nbd: Fix trace message for disconnect | Eric Blake | 1 | -1/+1 |
2017-08-01 | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy | 1 | -9/+9 |
2017-07-28 | nbd: fix memory leak in nbd_opt_go() | Philippe Mathieu-Daudé | 1 | -3/+5 |
2017-07-17 | nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clients | Eric Blake | 2 | -10/+16 |
2017-07-17 | nbd: Trace client command being sent | Eric Blake | 2 | -2/+3 |
2017-07-17 | nbd: Fix iotests failure due to changed client error message | Eric Blake | 1 | -3/+2 |
2017-07-14 | nbd: Implement NBD_INFO_BLOCK_SIZE on client | Eric Blake | 2 | -12/+70 |
2017-07-14 | nbd: Implement NBD_INFO_BLOCK_SIZE on server | Eric Blake | 2 | -4/+45 |
2017-07-14 | nbd: Implement NBD_OPT_GO on client | Eric Blake | 3 | -2/+130 |
2017-07-14 | nbd: Implement NBD_OPT_GO on server | Eric Blake | 2 | -3/+179 |
2017-07-14 | nbd: Refactor reply to NBD_OPT_EXPORT_NAME | Eric Blake | 1 | -22/+28 |
2017-07-14 | nbd: Simplify trace of client flags in negotiation | Eric Blake | 2 | -7/+3 |
2017-07-14 | nbd: Expose and debug more NBD constants | Eric Blake | 5 | -37/+147 |
2017-07-14 | nbd: Don't bother tracing an NBD_OPT_ABORT response failure | Eric Blake | 2 | -12/+4 |
2017-07-14 | nbd: Create struct for tracking export info | Eric Blake | 1 | -22/+22 |
2017-07-10 | nbd: use generic trace subsystem instead of TRACE macro | Vladimir Sementsov-Ogievskiy | 4 | -95/+119 |
2017-07-10 | nbd: refactor tracing | Vladimir Sementsov-Ogievskiy | 2 | -24/+9 |
2017-07-10 | nbd/server: rename clientflags var in nbd_negotiate_options | Vladimir Sementsov-Ogievskiy | 1 | -19/+19 |
2017-07-10 | nbd/server: fix TRACE in nbd_negotiate_send_rep_len | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2017-07-10 | nbd/client: refactor TRACE of NBD_MAGIC | Vladimir Sementsov-Ogievskiy | 1 | -9/+2 |
2017-07-10 | nbd/common: nbd_tls_handshake: remove extra TRACE | Vladimir Sementsov-Ogievskiy | 1 | -3/+1 |
2017-07-10 | nbd/server: add errp to nbd_send_reply() | Vladimir Sementsov-Ogievskiy | 1 | -8/+9 |
2017-07-10 | nbd/server: use errp instead of LOG | Vladimir Sementsov-Ogievskiy | 1 | -106/+160 |
2017-07-10 | nbd/server: refactor nbd_negotiate | Vladimir Sementsov-Ogievskiy | 1 | -9/+3 |
2017-07-10 | nbd/server: nbd_negotiate: return 1 on NBD_OPT_ABORT | Vladimir Sementsov-Ogievskiy | 1 | -5/+15 |