index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nbd
/
client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nbd/client: Fix error message for server with unusable sizing
Eric Blake
2019-04-08
1
-1
/
+1
*
nbd/client: Reject inaccessible tail of inconsistent server
Eric Blake
2019-04-01
1
-0
/
+8
*
nbd: Use low-level QIOChannel API in nbd_read_eof()
Kevin Wolf
2019-02-25
1
-9
/
+37
*
nbd: Move nbd_read_eof() to nbd/client.c
Kevin Wolf
2019-02-25
1
-1
/
+21
*
nbd: generalize usage of nbd_read
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-59
/
+29
*
nbd/client: Work around 3.0 bug for listing meta contexts
Eric Blake
2019-01-21
1
-0
/
+19
*
nbd/client: Add meta contexts to nbd_receive_export_list()
Eric Blake
2019-01-21
1
-2
/
+39
*
nbd/client: Add nbd_receive_export_list()
Eric Blake
2019-01-21
1
-2
/
+130
*
nbd/client: Refactor nbd_opt_go() to support NBD_OPT_INFO
Eric Blake
2019-01-21
1
-14
/
+22
*
nbd/client: Pull out oldstyle size determination
Eric Blake
2019-01-21
1
-17
/
+32
*
nbd/client: Split handshake into two functions
Eric Blake
2019-01-21
1
-50
/
+95
*
nbd/client: Refactor return of nbd_receive_negotiate()
Eric Blake
2019-01-21
1
-28
/
+23
*
nbd/client: Split out nbd_receive_one_meta_context()
Eric Blake
2019-01-21
1
-57
/
+90
*
nbd/client: Split out nbd_send_meta_query()
Eric Blake
2019-01-21
1
-20
/
+44
*
nbd/client: Change signature of nbd_negotiate_simple_meta_context()
Eric Blake
2019-01-21
1
-28
/
+25
*
nbd/client: Move export name into NBDExportInfo
Eric Blake
2019-01-21
1
-21
/
+18
*
nbd/client: Refactor nbd_receive_list()
Eric Blake
2019-01-21
1
-33
/
+58
*
nbd/client: Drop pointless buf variable
Eric Blake
2019-01-05
1
-15
/
+7
*
qemu-nbd: Fail earlier for -c/-d on non-linux
Eric Blake
2019-01-05
1
-17
/
+1
*
nbd/client: More consistent error messages
Eric Blake
2019-01-05
1
-9
/
+12
*
nbd/client: Trace all server option error messages
Eric Blake
2019-01-05
1
-0
/
+2
*
nbd: Don't take address of fields in packed structs
Peter Maydell
2018-10-03
1
-22
/
+22
*
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
2018-07-02
1
-2
/
+2
*
nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZE
Eric Blake
2018-05-04
1
-4
/
+10
*
nbd/client: fix nbd_negotiate_simple_meta_context
Vladimir Sementsov-Ogievskiy
2018-05-04
1
-2
/
+2
*
nbd: trace meta context negotiation
Eric Blake
2018-04-02
1
-0
/
+2
*
nbd/client: Correctly handle bad server REP_META_CONTEXT
Eric Blake
2018-04-02
1
-7
/
+21
*
nbd: BLOCK_STATUS for standard get_block_status function: client part
Vladimir Sementsov-Ogievskiy
2018-03-13
1
-0
/
+117
*
qio: non-default context for TLS handshake
Peter Xu
2018-03-06
1
-0
/
+1
*
nbd/client: fix error messages in nbd_handle_reply_err
Vladimir Sementsov-Ogievskiy
2018-03-01
1
-12
/
+12
*
nbd: rename nbd_option and nbd_opt_reply
Vladimir Sementsov-Ogievskiy
2018-01-10
1
-6
/
+6
*
nbd/client: Don't hard-disconnect on ESHUTDOWN from server
Eric Blake
2017-11-17
1
-6
/
+0
*
nbd/client: Use error_prepend() correctly
Eric Blake
2017-11-17
1
-24
/
+26
*
nbd/client: Nicer trace of structured reply
Eric Blake
2017-11-09
1
-1
/
+3
*
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
2017-10-30
1
-0
/
+12
*
nbd/client: prepare nbd_receive_reply for structured reply
Vladimir Sementsov-Ogievskiy
2017-10-30
1
-22
/
+82
*
nbd/client: refactor nbd_receive_starttls
Vladimir Sementsov-Ogievskiy
2017-10-30
1
-15
/
+41
*
nbd: Move nbd_errno_to_system_errno() to public header
Eric Blake
2017-10-30
1
-32
/
+0
*
nbd: Include error names in trace messages
Eric Blake
2017-10-30
1
-1
/
+2
*
nbd: rename some simple-request related objects to be _simple_
Vladimir Sementsov-Ogievskiy
2017-10-12
1
-2
/
+2
*
nbd/client: fix nbd_send_request to return int
Vladimir Sementsov-Ogievskiy
2017-08-30
1
-1
/
+1
*
nbd/client: refactor nbd_receive_reply
Vladimir Sementsov-Ogievskiy
2017-08-30
1
-3
/
+9
*
nbd/client: refactor nbd_read_eof
Vladimir Sementsov-Ogievskiy
2017-08-30
1
-5
/
+0
*
nbd/client: fix nbd_opt_go
Vladimir Sementsov-Ogievskiy
2017-08-30
1
-2
/
+0
*
nbd: fix memory leak in nbd_opt_go()
Philippe Mathieu-Daudé
2017-07-28
1
-3
/
+5
*
nbd: Trace client command being sent
Eric Blake
2017-07-18
1
-1
/
+2
*
nbd: Fix iotests failure due to changed client error message
Eric Blake
2017-07-17
1
-3
/
+2
*
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
2017-07-14
1
-12
/
+69
*
nbd: Implement NBD_OPT_GO on client
Eric Blake
2017-07-14
1
-2
/
+124
*
nbd: Expose and debug more NBD constants
Eric Blake
2017-07-14
1
-18
/
+34
[next]