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
/
include
/
block
/
nbd.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nbd: make nbd_read* return -EIO on error
Roman Kagan
2021-02-03
1
-3
/
+4
*
nbd: Add new qemu:allocation-depth metadata context
Eric Blake
2020-10-30
1
-3
/
+5
*
nbd: Merge nbd_export_new() and nbd_export_create()
Kevin Wolf
2020-10-02
1
-6
/
+1
*
block/export: Create BlockBackend in blk_exp_add()
Kevin Wolf
2020-10-02
1
-2
/
+2
*
block/export: Add block-export-del
Kevin Wolf
2020-10-02
1
-1
/
+0
*
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
2020-10-02
1
-2
/
+0
*
block/export: Allocate BlockExport in blk_exp_add()
Kevin Wolf
2020-10-02
1
-5
/
+6
*
block/export: Move refcount from NBDExport to BlockExport
Kevin Wolf
2020-10-02
1
-2
/
+0
*
qemu-nbd: Use blk_exp_add() to create the export
Kevin Wolf
2020-10-02
1
-0
/
+1
*
nbd: Remove NBDExport.close callback
Kevin Wolf
2020-10-02
1
-2
/
+1
*
nbd: Add max-connections to nbd-server-start
Kevin Wolf
2020-10-02
1
-1
/
+2
*
block/export: Remove magic from block-export-add
Kevin Wolf
2020-10-02
1
-1
/
+2
*
qemu-nbd: Use raw block driver for --offset
Kevin Wolf
2020-10-02
1
-2
/
+2
*
block/export: Add BlockExport infrastructure and block-export-add
Kevin Wolf
2020-10-02
1
-1
/
+4
*
qapi: Create block-export module
Kevin Wolf
2020-10-02
1
-1
/
+1
*
nbd: Remove unused nbd_export_get_blockdev()
Kevin Wolf
2020-10-02
1
-2
/
+0
*
nbd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
1
-0
/
+1
*
qemu-storage-daemon: Add --nbd-server option
Kevin Wolf
2020-03-06
1
-0
/
+1
*
nbd: Don't send oversize strings
Eric Blake
2019-11-18
1
-4
/
+4
*
nbd/server: Prefer heap over stack for parsing client names
Eric Blake
2019-11-18
1
-5
/
+5
*
nbd: Grab aio context lock in more places
Eric Blake
2019-09-24
1
-0
/
+1
*
nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO
Eric Blake
2019-09-05
1
-0
/
+4
*
nbd: Improve per-export flag handling in server
Eric Blake
2019-09-05
1
-1
/
+1
*
nbd: Advertise multi-conn for shared read-only connections
Eric Blake
2019-09-05
1
-1
/
+1
*
block/nbd: use non-blocking io channel for nbd negotiation
Vladimir Sementsov-Ogievskiy
2019-08-15
1
-1
/
+2
*
qemu-nbd: Look up flag names in array
Max Reitz
2019-05-07
1
-12
/
+26
*
nbd: allow authorization with nbd-server-start QMP command
Daniel P. Berrange
2019-03-06
1
-1
/
+1
*
qemu-nbd: add support for authorization of TLS clients
Daniel P. Berrange
2019-03-06
1
-1
/
+1
*
nbd: Use low-level QIOChannel API in nbd_read_eof()
Kevin Wolf
2019-02-25
1
-2
/
+2
*
nbd: Move nbd_read_eof() to nbd/client.c
Kevin Wolf
2019-02-25
1
-1
/
+2
*
nbd: generalize usage of nbd_read
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-2
/
+30
*
nbd/client: Add meta contexts to nbd_receive_export_list()
Eric Blake
2019-01-21
1
-0
/
+2
*
nbd/client: Add nbd_receive_export_list()
Eric Blake
2019-01-21
1
-2
/
+13
*
nbd/client: Change signature of nbd_negotiate_simple_meta_context()
Eric Blake
2019-01-21
1
-1
/
+1
*
nbd/client: Move export name into NBDExportInfo
Eric Blake
2019-01-21
1
-4
/
+4
*
nbd/server: Favor [u]int64_t over off_t
Eric Blake
2019-01-21
1
-2
/
+2
*
nbd: Merge nbd_export_bitmap into nbd_export_new
Eric Blake
2019-01-14
1
-6
/
+3
*
nbd: Merge nbd_export_set_name into nbd_export_new
Eric Blake
2019-01-14
1
-2
/
+1
*
nbd: publish _lookup functions
Vladimir Sementsov-Ogievskiy
2019-01-05
1
-0
/
+5
*
nbd: fix NBD_FLAG_SEND_CACHE value
Denis V. Lunev
2018-10-04
1
-1
/
+3
*
nbd/server: drop old-style negotiation
Vladimir Sementsov-Ogievskiy
2018-10-03
1
-2
/
+1
*
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
2018-07-02
1
-0
/
+1
*
nbd/server: introduce NBD_CMD_CACHE
Vladimir Sementsov-Ogievskiy
2018-06-21
1
-1
/
+2
*
nbd/server: implement dirty bitmap export
Vladimir Sementsov-Ogievskiy
2018-06-21
1
-2
/
+6
*
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: BLOCK_STATUS constants
Vladimir Sementsov-Ogievskiy
2018-03-01
1
-0
/
+31
*
nbd: change indenting in nbd.h
Vladimir Sementsov-Ogievskiy
2018-03-01
1
-11
/
+11
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-2
/
+0
*
qapi: add nbd-server-remove
Vladimir Sementsov-Ogievskiy
2018-01-26
1
-0
/
+1
[next]