index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nbd
/
client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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-17
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
*
nbd: Create struct for tracking export info
Eric Blake
2017-07-14
1
-22
/
+22
*
nbd: use generic trace subsystem instead of TRACE macro
Vladimir Sementsov-Ogievskiy
2017-07-10
1
-39
/
+30
*
nbd: refactor tracing
Vladimir Sementsov-Ogievskiy
2017-07-10
1
-3
/
+0
*
nbd/client: refactor TRACE of NBD_MAGIC
Vladimir Sementsov-Ogievskiy
2017-07-10
1
-9
/
+2
*
nbd: make nbd_drop public
Vladimir Sementsov-Ogievskiy
2017-06-15
1
-26
/
+0
*
nbd: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
2017-06-15
1
-21
/
+21
*
nbd/client.c: use errp instead of LOG
Vladimir Sementsov-Ogievskiy
2017-06-06
1
-13
/
+17
*
nbd: add errp to read_sync, write_sync and drop_sync
Vladimir Sementsov-Ogievskiy
2017-06-06
1
-38
/
+38
*
nbd: read_sync and friends: return 0 on success
Vladimir Sementsov-Ogievskiy
2017-06-06
1
-38
/
+25
*
nbd-client: fix handling of hungup connections
Paolo Bonzini
2017-03-27
1
-1
/
+1
*
nbd/client: fix drop_sync [CVE-2017-2630]
Vladimir Sementsov-Ogievskiy
2017-03-14
1
-1
/
+1
*
nbd: convert to use qio_channel_yield
Paolo Bonzini
2017-02-21
1
-1
/
+1
*
nbd: Don't inf-loop on early EOF
Eric Blake
2016-11-10
1
-6
/
+7
*
nbd: Improve server handling of shutdown requests
Eric Blake
2016-11-02
1
-0
/
+18
*
nbd: Refactor conversion to errno to silence checkpatch
Eric Blake
2016-11-02
1
-6
/
+14
*
nbd: Support shorter handshake
Eric Blake
2016-11-02
1
-1
/
+7
*
nbd: Less allocation during NBD_OPT_LIST
Eric Blake
2016-11-02
1
-72
/
+67
*
nbd: Let client skip portions of server reply
Eric Blake
2016-11-02
1
-14
/
+33
*
nbd: Let server know when client gives up negotiation
Eric Blake
2016-11-02
1
-0
/
+30
*
nbd: Share common option-sending code in client
Eric Blake
2016-11-02
1
-147
/
+108
*
nbd: Rename struct nbd_request and nbd_reply
Eric Blake
2016-11-02
1
-2
/
+2
*
nbd: Treat flags vs. command type as separate fields
Eric Blake
2016-11-02
1
-3
/
+6
*
nbd: set name for all I/O channels created
Daniel P. Berrange
2016-10-27
1
-0
/
+1
*
nbd: Limit nbdflags to 16 bits
Eric Blake
2016-08-03
1
-13
/
+15
*
nbd/client.c: Correct trace format string
Peter Maydell
2016-06-17
1
-1
/
+1
*
nbd: Avoid magic number for NBD max name size
Eric Blake
2016-06-16
1
-1
/
+1
*
nbd: Detect servers that send unexpected error values
Eric Blake
2016-06-16
1
-1
/
+3
*
nbd: Clean up ioctl handling of qemu-nbd -c
Eric Blake
2016-06-16
1
-5
/
+15
*
nbd: Group all Linux-specific ioctl code in one place
Eric Blake
2016-06-16
1
-0
/
+13
[prev]
[next]