summaryrefslogtreecommitdiff
path: root/include/block/nbd.h
AgeCommit message (Expand)Author
2021-02-03nbd: make nbd_read* return -EIO on errorRoman Kagan
2020-10-30nbd: Add new qemu:allocation-depth metadata contextEric Blake
2020-10-02nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf
2020-10-02block/export: Add block-export-delKevin Wolf
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf
2020-10-02qemu-nbd: Use blk_exp_add() to create the exportKevin Wolf
2020-10-02nbd: Remove NBDExport.close callbackKevin Wolf
2020-10-02nbd: Add max-connections to nbd-server-startKevin Wolf
2020-10-02block/export: Remove magic from block-export-addKevin Wolf
2020-10-02qemu-nbd: Use raw block driver for --offsetKevin Wolf
2020-10-02block/export: Add BlockExport infrastructure and block-export-addKevin Wolf
2020-10-02qapi: Create block-export moduleKevin Wolf
2020-10-02nbd: Remove unused nbd_export_get_blockdev()Kevin Wolf
2020-07-10nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-03-06qemu-storage-daemon: Add --nbd-server optionKevin Wolf
2019-11-18nbd: Don't send oversize stringsEric Blake
2019-11-18nbd/server: Prefer heap over stack for parsing client namesEric Blake
2019-09-24nbd: Grab aio context lock in more placesEric Blake
2019-09-05nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake
2019-09-05nbd: Improve per-export flag handling in serverEric Blake
2019-09-05nbd: Advertise multi-conn for shared read-only connectionsEric Blake
2019-08-15block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy
2019-05-07qemu-nbd: Look up flag names in arrayMax Reitz
2019-03-06nbd: allow authorization with nbd-server-start QMP commandDaniel P. Berrange
2019-03-06qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange
2019-02-25nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf
2019-02-25nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf
2019-02-04nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy
2019-01-21nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake
2019-01-21nbd/client: Add nbd_receive_export_list()Eric Blake
2019-01-21nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake
2019-01-21nbd/server: Favor [u]int64_t over off_tEric Blake
2019-01-14nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake
2019-01-14nbd: Merge nbd_export_set_name into nbd_export_newEric Blake
2019-01-04nbd: publish _lookup functionsVladimir Sementsov-Ogievskiy
2018-10-04nbd: fix NBD_FLAG_SEND_CACHE valueDenis V. Lunev
2018-10-03nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy
2018-07-02nbd/client: Add x-dirty-bitmap to query bitmap from serverEric Blake
2018-06-21nbd/server: introduce NBD_CMD_CACHEVladimir Sementsov-Ogievskiy
2018-06-21nbd/server: implement dirty bitmap exportVladimir Sementsov-Ogievskiy
2018-03-13nbd: BLOCK_STATUS for standard get_block_status function: client partVladimir Sementsov-Ogievskiy
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-01nbd: BLOCK_STATUS constantsVladimir Sementsov-Ogievskiy
2018-03-01nbd: change indenting in nbd.hVladimir Sementsov-Ogievskiy
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-01-26qapi: add nbd-server-removeVladimir Sementsov-Ogievskiy