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
/
server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nbd: Fix large trim/zero requests
Eric Blake
2020-07-28
1
-5
/
+23
*
nbd: make nbd_export_close_all() synchronous
Vladimir Sementsov-Ogievskiy
2020-07-17
1
-0
/
+8
*
nbd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
1
-0
/
+5
*
nbd/server: Avoid long error message assertions CVE-2020-10761
Eric Blake
2020-06-10
1
-3
/
+20
*
nbd/server: use bdrv_dirty_bitmap_next_dirty_area
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-40
/
+19
*
nbd/server: introduce NBDExtentArray
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-92
/
+118
*
block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-1
/
+1
*
nbd: Fix regression with multiple meta contexts
Eric Blake
2020-02-26
1
-2
/
+10
*
nbd: fix uninitialized variable warning
Pan Nengyuan
2020-01-08
1
-9
/
+1
*
nbd: Don't send oversize strings
Eric Blake
2019-11-18
1
-5
/
+15
*
nbd/server: Prefer heap over stack for parsing client names
Eric Blake
2019-11-18
1
-10
/
+15
*
nbd: Grab aio context lock in more places
Eric Blake
2019-09-24
1
-4
/
+18
*
nbd/server: attach client channel to the export's AioContext
Sergio Lopez
2019-09-24
1
-0
/
+5
*
nbd: Implement server use of NBD FAST_ZERO
Eric Blake
2019-09-05
1
-2
/
+6
*
nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO
Eric Blake
2019-09-05
1
-0
/
+5
*
nbd: Improve per-export flag handling in server
Eric Blake
2019-09-05
1
-28
/
+34
*
nbd: Use g_autofree in a few places
Eric Blake
2019-09-05
1
-8
/
+4
*
nbd: Advertise multi-conn for shared read-only connections
Eric Blake
2019-09-05
1
-1
/
+3
*
block/dirty-bitmap: add bdrv_dirty_bitmap_get
John Snow
2019-08-16
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...
Peter Maydell
2019-08-16
1
-8
/
+35
|
\
|
*
nbd: improve CMD_CACHE: use BDRV_REQ_PREFETCH
Vladimir Sementsov-Ogievskiy
2019-08-15
1
-8
/
+35
*
|
Include qemu/queue.h slightly less
Markus Armbruster
2019-08-16
1
-0
/
+1
|
/
*
nbd/server: Nicer spelling of max BLOCK_STATUS reply length
Eric Blake
2019-06-13
1
-5
/
+8
*
block: Add BlockBackend.ctx
Kevin Wolf
2019-06-04
1
-2
/
+3
*
nbd-server: Call blk_set_allow_aio_context_change()
Kevin Wolf
2019-06-04
1
-0
/
+1
*
nbd/server: Don't fail NBD_OPT_INFO for byte-aligned sources
Eric Blake
2019-04-08
1
-5
/
+8
*
nbd/server: Trace client noncompliance on unaligned requests
Eric Blake
2019-04-08
1
-1
/
+16
*
nbd/server: Fix blockstatus trace
Eric Blake
2019-04-08
1
-6
/
+3
*
nbd/server: Advertise actual minimum block size
Eric Blake
2019-04-01
1
-5
/
+8
*
block/dirty-bitmaps: add block_dirty_bitmap_check function
John Snow
2019-03-12
1
-2
/
+1
*
block/dirty-bitmaps: unify qmp_locked and user_locked calls
John Snow
2019-03-12
1
-3
/
+3
*
nbd: change error checking order for bitmaps
John Snow
2019-03-12
1
-5
/
+5
*
qemu-nbd: add support for authorization of TLS clients
Daniel P. Berrange
2019-03-06
1
-5
/
+5
*
nbd/server: Kill pointless shadowed variable
Eric Blake
2019-02-11
1
-1
/
+0
*
nbd: generalize usage of nbd_read
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-18
/
+9
*
nbd/server: Favor [u]int64_t over off_t
Eric Blake
2019-01-21
1
-9
/
+9
*
nbd/server: Hoist length check to qmp_nbd_server_add
Eric Blake
2019-01-21
1
-7
/
+3
*
dirty-bitmap: improve bdrv_dirty_bitmap_next_zero
Vladimir Sementsov-Ogievskiy
2019-01-16
1
-1
/
+1
*
nbd: Merge nbd_export_bitmap into nbd_export_new
Eric Blake
2019-01-14
1
-47
/
+40
*
nbd: Merge nbd_export_set_name into nbd_export_new
Eric Blake
2019-01-14
1
-29
/
+23
*
nbd: Only require disabled bitmap for read-only exports
Eric Blake
2019-01-14
1
-2
/
+5
*
nbd/server: Advertise all contexts in response to bare LIST
Eric Blake
2018-11-30
1
-0
/
+1
*
nbd/server: Ignore write errors when replying to NBD_OPT_ABORT
Eric Blake
2018-11-19
1
-4
/
+8
*
nbd: fix whitespace in server error message
Daniel P. Berrangé
2018-11-19
1
-1
/
+1
*
nbd: forbid use of frozen bitmaps
John Snow
2018-10-29
1
-2
/
+2
*
nbd/server: drop old-style negotiation
Vladimir Sementsov-Ogievskiy
2018-10-03
1
-38
/
+15
*
nbd/server: fix NBD_CMD_CACHE
Vladimir Sementsov-Ogievskiy
2018-10-03
1
-1
/
+2
*
nbd: Don't take address of fields in packed structs
Peter Maydell
2018-10-03
1
-12
/
+12
*
nbd/server: send more than one extent of base:allocation context
Vladimir Sementsov-Ogievskiy
2018-09-27
1
-19
/
+60
*
nbd/server: fix bitmap export
Vladimir Sementsov-Ogievskiy
2018-09-26
1
-1
/
+4
[next]