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
*
block: Call attention to truncation of long NBD exports
Eric Blake
2020-06-10
1
-8
/
+13
*
block/nbd-client: drop max_block restriction from discard
Vladimir Sementsov-Ogievskiy
2020-05-04
1
-1
/
+1
*
block/nbd-client: drop max_block restriction from block_status
Vladimir Sementsov-Ogievskiy
2020-05-04
1
-3
/
+1
*
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
2020-03-26
1
-0
/
+6
*
block/nbd: fix memory leak in nbd_open()
Pan Nengyuan
2020-02-27
1
-0
/
+1
*
block/nbd: extract the common cleanup code
Pan Nengyuan
2020-02-27
1
-11
/
+15
*
nbd-client: Support leading / in NBD URI
Eric Blake
2020-02-26
1
-2
/
+4
*
block/nbd: Fix hang in .bdrv_close()
Max Reitz
2020-02-20
1
-1
/
+13
*
nbd: assert that Error** is not NULL in nbd_iter_channel_error
Vladimir Sementsov-Ogievskiy
2019-12-18
1
-0
/
+1
*
nbd: Don't send oversize strings
Eric Blake
2019-11-18
1
-0
/
+10
*
block/nbd: nbd reconnect
Vladimir Sementsov-Ogievskiy
2019-10-22
1
-63
/
+268
*
nbd: add empty .bdrv_reopen_prepare
Maxim Levitsky
2019-10-10
1
-0
/
+15
*
nbd: Implement client use of NBD FAST_ZERO
Eric Blake
2019-09-05
1
-0
/
+7
*
nbd: Use g_autofree in a few places
Eric Blake
2019-09-05
1
-7
/
+4
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...
Peter Maydell
2019-08-16
1
-82
/
+113
|
\
|
*
block/nbd: refactor nbd connection parameters
Vladimir Sementsov-Ogievskiy
2019-08-15
1
-61
/
+60
|
*
block/nbd: add cmdline and qapi parameter reconnect-delay
Vladimir Sementsov-Ogievskiy
2019-08-15
1
-1
/
+15
|
*
block/nbd: move from quit to state
Vladimir Sementsov-Ogievskiy
2019-08-15
1
-21
/
+37
|
*
block/nbd: use non-blocking io channel for nbd negotiation
Vladimir Sementsov-Ogievskiy
2019-08-15
1
-9
/
+7
|
*
block/nbd: split connection_co start out of nbd_client_connect
Vladimir Sementsov-Ogievskiy
2019-08-15
1
-9
/
+13
*
|
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
|
/
*
nbd: Initialize reply on failure
Eric Blake
2019-07-19
1
-3
/
+2
*
block/nbd: merge NBDClientSession struct back to BDRVNBDState
Vladimir Sementsov-Ogievskiy
2019-06-13
1
-103
/
+94
*
block/nbd: merge nbd-client.* to nbd.c
Vladimir Sementsov-Ogievskiy
2019-06-13
1
-32
/
+1253
*
nbd/client: Lower min_block for block-status, unaligned size
Eric Blake
2019-03-31
1
-1
/
+18
*
block: Purify .bdrv_refresh_filename()
Max Reitz
2019-02-25
1
-22
/
+1
*
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
1
-0
/
+14
*
block/nbd: Make bdrv_dirname() return NULL
Max Reitz
2019-02-25
1
-0
/
+13
*
block/nbd: move connection code from block/nbd to block/nbd-client
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-38
/
+2
*
qstring: Move qstring_from_substr()'s @end one to the right
Markus Armbruster
2018-07-28
1
-1
/
+1
*
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
2018-07-02
1
-2
/
+8
*
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
2018-06-15
1
-5
/
+2
*
block: Fix -drive for certain non-string scalars
Markus Armbruster
2018-06-15
1
-10
/
+2
*
block: Add block-specific QDict header
Max Reitz
2018-06-15
1
-0
/
+1
*
block: use local path for local headers
Michael S. Tsirkin
2018-05-31
1
-1
/
+1
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-2
/
+2
*
nbd: BLOCK_STATUS for standard get_block_status function: client part
Vladimir Sementsov-Ogievskiy
2018-03-13
1
-0
/
+3
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
*
nbd: Honor server's advertised minimum block size
Eric Blake
2018-03-01
1
-0
/
+2
*
block: Simplify bdrv_can_write_zeroes_with_unmap()
Eric Blake
2018-02-09
1
-11
/
+0
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
2018-02-09
1
-1
/
+0
*
nbd: implement bdrv_get_info callback
Edgar Kaziakhmedov
2018-01-26
1
-0
/
+11
*
block/nbd: fix segmentation fault when .desc is not null-terminated
Murilo Opsfelder Araujo
2018-01-08
1
-0
/
+1
*
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
2017-07-14
1
-3
/
+11
*
nbd: Create struct for tracking export info
Eric Blake
2017-07-14
1
-1
/
+1
*
block: Do not strcmp() with NULL uri->scheme
Max Reitz
2017-06-26
1
-3
/
+3
*
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-06-20
1
-1
/
+0
*
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2017-05-09
1
-3
/
+1
*
sockets: Rename SocketAddressFlat to SocketAddress
Markus Armbruster
2017-05-09
1
-13
/
+13
[next]