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
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
1
-4
/
+4
*
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
1
-2
/
+2
*
nbd: trace long NBD operations
Denis V. Lunev
2022-06-29
2
-0
/
+5
*
nbd/server: Allow MULTI_CONN for shared writable exports
Eric Blake
2022-05-12
1
-5
/
+5
*
qapi: nbd-export: allow select bitmaps by node/name pair
Vladimir Sementsov-Ogievskiy
2022-04-26
1
-22
/
+41
*
Remove trailing ; after G_DEFINE_AUTO macro
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-5
/
+5
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...
Peter Maydell
2022-03-09
2
-10
/
+15
|
\
|
*
nbd/server: Minor cleanups
Eric Blake
2022-03-08
1
-7
/
+6
|
*
block: pass desired TLS hostname through from block driver client
Daniel P. Berrangé
2022-03-07
1
-3
/
+9
*
|
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
1
-0
/
+1
|
/
*
nbd/server.c: Remove unused field
Nir Soffer
2022-01-28
1
-1
/
+0
*
nbd/client-connection: improve error message of cancelled attempt
Vladimir Sementsov-Ogievskiy
2021-12-21
1
-2
/
+9
*
nbd/client-connection: nbd_co_establish_connection(): return real error
Vladimir Sementsov-Ogievskiy
2021-12-21
1
-16
/
+34
*
nbd/server: Simplify zero and trim
Eric Blake
2021-11-22
1
-20
/
+3
*
nbd/server: Don't complain on certain client disconnects
Eric Blake
2021-11-22
1
-0
/
+3
*
nbd/server: Silence clang sanitizer warning
Eric Blake
2021-11-16
1
-4
/
+9
*
block/nbd: drop connection_co
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+0
*
nbd/client-connection: nbd_co_establish_connection(): fix non set errp
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-0
/
+1
*
nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLY
Eric Blake
2021-09-29
1
-1
/
+1
*
nbd/server: Mark variable unused in nbd_negotiate_meta_queries
Richard Henderson
2021-07-26
1
-1
/
+2
*
nbd/client-connection: add option for non-blocking connection attempt
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-1
/
+7
*
nbd/client-connection: return only one io channel
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-8
/
+28
*
nbd/client-connection: shutdown connection on release
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-3
/
+17
*
nbd/client-connection: implement connection retry
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-13
/
+43
*
nbd/client-connection: add possibility of negotiation
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-5
/
+100
*
nbd/client-connection: use QEMU_LOCK_GUARD
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-54
/
+45
*
nbd: move connection code from block/nbd to nbd/client-connection
Vladimir Sementsov-Ogievskiy
2021-06-18
2
-0
/
+233
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2021-06-02
1
-21
/
+61
|
\
|
*
nbd/server: Use drained block ops to quiesce the server
Sergio Lopez
2021-06-02
1
-21
/
+61
*
|
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
|
/
*
nbd: server: Report holes for raw images
Nir Soffer
2021-03-08
1
-2
/
+2
*
nbd/server: Quiesce coroutines on context switch
Sergio Lopez
2021-01-20
1
-14
/
+106
*
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...
Peter Maydell
2020-11-17
1
-1
/
+1
|
\
|
*
configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.h
Thomas Huth
2020-11-17
1
-1
/
+1
*
|
nbd: Silence Coverity false positive
Eric Blake
2020-11-16
1
-2
/
+2
|
/
*
nbd: Add 'qemu-nbd -A' to expose allocation depth
Eric Blake
2020-10-30
1
-0
/
+2
*
nbd: Add new qemu:allocation-depth metadata context
Eric Blake
2020-10-30
1
-4
/
+66
*
nbd: Allow export of multiple bitmaps for one device
Eric Blake
2020-10-30
1
-30
/
+70
*
nbd: Refactor counting of metadata contexts
Eric Blake
2020-10-30
1
-11
/
+15
*
nbd: Simplify qemu bitmap context name
Eric Blake
2020-10-30
1
-10
/
+9
*
nbd: Update qapi to support exporting multiple bitmaps
Eric Blake
2020-10-30
1
-6
/
+13
*
block/export: add iothread and fixed-iothread options
Stefan Hajnoczi
2020-10-23
1
-2
/
+0
*
block: move block exports to libblockdev
Stefan Hajnoczi
2020-10-23
1
-0
/
+2
*
nbd: Simplify meta-context parsing
Eric Blake
2020-10-09
1
-121
/
+68
*
nbd/server: Reject embedded NUL in NBD strings
Eric Blake
2020-10-09
1
-10
/
+20
*
nbd: silence maybe-uninitialized warnings
Christian Borntraeger
2020-10-09
1
-1
/
+1
*
nbd: Merge nbd_export_new() and nbd_export_create()
Kevin Wolf
2020-10-02
1
-15
/
+39
*
block/export: Move writable to BlockExportOptions
Kevin Wolf
2020-10-02
1
-5
/
+0
*
block/export: Create BlockBackend in blk_exp_add()
Kevin Wolf
2020-10-02
1
-26
/
+12
[next]