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
/
block
/
nbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-04-04
1
-0
/
+1
|
\
|
*
nbd: fix memory leak on socket_connect failed
yaolujing
2017-04-02
1
-0
/
+1
*
|
nbd: Tidy up blockdev-add interface
Markus Armbruster
2017-04-03
1
-25
/
+28
*
|
block: Document -drive problematic code and bugs
Markus Armbruster
2017-04-03
1
-0
/
+8
*
|
nbd sockets vnc: Mark problematic address family tests TODO
Markus Armbruster
2017-04-03
1
-0
/
+1
|
/
*
nbd: drop unused NBDClientSession.is_unix field
Stefan Hajnoczi
2017-03-27
1
-2
/
+0
*
qapi: Drop unused non-strict qobject input visitor
Markus Armbruster
2017-03-05
1
-1
/
+1
*
block: Don't bother asserting type of output visitor's output
Markus Armbruster
2017-02-22
1
-2
/
+0
*
block/nbd: Fix the leaked visitor
Ashijeet Acharya
2016-11-11
1
-0
/
+1
*
nbd: Implement NBD_CMD_WRITE_ZEROES on client
Eric Blake
2016-11-02
1
-0
/
+4
*
nbd: Rename NbdClientSession to NBDClientSession
Eric Blake
2016-11-02
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...
Peter Maydell
2016-10-28
1
-0
/
+1
|
\
|
*
nbd: set name for all I/O channels created
Daniel P. Berrange
2016-10-27
1
-0
/
+1
*
|
block/nbd: Use SocketAddress options
Max Reitz
2016-10-27
1
-10
/
+16
*
|
block/nbd: Accept SocketAddress
Max Reitz
2016-10-27
1
-62
/
+113
*
|
block/nbd: Add nbd_has_filename_options_conflict()
Max Reitz
2016-10-27
1
-6
/
+20
*
|
block/nbd: Use qdict_put()
Max Reitz
2016-10-27
1
-7
/
+6
*
|
block/nbd: Default port in nbd_refresh_filename()
Max Reitz
2016-10-27
1
-13
/
+6
*
|
block/nbd: Reject port parameter without host
Max Reitz
2016-10-27
1
-2
/
+5
*
|
block/nbd: Drop trailing "." in error messages
Max Reitz
2016-10-27
1
-2
/
+2
|
/
*
block/nbd: Store runtime option values
Max Reitz
2016-08-15
1
-44
/
+61
*
block/nbd: Use QemuOpts for runtime options
Max Reitz
2016-08-15
1
-20
/
+54
*
nbd: Convert to byte-based interface
Eric Blake
2016-07-20
1
-6
/
+6
*
nbd: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
1
-9
/
+3
*
nbd: Rely on block layer to break up large requests
Eric Blake
2016-07-20
1
-9
/
+3
*
block: Switch discard length bounds to byte-based
Eric Blake
2016-07-05
1
-1
/
+1
*
block: Switch transfer length bounds to byte-based
Eric Blake
2016-07-05
1
-1
/
+1
*
nbd: Advertise realistic limits to block layer
Eric Blake
2016-07-05
1
-2
/
+2
*
nbd: Simplify client FUA handling
Eric Blake
2016-05-12
1
-22
/
+3
*
block: Make supported_write_flags a per-bds property
Eric Blake
2016-05-12
1
-3
/
+0
*
block: Introduce bdrv_driver_pwritev()
Kevin Wolf
2016-05-12
1
-9
/
+0
*
nbd: Support BDRV_REQ_FUA
Kevin Wolf
2016-03-30
1
-1
/
+26
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-18
1
-3
/
+3
*
util: Shorten references into SocketAddress
Eric Blake
2016-03-05
1
-6
/
+8
*
nbd: enable use of TLS with NBD block driver
Daniel P. Berrange
2016-02-16
1
-9
/
+69
*
nbd: convert block client to use I/O channels for connection setup
Daniel P. Berrange
2016-02-16
1
-19
/
+20
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-2
/
+1
*
block: Pass driver-specific options to .bdrv_refresh_filename()
Kevin Wolf
2015-12-18
1
-5
/
+5
*
block: Convert to new qapi union layout
Eric Blake
2015-11-02
1
-9
/
+9
*
nbd: convert to use the QAPI SocketAddress object
Daniel P. Berrange
2015-09-25
1
-34
/
+37
*
nbd: Fix nbd_establish_connection()'s return value
Max Reitz
2015-03-18
1
-1
/
+1
*
nbd: fix resource leak
Gonglei
2015-03-10
1
-0
/
+1
*
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
2015-02-26
1
-1
/
+2
*
nbd: Drop BDS backpointer
Max Reitz
2015-02-16
1
-23
/
+14
*
nbd: fix max_discard/max_transfer_length
Denis V. Lunev
2015-02-06
1
-0
/
+9
*
nbd: Improve error messages
Max Reitz
2015-02-06
1
-1
/
+1
*
nbd: Fix filename generation
Max Reitz
2014-10-20
1
-15
/
+29
*
nbd: Implement bdrv_refresh_filename()
Max Reitz
2014-08-20
1
-0
/
+36
[next]