aboutsummaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)Author
2023-05-19nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf
2023-04-25nbd: mark more coroutine_fns, do not use co_wrappersPaolo Bonzini
2023-04-20nbd: a BlockExport always has a BlockBackendPaolo Bonzini
2023-04-04nbd/server: Request TCP_NODELAYEric Blake
2023-03-27nbd/server: push pending frames after sending replyFlorian Westphal
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster
2022-12-15block-backend: replace bdrv_*_above with blk_*_aboveEmanuele Giuseppe Esposito
2022-12-15nbd/server.c: add coroutine_fn annotationsEmanuele Giuseppe Esposito
2022-12-13nbd/server: Clean up abuse of BlockExportOptionsNbd member @argMarkus Armbruster
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria
2022-06-29nbd: trace long NBD operationsDenis V. Lunev
2022-05-12nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake
2022-04-26qapi: nbd-export: allow select bitmaps by node/name pairVladimir Sementsov-Ogievskiy
2022-03-22Remove trailing ; after G_DEFINE_AUTO macroMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-09Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...Peter Maydell
2022-03-07nbd/server: Minor cleanupsEric Blake
2022-03-07block: pass desired TLS hostname through from block driver clientDaniel P. Berrangé
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-01-28nbd/server.c: Remove unused fieldNir Soffer
2021-12-21nbd/client-connection: improve error message of cancelled attemptVladimir Sementsov-Ogievskiy
2021-12-21nbd/client-connection: nbd_co_establish_connection(): return real errorVladimir Sementsov-Ogievskiy
2021-11-22nbd/server: Simplify zero and trimEric Blake
2021-11-22nbd/server: Don't complain on certain client disconnectsEric Blake
2021-11-16nbd/server: Silence clang sanitizer warningEric Blake
2021-09-29block/nbd: drop connection_coVladimir Sementsov-Ogievskiy
2021-09-29nbd/client-connection: nbd_co_establish_connection(): fix non set errpVladimir Sementsov-Ogievskiy
2021-09-29nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLYEric Blake
2021-07-26nbd/server: Mark variable unused in nbd_negotiate_meta_queriesRichard Henderson
2021-06-18nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: shutdown connection on releaseVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: implement connection retryVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: use QEMU_LOCK_GUARDVladimir Sementsov-Ogievskiy
2021-06-18nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy
2021-06-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-06-02nbd/server: Use drained block ops to quiesce the serverSergio Lopez
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-03-08nbd: server: Report holes for raw imagesNir Soffer
2021-01-20nbd/server: Quiesce coroutines on context switchSergio Lopez
2020-11-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell
2020-11-17configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.hThomas Huth
2020-11-16nbd: Silence Coverity false positiveEric Blake
2020-10-30nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake
2020-10-30nbd: Add new qemu:allocation-depth metadata contextEric Blake
2020-10-30nbd: Allow export of multiple bitmaps for one deviceEric Blake