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: 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
*
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
*
nbd: More debug typo fixes, use correct formats
Eric Blake
2016-06-16
1
-19
/
+22
*
nbd: Don't use cpu_to_*w() functions
Peter Maydell
2016-06-16
1
-5
/
+5
*
nbd: Don't use *_to_cpup() functions
Peter Maydell
2016-06-16
1
-4
/
+4
*
Fix some typos found by codespell
Stefan Weil
2016-05-18
1
-1
/
+1
*
nbd: Don't fail handshake on NBD_OPT_LIST descriptions
Eric Blake
2016-04-15
1
-2
/
+21
*
nbd: Fix NBD unsupported options
Alex Bligh
2016-04-08
1
-10
/
+45
*
nbd: Improve debug traces on little-endian
Eric Blake
2016-04-08
1
-4
/
+4
*
nbd: Fix poor debug message
Eric Blake
2016-04-05
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
2016-02-16
1
-1
/
+135
*
nbd: use "" as a default export name if none provided
Daniel P. Berrange
2016-02-16
1
-2
/
+2
*
nbd: always query export list in fixed new style protocol
Daniel P. Berrange
2016-02-16
1
-3
/
+192
*
nbd: make client request fixed new style if advertised
Daniel P. Berrange
2016-02-16
1
-10
/
+17
[prev]
[next]