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