Age | Commit message (Expand) | Author |
2020-03-06 | qemu-storage-daemon: Add --nbd-server option | Kevin Wolf |
2019-11-18 | nbd: Don't send oversize strings | Eric Blake |
2019-11-18 | nbd/server: Prefer heap over stack for parsing client names | Eric Blake |
2019-09-24 | nbd: Grab aio context lock in more places | Eric Blake |
2019-09-05 | nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO | Eric Blake |
2019-09-05 | nbd: Improve per-export flag handling in server | Eric Blake |
2019-09-05 | nbd: Advertise multi-conn for shared read-only connections | Eric Blake |
2019-08-15 | block/nbd: use non-blocking io channel for nbd negotiation | Vladimir Sementsov-Ogievskiy |
2019-05-07 | qemu-nbd: Look up flag names in array | Max Reitz |
2019-03-06 | nbd: allow authorization with nbd-server-start QMP command | Daniel P. Berrange |
2019-03-06 | qemu-nbd: add support for authorization of TLS clients | Daniel P. Berrange |
2019-02-25 | nbd: Use low-level QIOChannel API in nbd_read_eof() | Kevin Wolf |
2019-02-25 | nbd: Move nbd_read_eof() to nbd/client.c | Kevin Wolf |
2019-02-04 | nbd: generalize usage of nbd_read | Vladimir Sementsov-Ogievskiy |
2019-01-21 | nbd/client: Add meta contexts to nbd_receive_export_list() | Eric Blake |
2019-01-21 | nbd/client: Add nbd_receive_export_list() | Eric Blake |
2019-01-21 | nbd/client: Change signature of nbd_negotiate_simple_meta_context() | Eric Blake |
2019-01-21 | nbd/client: Move export name into NBDExportInfo | Eric Blake |
2019-01-21 | nbd/server: Favor [u]int64_t over off_t | Eric Blake |
2019-01-14 | nbd: Merge nbd_export_bitmap into nbd_export_new | Eric Blake |
2019-01-14 | nbd: Merge nbd_export_set_name into nbd_export_new | Eric Blake |
2019-01-04 | nbd: publish _lookup functions | Vladimir Sementsov-Ogievskiy |
2018-10-04 | nbd: fix NBD_FLAG_SEND_CACHE value | Denis V. Lunev |
2018-10-03 | nbd/server: drop old-style negotiation | Vladimir Sementsov-Ogievskiy |
2018-07-02 | nbd/client: Add x-dirty-bitmap to query bitmap from server | Eric Blake |
2018-06-21 | nbd/server: introduce NBD_CMD_CACHE | Vladimir Sementsov-Ogievskiy |
2018-06-21 | nbd/server: implement dirty bitmap export | Vladimir Sementsov-Ogievskiy |
2018-03-13 | nbd: BLOCK_STATUS for standard get_block_status function: client part | Vladimir Sementsov-Ogievskiy |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-03-01 | nbd: BLOCK_STATUS constants | Vladimir Sementsov-Ogievskiy |
2018-03-01 | nbd: change indenting in nbd.h | Vladimir Sementsov-Ogievskiy |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-01-26 | qapi: add nbd-server-remove | Vladimir Sementsov-Ogievskiy |
2018-01-10 | nbd: rename nbd_option and nbd_opt_reply | Vladimir Sementsov-Ogievskiy |
2017-11-09 | nbd: Fix struct name for structured reads | Eric Blake |
2017-10-30 | nbd: Minimal structured read for client | Vladimir Sementsov-Ogievskiy |
2017-10-30 | nbd: Move nbd_read() to common header | Eric Blake |
2017-10-30 | nbd/client: prepare nbd_receive_reply for structured reply | Vladimir Sementsov-Ogievskiy |
2017-10-30 | nbd: Expose constants and structs for structured read | Eric Blake |
2017-10-30 | nbd: Move nbd_errno_to_system_errno() to public header | Eric Blake |
2017-10-13 | nbd: header constants indenting | Vladimir Sementsov-Ogievskiy |
2017-10-12 | nbd/server: structurize simple reply header sending | Vladimir Sementsov-Ogievskiy |
2017-09-06 | nbd: Use new qio_channel_*_all() functions | Eric Blake |
2017-08-30 | nbd/client: fix nbd_send_request to return int | Vladimir Sementsov-Ogievskiy |
2017-08-30 | nbd/client: refactor nbd_receive_reply | Vladimir Sementsov-Ogievskiy |
2017-07-14 | nbd: Implement NBD_INFO_BLOCK_SIZE on client | Eric Blake |
2017-07-14 | nbd: Expose and debug more NBD constants | Eric Blake |
2017-07-14 | nbd: Create struct for tracking export info | Eric Blake |
2017-06-15 | nbd: rename read_sync and friends | Vladimir Sementsov-Ogievskiy |
2017-06-15 | nbd: Fix regression on resiliency to port scan | Eric Blake |