Age | Commit message (Expand) | Author |
2022-03-07 | nbd/server: Minor cleanups | Eric Blake |
2022-03-07 | block: pass desired TLS hostname through from block driver client | Daniel P. Berrangé |
2022-01-28 | nbd/server.c: Remove unused field | Nir Soffer |
2021-12-21 | nbd/client-connection: improve error message of cancelled attempt | Vladimir Sementsov-Ogievskiy |
2021-12-21 | nbd/client-connection: nbd_co_establish_connection(): return real error | Vladimir Sementsov-Ogievskiy |
2021-11-22 | nbd/server: Simplify zero and trim | Eric Blake |
2021-11-22 | nbd/server: Don't complain on certain client disconnects | Eric Blake |
2021-11-16 | nbd/server: Silence clang sanitizer warning | Eric Blake |
2021-09-29 | block/nbd: drop connection_co | Vladimir Sementsov-Ogievskiy |
2021-09-29 | nbd/client-connection: nbd_co_establish_connection(): fix non set errp | Vladimir Sementsov-Ogievskiy |
2021-09-29 | nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLY | Eric Blake |
2021-07-26 | nbd/server: Mark variable unused in nbd_negotiate_meta_queries | Richard Henderson |
2021-06-18 | nbd/client-connection: add option for non-blocking connection attempt | Vladimir Sementsov-Ogievskiy |
2021-06-18 | nbd/client-connection: return only one io channel | Vladimir Sementsov-Ogievskiy |
2021-06-18 | nbd/client-connection: shutdown connection on release | Vladimir Sementsov-Ogievskiy |
2021-06-18 | nbd/client-connection: implement connection retry | Vladimir Sementsov-Ogievskiy |
2021-06-18 | nbd/client-connection: add possibility of negotiation | Vladimir Sementsov-Ogievskiy |
2021-06-18 | nbd/client-connection: use QEMU_LOCK_GUARD | Vladimir Sementsov-Ogievskiy |
2021-06-18 | nbd: move connection code from block/nbd to nbd/client-connection | Vladimir Sementsov-Ogievskiy |
2021-06-02 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2021-06-02 | nbd/server: Use drained block ops to quiesce the server | Sergio Lopez |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-03-08 | nbd: server: Report holes for raw images | Nir Soffer |
2021-01-20 | nbd/server: Quiesce coroutines on context switch | Sergio Lopez |
2020-11-17 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1... | Peter Maydell |
2020-11-17 | configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.h | Thomas Huth |
2020-11-16 | nbd: Silence Coverity false positive | Eric Blake |
2020-10-30 | nbd: Add 'qemu-nbd -A' to expose allocation depth | Eric Blake |
2020-10-30 | nbd: Add new qemu:allocation-depth metadata context | Eric Blake |
2020-10-30 | nbd: Allow export of multiple bitmaps for one device | Eric Blake |
2020-10-30 | nbd: Refactor counting of metadata contexts | Eric Blake |
2020-10-30 | nbd: Simplify qemu bitmap context name | Eric Blake |
2020-10-30 | nbd: Update qapi to support exporting multiple bitmaps | Eric Blake |
2020-10-23 | block/export: add iothread and fixed-iothread options | Stefan Hajnoczi |
2020-10-23 | block: move block exports to libblockdev | Stefan Hajnoczi |
2020-10-09 | nbd: Simplify meta-context parsing | Eric Blake |
2020-10-09 | nbd/server: Reject embedded NUL in NBD strings | Eric Blake |
2020-10-09 | nbd: silence maybe-uninitialized warnings | Christian Borntraeger |
2020-10-02 | nbd: Merge nbd_export_new() and nbd_export_create() | Kevin Wolf |
2020-10-02 | block/export: Move writable to BlockExportOptions | Kevin Wolf |
2020-10-02 | block/export: Create BlockBackend in blk_exp_add() | Kevin Wolf |
2020-10-02 | block/export: Move blk to BlockExport | Kevin Wolf |
2020-10-02 | block/export: Add block-export-del | Kevin Wolf |
2020-10-02 | block/export: Move strong user reference to block_exports | Kevin Wolf |
2020-10-02 | block/export: Add blk_exp_close_all(_type) | Kevin Wolf |
2020-10-02 | block/export: Allocate BlockExport in blk_exp_add() | Kevin Wolf |
2020-10-02 | block/export: Move AioContext from NBDExport to BlockExport | Kevin Wolf |
2020-10-02 | block/export: Move refcount from NBDExport to BlockExport | Kevin Wolf |
2020-10-02 | nbd/server: Simplify export shutdown | Kevin Wolf |
2020-10-02 | nbd: Remove NBDExport.close callback | Kevin Wolf |