aboutsummaryrefslogtreecommitdiffstats
path: root/nbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi2023-09-081-1/+1
|\
| * misc/other: spelling fixesMichael Tokarev2023-09-081-1/+1
* | io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi2023-09-071-13/+1
* | nbd: drop unused nbd_start_negotiate() aio_context argumentStefan Hajnoczi2023-09-071-8/+3
* | nbd: drop unused nbd_receive_negotiate() aio_context argumentStefan Hajnoczi2023-09-072-5/+3
|/
* nbd: Use enum for various negotiation modesEric Blake2023-07-192-21/+42
* nbd/client: Add safety check on chunk payload lengthEric Blake2023-07-191-0/+12
* nbd: s/handle/cookie/ to match NBD specEric Blake2023-07-193-33/+32
* nbd/server: Refactor to pass full request aroundEric Blake2023-07-191-55/+59
* nbd/server: Prepare for alternate-size headersEric Blake2023-07-192-61/+84
* nbd/client: Use smarter assertEric Blake2023-07-191-3/+4
* bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2023-06-052-2/+2
* nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf2023-05-191-2/+1
* nbd: mark more coroutine_fns, do not use co_wrappersPaolo Bonzini2023-04-251-24/+24
* nbd: a BlockExport always has a BlockBackendPaolo Bonzini2023-04-201-8/+6
* nbd/server: Request TCP_NODELAYEric Blake2023-04-041-0/+1
* nbd/server: push pending frames after sending replyFlorian Westphal2023-03-271-0/+3
* include/block: Untangle inclusion loopsMarkus Armbruster2023-01-201-0/+2
* coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster2023-01-201-0/+1
* coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster2023-01-191-1/+0
* block-backend: replace bdrv_*_above with blk_*_aboveEmanuele Giuseppe Esposito2022-12-151-16/+16
* nbd/server.c: add coroutine_fn annotationsEmanuele Giuseppe Esposito2022-12-151-13/+16
* nbd/server: Clean up abuse of BlockExportOptionsNbd member @argMarkus Armbruster2022-12-131-9/+6
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-4/+4
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-2/+2
* nbd: trace long NBD operationsDenis V. Lunev2022-06-292-0/+5
* nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake2022-05-121-5/+5
* qapi: nbd-export: allow select bitmaps by node/name pairVladimir Sementsov-Ogievskiy2022-04-261-22/+41
* Remove trailing ; after G_DEFINE_AUTO macroMarc-André Lureau2022-03-221-1/+1
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-5/+5
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into stagingPeter Maydell2022-03-092-10/+15
|\
| * nbd/server: Minor cleanupsEric Blake2022-03-071-7/+6
| * block: pass desired TLS hostname through from block driver clientDaniel P. Berrangé2022-03-071-3/+9
* | osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
|/
* nbd/server.c: Remove unused fieldNir Soffer2022-01-281-1/+0
* nbd/client-connection: improve error message of cancelled attemptVladimir Sementsov-Ogievskiy2021-12-211-2/+9
* nbd/client-connection: nbd_co_establish_connection(): return real errorVladimir Sementsov-Ogievskiy2021-12-211-16/+34
* nbd/server: Simplify zero and trimEric Blake2021-11-221-20/+3
* nbd/server: Don't complain on certain client disconnectsEric Blake2021-11-221-0/+3
* nbd/server: Silence clang sanitizer warningEric Blake2021-11-161-4/+9
* block/nbd: drop connection_coVladimir Sementsov-Ogievskiy2021-09-291-2/+0
* nbd/client-connection: nbd_co_establish_connection(): fix non set errpVladimir Sementsov-Ogievskiy2021-09-291-0/+1
* nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLYEric Blake2021-09-291-1/+1
* nbd/server: Mark variable unused in nbd_negotiate_meta_queriesRichard Henderson2021-07-261-1/+2
* nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy2021-06-181-1/+7
* nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy2021-06-181-8/+28
* nbd/client-connection: shutdown connection on releaseVladimir Sementsov-Ogievskiy2021-06-181-3/+17
* nbd/client-connection: implement connection retryVladimir Sementsov-Ogievskiy2021-06-181-13/+43
* nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy2021-06-181-5/+100
* nbd/client-connection: use QEMU_LOCK_GUARDVladimir Sementsov-Ogievskiy2021-06-181-54/+45