Age | Commit message (Expand) | Author |
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 |
2020-10-02 | block/export: Remove magic from block-export-add | Kevin Wolf |
2020-10-02 | qemu-nbd: Use raw block driver for --offset | Kevin Wolf |
2020-10-02 | block/export: Add BlockExport infrastructure and block-export-add | Kevin Wolf |
2020-10-02 | nbd: Remove unused nbd_export_get_blockdev() | Kevin Wolf |
2020-09-07 | nbd: Use CAF when looking for dirty bitmap | Max Reitz |
2020-08-21 | meson: convert block | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-07-28 | nbd: Fix large trim/zero requests | Eric Blake |
2020-07-17 | nbd: make nbd_export_close_all() synchronous | Vladimir Sementsov-Ogievskiy |
2020-07-10 | nbd: Use ERRP_GUARD() | Vladimir Sementsov-Ogievskiy |
2020-06-10 | nbd/server: Avoid long error message assertions CVE-2020-10761 | Eric Blake |
2020-03-18 | nbd/server: use bdrv_dirty_bitmap_next_dirty_area | Vladimir Sementsov-Ogievskiy |
2020-03-18 | nbd/server: introduce NBDExtentArray | Vladimir Sementsov-Ogievskiy |
2020-03-18 | block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t | Vladimir Sementsov-Ogievskiy |
2020-02-26 | nbd: Fix regression with multiple meta contexts | Eric Blake |
2020-01-08 | nbd: fix uninitialized variable warning | Pan Nengyuan |
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-24 | nbd/server: attach client channel to the export's AioContext | Sergio Lopez |
2019-09-24 | nbd/client: Add hint when TLS is missing | Eric Blake |
2019-09-18 | trace: Remove trailing newline in events | Philippe Mathieu-Daudé |
2019-09-05 | nbd: Implement server use of NBD FAST_ZERO | Eric Blake |