Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-06-15 | nbd/server: refactor nbd_trip | Vladimir Sementsov-Ogievskiy | 1 | -33/+20 |
2017-06-15 | nbd/server: rename rc to ret | Vladimir Sementsov-Ogievskiy | 1 | -19/+19 |
2017-06-15 | nbd/server: get rid of fail: return rc | Vladimir Sementsov-Ogievskiy | 1 | -16/+12 |
2017-06-15 | nbd/server: nbd_negotiate: fix error path | Vladimir Sementsov-Ogievskiy | 1 | -1/+2 |
2017-06-15 | nbd/server: remove NBDClientNewData | Vladimir Sementsov-Ogievskiy | 1 | -18/+7 |
2017-06-15 | nbd/server: refactor nbd_co_receive_request | Vladimir Sementsov-Ogievskiy | 1 | -28/+13 |
2017-06-15 | nbd/server: get rid of EAGAIN dead code | Vladimir Sementsov-Ogievskiy | 1 | -11/+7 |
2017-06-15 | nbd/server: refactor nbd_co_send_reply | Vladimir Sementsov-Ogievskiy | 1 | -4/+4 |
2017-06-15 | nbd/server: get rid of ssize_t | Vladimir Sementsov-Ogievskiy | 1 | -10/+8 |
2017-06-15 | nbd/server: get rid of nbd_negotiate_read and friends | Vladimir Sementsov-Ogievskiy | 1 | -85/+22 |
2017-06-15 | nbd: make nbd_drop public | Vladimir Sementsov-Ogievskiy | 3 | -26/+28 |
2017-06-15 | nbd: rename read_sync and friends | Vladimir Sementsov-Ogievskiy | 4 | -46/+42 |
2017-06-15 | nbd: Fix regression on resiliency to port scan | Eric Blake | 1 | -9/+15 |
2017-06-07 | nbd: Fully initialize client in case of failed negotiation | Eric Blake | 1 | -5/+3 |
2017-06-06 | nbd/client.c: use errp instead of LOG | Vladimir Sementsov-Ogievskiy | 1 | -13/+17 |
2017-06-06 | nbd: add errp to read_sync, write_sync and drop_sync | Vladimir Sementsov-Ogievskiy | 3 | -50/+54 |
2017-06-06 | nbd: add errp parameter to nbd_wr_syncv() | Vladimir Sementsov-Ogievskiy | 2 | -9/+7 |
2017-06-06 | nbd: read_sync and friends: return 0 on success | Vladimir Sementsov-Ogievskiy | 3 | -93/+88 |
2017-06-06 | nbd: strict nbd_wr_syncv | Vladimir Sementsov-Ogievskiy | 1 | -5/+6 |
2017-03-27 | nbd-client: fix handling of hungup connections | Paolo Bonzini | 1 | -1/+1 |
2017-03-14 | nbd/client: fix drop_sync [CVE-2017-2630] | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2017-02-28 | nbd/server: Use real permissions for NBD exports | Kevin Wolf | 1 | -2/+9 |
2017-02-28 | block: Add error parameter to blk_insert_bs() | Kevin Wolf | 1 | -1/+5 |
2017-02-28 | block: Add permissions to blk_new() | Kevin Wolf | 1 | -1/+2 |
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 |