index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nbd
/
client.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-03-01
nbd/client: fix error messages in nbd_handle_reply_err
Vladimir Sementsov-Ogievskiy
1
-12
/
+12
2018-01-10
nbd: rename nbd_option and nbd_opt_reply
Vladimir Sementsov-Ogievskiy
1
-6
/
+6
2017-11-17
nbd/client: Don't hard-disconnect on ESHUTDOWN from server
Eric Blake
1
-6
/
+0
2017-11-17
nbd/client: Use error_prepend() correctly
Eric Blake
1
-24
/
+26
2017-11-09
nbd/client: Nicer trace of structured reply
Eric Blake
1
-1
/
+3
2017-10-30
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
1
-0
/
+12
2017-10-30
nbd/client: prepare nbd_receive_reply for structured reply
Vladimir Sementsov-Ogievskiy
1
-22
/
+82
2017-10-30
nbd/client: refactor nbd_receive_starttls
Vladimir Sementsov-Ogievskiy
1
-15
/
+41
2017-10-30
nbd: Move nbd_errno_to_system_errno() to public header
Eric Blake
1
-32
/
+0
2017-10-30
nbd: Include error names in trace messages
Eric Blake
1
-1
/
+2
2017-10-12
nbd: rename some simple-request related objects to be _simple_
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2017-08-30
nbd/client: fix nbd_send_request to return int
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
[next]