Age | Commit message (Expand) | Author | Files | Lines |
2024-04-25 | nbd/server: do not poll within a coroutine context | Zhu Yangyang | 1 | -4/+24 |
2023-10-05 | nbd/client: Request extended headers during negotiation | Eric Blake | 1 | -5/+15 |
2023-10-05 | nbd/client: Initial support for extended headers | Eric Blake | 1 | -35/+69 |
2023-09-25 | nbd: Prepare for 64-bit request effect lengths | Eric Blake | 1 | -0/+1 |
2023-09-22 | nbd/client: Pass mode through to nbd_send_request | Eric Blake | 1 | -1/+2 |
2023-09-22 | nbd: Replace bool structured_reply with mode enum | Eric Blake | 1 | -9/+9 |
2023-09-07 | nbd: drop unused nbd_start_negotiate() aio_context argument | Stefan Hajnoczi | 1 | -8/+3 |
2023-09-07 | nbd: drop unused nbd_receive_negotiate() aio_context argument | Stefan Hajnoczi | 1 | -3/+2 |
2023-07-19 | nbd: Use enum for various negotiation modes | Eric Blake | 1 | -21/+25 |
2023-07-19 | nbd/client: Add safety check on chunk payload length | Eric Blake | 1 | -0/+12 |
2023-07-19 | nbd: s/handle/cookie/ to match NBD spec | Eric Blake | 1 | -7/+7 |
2023-07-19 | nbd/client: Use smarter assert | Eric Blake | 1 | -3/+4 |
2021-09-29 | block/nbd: drop connection_co | Vladimir Sementsov-Ogievskiy | 1 | -2/+0 |
2020-07-10 | nbd: Use ERRP_GUARD() | Vladimir Sementsov-Ogievskiy | 1 | -0/+5 |
2019-11-18 | nbd: Don't send oversize strings | Eric Blake | 1 | -3/+15 |
2019-09-24 | nbd/client: Add hint when TLS is missing | Eric Blake | 1 | -0/+1 |
2019-09-05 | nbd: Tolerate more errors to structured reply request | Eric Blake | 1 | -30/+33 |
2019-09-05 | nbd: Use g_autofree in a few places | Eric Blake | 1 | -15/+7 |
2019-08-16 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st... | Peter Maydell | 1 | -5/+11 |
2019-08-16 | Include qemu/queue.h slightly less | Markus Armbruster | 1 | -0/+1 |
2019-08-15 | block/nbd: use non-blocking io channel for nbd negotiation | Vladimir Sementsov-Ogievskiy | 1 | -5/+11 |
2019-04-08 | nbd/client: Fix error message for server with unusable sizing | Eric Blake | 1 | -1/+1 |
2019-04-01 | nbd/client: Reject inaccessible tail of inconsistent server | Eric Blake | 1 | -0/+8 |
2019-02-25 | nbd: Use low-level QIOChannel API in nbd_read_eof() | Kevin Wolf | 1 | -9/+37 |
2019-02-25 | nbd: Move nbd_read_eof() to nbd/client.c | Kevin Wolf | 1 | -1/+21 |
2019-02-04 | nbd: generalize usage of nbd_read | Vladimir Sementsov-Ogievskiy | 1 | -59/+29 |
2019-01-21 | nbd/client: Work around 3.0 bug for listing meta contexts | Eric Blake | 1 | -0/+19 |
2019-01-21 | nbd/client: Add meta contexts to nbd_receive_export_list() | Eric Blake | 1 | -2/+39 |
2019-01-21 | nbd/client: Add nbd_receive_export_list() | Eric Blake | 1 | -2/+130 |
2019-01-21 | nbd/client: Refactor nbd_opt_go() to support NBD_OPT_INFO | Eric Blake | 1 | -14/+22 |
2019-01-21 | nbd/client: Pull out oldstyle size determination | Eric Blake | 1 | -17/+32 |
2019-01-21 | nbd/client: Split handshake into two functions | Eric Blake | 1 | -50/+95 |
2019-01-21 | nbd/client: Refactor return of nbd_receive_negotiate() | Eric Blake | 1 | -28/+23 |
2019-01-21 | nbd/client: Split out nbd_receive_one_meta_context() | Eric Blake | 1 | -57/+90 |
2019-01-21 | nbd/client: Split out nbd_send_meta_query() | Eric Blake | 1 | -20/+44 |
2019-01-21 | nbd/client: Change signature of nbd_negotiate_simple_meta_context() | Eric Blake | 1 | -28/+25 |
2019-01-21 | nbd/client: Move export name into NBDExportInfo | Eric Blake | 1 | -21/+18 |
2019-01-21 | nbd/client: Refactor nbd_receive_list() | Eric Blake | 1 | -33/+58 |
2019-01-05 | nbd/client: Drop pointless buf variable | Eric Blake | 1 | -15/+7 |
2019-01-05 | qemu-nbd: Fail earlier for -c/-d on non-linux | Eric Blake | 1 | -17/+1 |
2019-01-05 | nbd/client: More consistent error messages | Eric Blake | 1 | -9/+12 |
2019-01-04 | nbd/client: Trace all server option error messages | Eric Blake | 1 | -0/+2 |
2018-10-03 | nbd: Don't take address of fields in packed structs | Peter Maydell | 1 | -22/+22 |
2018-07-02 | nbd/client: Add x-dirty-bitmap to query bitmap from server | Eric Blake | 1 | -2/+2 |
2018-05-04 | nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZE | Eric Blake | 1 | -4/+10 |
2018-05-04 | nbd/client: fix nbd_negotiate_simple_meta_context | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2018-04-02 | nbd: trace meta context negotiation | Eric Blake | 1 | -0/+2 |
2018-04-02 | nbd/client: Correctly handle bad server REP_META_CONTEXT | Eric Blake | 1 | -7/+21 |
2018-03-13 | nbd: BLOCK_STATUS for standard get_block_status function: client part | Vladimir Sementsov-Ogievskiy | 1 | -0/+117 |
2018-03-06 | qio: non-default context for TLS handshake | Peter Xu | 1 | -0/+1 |