summary refs log tree commit diff stats
path: root/nbd/client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nbd/server: do not poll within a coroutine contextZhu Yangyang2024-04-251-4/+24
* nbd/client: Request extended headers during negotiationEric Blake2023-10-051-5/+15
* nbd/client: Initial support for extended headersEric Blake2023-10-051-35/+69
* nbd: Prepare for 64-bit request effect lengthsEric Blake2023-09-251-0/+1
* nbd/client: Pass mode through to nbd_send_requestEric Blake2023-09-221-1/+2
* nbd: Replace bool structured_reply with mode enumEric Blake2023-09-221-9/+9
* nbd: drop unused nbd_start_negotiate() aio_context argumentStefan Hajnoczi2023-09-071-8/+3
* nbd: drop unused nbd_receive_negotiate() aio_context argumentStefan Hajnoczi2023-09-071-3/+2
* nbd: Use enum for various negotiation modesEric Blake2023-07-191-21/+25
* nbd/client: Add safety check on chunk payload lengthEric Blake2023-07-191-0/+12
* nbd: s/handle/cookie/ to match NBD specEric Blake2023-07-191-7/+7
* nbd/client: Use smarter assertEric Blake2023-07-191-3/+4
* block/nbd: drop connection_coVladimir Sementsov-Ogievskiy2021-09-291-2/+0
* nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-0/+5
* nbd: Don't send oversize stringsEric Blake2019-11-181-3/+15
* nbd/client: Add hint when TLS is missingEric Blake2019-09-241-0/+1
* nbd: Tolerate more errors to structured reply requestEric Blake2019-09-051-30/+33
* nbd: Use g_autofree in a few placesEric Blake2019-09-051-15/+7
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell2019-08-161-5/+11
|\
| * block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy2019-08-151-5/+11
* | Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-0/+1
|/
* nbd/client: Fix error message for server with unusable sizingEric Blake2019-04-081-1/+1
* nbd/client: Reject inaccessible tail of inconsistent serverEric Blake2019-04-011-0/+8
* nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf2019-02-251-9/+37
* nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf2019-02-251-1/+21
* nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy2019-02-041-59/+29
* nbd/client: Work around 3.0 bug for listing meta contextsEric Blake2019-01-211-0/+19
* nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake2019-01-211-2/+39
* nbd/client: Add nbd_receive_export_list()Eric Blake2019-01-211-2/+130
* nbd/client: Refactor nbd_opt_go() to support NBD_OPT_INFOEric Blake2019-01-211-14/+22
* nbd/client: Pull out oldstyle size determinationEric Blake2019-01-211-17/+32
* nbd/client: Split handshake into two functionsEric Blake2019-01-211-50/+95
* nbd/client: Refactor return of nbd_receive_negotiate()Eric Blake2019-01-211-28/+23
* nbd/client: Split out nbd_receive_one_meta_context()Eric Blake2019-01-211-57/+90
* nbd/client: Split out nbd_send_meta_query()Eric Blake2019-01-211-20/+44
* nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake2019-01-211-28/+25
* nbd/client: Move export name into NBDExportInfoEric Blake2019-01-211-21/+18
* nbd/client: Refactor nbd_receive_list()Eric Blake2019-01-211-33/+58
* nbd/client: Drop pointless buf variableEric Blake2019-01-051-15/+7
* qemu-nbd: Fail earlier for -c/-d on non-linuxEric Blake2019-01-051-17/+1
* nbd/client: More consistent error messagesEric Blake2019-01-051-9/+12
* nbd/client: Trace all server option error messagesEric Blake2019-01-041-0/+2
* nbd: Don't take address of fields in packed structsPeter Maydell2018-10-031-22/+22
* nbd/client: Add x-dirty-bitmap to query bitmap from serverEric Blake2018-07-021-2/+2
* nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZEEric Blake2018-05-041-4/+10
* nbd/client: fix nbd_negotiate_simple_meta_contextVladimir Sementsov-Ogievskiy2018-05-041-2/+2
* nbd: trace meta context negotiationEric Blake2018-04-021-0/+2
* nbd/client: Correctly handle bad server REP_META_CONTEXTEric Blake2018-04-021-7/+21
* nbd: BLOCK_STATUS for standard get_block_status function: client partVladimir Sementsov-Ogievskiy2018-03-131-0/+117
* qio: non-default context for TLS handshakePeter Xu2018-03-061-0/+1