1. 7075d23 nbd/server: introduce NBDClient->lock to protect fields by Stefan Hajnoczi · 12 months ago
  2. f816310 nbd/server: only traverse NBDExport->clients from main loop thread by Stefan Hajnoczi · 12 months ago
  3. efade66 nbd/server: avoid per-NBDRequest nbd_client_get/put() by Stefan Hajnoczi · 12 months ago
  4. 372b69f block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCK by Kevin Wolf · 1 year, 2 months ago
  5. 2dcbb11 nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS by Eric Blake · 1 year, 3 months ago
  6. 1dec464 nbd/server: Prepare for per-request filtering of BLOCK_STATUS by Eric Blake · 1 year, 3 months ago
  7. fd358d8 nbd/server: Refactor list of negotiated meta contexts by Eric Blake · 1 year, 3 months ago
  8. 56cf9d0 nbd/client: Request extended headers during negotiation by Eric Blake · 1 year, 3 months ago
  9. 4fc55bf nbd/client: Initial support for extended headers by Eric Blake · 1 year, 3 months ago
  10. 9c1d261 nbd/server: Enable initial support for extended headers by Eric Blake · 1 year, 3 months ago
  11. bcc16cc nbd/server: Support 64-bit block status by Eric Blake · 1 year, 3 months ago
  12. 11d3355 nbd/server: Prepare to send extended header replies by Eric Blake · 1 year, 3 months ago
  13. c8720ca nbd/server: Prepare to receive extended header requests by Eric Blake · 1 year, 3 months ago
  14. 009cd86 nbd/server: Support a request payload by Eric Blake · 1 year, 3 months ago
  15. 8db7e2d nbd/server: Refactor handling of command sanity checks by Eric Blake · 1 year, 4 months ago
  16. b257845 nbd: Prepare for 64-bit request effect lengths by Eric Blake · 1 year, 4 months ago
  17. d95ffb6 nbd: Add types for extended headers by Eric Blake · 1 year, 4 months ago
  18. 297365b nbd/client: Pass mode through to nbd_send_request by Eric Blake · 1 year, 4 months ago
  19. ac132d0 nbd: Replace bool structured_reply with mode enum by Eric Blake · 1 year, 4 months ago
  20. c5ea91d Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging by Stefan Hajnoczi · 1 year, 3 months ago
  21. 0a19d87 misc/other: spelling fixes by Michael Tokarev · 1 year, 5 months ago
  22. 06e0f09 io: follow coroutine AioContext in qio_channel_yield() by Stefan Hajnoczi · 1 year, 4 months ago
  23. 078c8ad nbd: drop unused nbd_start_negotiate() aio_context argument by Stefan Hajnoczi · 1 year, 4 months ago
  24. b84ca91 nbd: drop unused nbd_receive_negotiate() aio_context argument by Stefan Hajnoczi · 1 year, 4 months ago
  25. bfe04d0 nbd: Use enum for various negotiation modes by Eric Blake · 1 year, 7 months ago
  26. 70fa99f nbd/client: Add safety check on chunk payload length by Eric Blake · 1 year, 7 months ago
  27. 22efd81 nbd: s/handle/cookie/ to match NBD spec by Eric Blake · 1 year, 7 months ago
  28. 66d4f4f nbd/server: Refactor to pass full request around by Eric Blake · 1 year, 7 months ago
  29. a7c8ed3 nbd/server: Prepare for alternate-size headers by Eric Blake · 1 year, 7 months ago
  30. f47b6ea nbd/client: Use smarter assert by Eric Blake · 1 year, 7 months ago
  31. 7d5b0d6 bulk: Remove pointless QOM casts by Philippe Mathieu-Daudé · 1 year, 7 months ago
  32. 7c1f51b nbd/server: Fix drained_poll to wake coroutine in right AioContext by Kevin Wolf · 1 year, 7 months ago
  33. d2223cd nbd: mark more coroutine_fns, do not use co_wrappers by Paolo Bonzini · 1 year, 10 months ago
  34. dd5b678 nbd: a BlockExport always has a BlockBackend by Paolo Bonzini · 2 years, 1 month ago
  35. f142688 nbd/server: Request TCP_NODELAY by Eric Blake · 1 year, 9 months ago
  36. bd2cd4a nbd/server: push pending frames after sending reply by Florian Westphal · 1 year, 9 months ago
  37. e2c1c34 include/block: Untangle inclusion loops by Markus Armbruster · 2 years ago
  38. 68ba85c coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h by Markus Armbruster · 2 years ago
  39. 2379247 coroutine: Clean up superfluous inclusion of qemu/coroutine.h by Markus Armbruster · 2 years ago
  40. ff7e261 block-backend: replace bdrv_*_above with blk_*_above by Emanuele Giuseppe Esposito · 2 years, 1 month ago
  41. 6f58ac5 nbd/server.c: add coroutine_fn annotations by Emanuele Giuseppe Esposito · 2 years, 1 month ago
  42. 8461b4d nbd/server: Clean up abuse of BlockExportOptionsNbd member @arg by Markus Armbruster · 2 years, 2 months ago
  43. a9262f5 block: Change blk_{pread,pwrite}() param order by Alberto Faria · 2 years, 6 months ago
  44. 3b35d45 block: Add a 'flags' param to blk_pread() by Alberto Faria · 2 years, 6 months ago
  45. 8bb100c nbd: trace long NBD operations by Denis V. Lunev · 2 years, 7 months ago
  46. 58a6fdc nbd/server: Allow MULTI_CONN for shared writable exports by Eric Blake · 2 years, 7 months ago
  47. e5fb29d qapi: nbd-export: allow select bitmaps by node/name pair by Vladimir Sementsov-Ogievskiy · 2 years, 9 months ago
  48. e0e7fe0 Remove trailing ; after G_DEFINE_AUTO macro by Marc-André Lureau · 2 years, 9 months ago
  49. 9edc631 Replace GCC_FMT_ATTR with G_GNUC_PRINTF by Marc-André Lureau · 2 years, 10 months ago
  50. fdee2c9 Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into staging by Peter Maydell · 2 years, 10 months ago
  51. 314b902 nbd/server: Minor cleanups by Eric Blake · 3 years, 1 month ago
  52. 046f98d block: pass desired TLS hostname through from block driver client by Daniel P. Berrangé · 2 years, 10 months ago
  53. 5df022c osdep: Move memalign-related functions to their own header by Peter Maydell · 2 years, 10 months ago
  54. 523f5a9 nbd/server.c: Remove unused field by Nir Soffer · 3 years ago
  55. 9e14491 nbd/client-connection: improve error message of cancelled attempt by Vladimir Sementsov-Ogievskiy · 3 years, 4 months ago
  56. 169b9a9 nbd/client-connection: nbd_co_establish_connection(): return real error by Vladimir Sementsov-Ogievskiy · 3 years, 4 months ago
  57. e355742 nbd/server: Simplify zero and trim by Eric Blake · 3 years, 1 month ago
  58. 1644ccc nbd/server: Don't complain on certain client disconnects by Eric Blake · 3 years, 1 month ago
  59. 76df2b8 nbd/server: Silence clang sanitizer warning by Eric Blake · 3 years, 1 month ago
  60. 4ddb5d2 block/nbd: drop connection_co by Vladimir Sementsov-Ogievskiy · 3 years, 4 months ago
  61. f7ca4aa nbd/client-connection: nbd_co_establish_connection(): fix non set errp by Vladimir Sementsov-Ogievskiy · 3 years, 4 months ago
  62. da24597 nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLY by Eric Blake · 3 years, 3 months ago
  63. cd1675f nbd/server: Mark variable unused in nbd_negotiate_meta_queries by Richard Henderson · 3 years, 5 months ago
  64. 97cf892 nbd/client-connection: add option for non-blocking connection attempt by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  65. 43cb34d nbd/client-connection: return only one io channel by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  66. f58b2df nbd/client-connection: shutdown connection on release by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  67. e0e67cb nbd/client-connection: implement connection retry by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  68. 130d49b nbd/client-connection: add possibility of negotiation by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  69. e70da5f nbd/client-connection: use QEMU_LOCK_GUARD by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  70. 5276c87 nbd: move connection code from block/nbd to nbd/client-connection by Vladimir Sementsov-Ogievskiy · 3 years, 6 months ago
  71. 8e6dad2 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 3 years, 7 months ago
  72. fd6afc5 nbd/server: Use drained block ops to quiesce the server by Sergio Lopez · 3 years, 7 months ago
  73. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 7 months ago
  74. 0da9856 nbd: server: Report holes for raw images by Nir Soffer · 3 years, 10 months ago
  75. f148ae7 nbd/server: Quiesce coroutines on context switch by Sergio Lopez · 4 years ago
  76. 6b728ef Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-17' into staging by Peter Maydell · 4 years, 1 month ago
  77. ded5d78 configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.h by Thomas Huth · 4 years, 1 month ago
  78. c0b21f2 nbd: Silence Coverity false positive by Eric Blake · 4 years, 1 month ago
  79. dbc7b01 nbd: Add 'qemu-nbd -A' to expose allocation depth by Eric Blake · 4 years, 2 months ago
  80. 71719cd nbd: Add new qemu:allocation-depth metadata context by Eric Blake · 4 years, 2 months ago
  81. 3b1f244 nbd: Allow export of multiple bitmaps for one device by Eric Blake · 4 years, 2 months ago
  82. 47ec485 nbd: Refactor counting of metadata contexts by Eric Blake · 4 years, 2 months ago
  83. 02e87e3 nbd: Simplify qemu bitmap context name by Eric Blake · 4 years, 2 months ago
  84. cbad81c nbd: Update qapi to support exporting multiple bitmaps by Eric Blake · 4 years, 2 months ago
  85. f51d23c block/export: add iothread and fixed-iothread options by Stefan Hajnoczi · 4 years, 3 months ago
  86. cbc20bf block: move block exports to libblockdev by Stefan Hajnoczi · 4 years, 3 months ago
  87. ebd5706 nbd: Simplify meta-context parsing by Eric Blake · 4 years, 3 months ago
  88. d1e2c3e nbd/server: Reject embedded NUL in NBD strings by Eric Blake · 4 years, 3 months ago
  89. bbc35fc nbd: silence maybe-uninitialized warnings by Christian Borntraeger · 4 years, 3 months ago
  90. 5b1cb49 nbd: Merge nbd_export_new() and nbd_export_create() by Kevin Wolf · 4 years, 3 months ago
  91. 30dbc81 block/export: Move writable to BlockExportOptions by Kevin Wolf · 4 years, 3 months ago
  92. 331170e block/export: Create BlockBackend in blk_exp_add() by Kevin Wolf · 4 years, 3 months ago
  93. 37a4f70 block/export: Move blk to BlockExport by Kevin Wolf · 4 years, 3 months ago
  94. 3c3bc46 block/export: Add block-export-del by Kevin Wolf · 4 years, 3 months ago
  95. 3859ad3 block/export: Move strong user reference to block_exports by Kevin Wolf · 4 years, 3 months ago
  96. bc4ee65 block/export: Add blk_exp_close_all(_type) by Kevin Wolf · 4 years, 3 months ago
  97. a6ff798 block/export: Allocate BlockExport in blk_exp_add() by Kevin Wolf · 4 years, 3 months ago
  98. 8612c68 block/export: Move AioContext from NBDExport to BlockExport by Kevin Wolf · 4 years, 3 months ago
  99. c69de1b block/export: Move refcount from NBDExport to BlockExport by Kevin Wolf · 4 years, 3 months ago
  100. dbc9e94 nbd/server: Simplify export shutdown by Kevin Wolf · 4 years, 3 months ago