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