summary refs log tree commit diff stats
path: root/nbd/client-connection.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nbd/client: Request extended headers during negotiationEric Blake2023-10-051-1/+1
* nbd: Replace bool structured_reply with mode enumEric Blake2023-09-221-2/+2
* 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
* | nbd: drop unused nbd_receive_negotiate() aio_context argumentStefan Hajnoczi2023-09-071-2/+1
|/
* bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2023-06-051-1/+1
* coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster2023-01-201-0/+1
* nbd: trace long NBD operationsDenis V. Lunev2022-06-291-0/+2
* block: pass desired TLS hostname through from block driver clientDaniel P. Berrangé2022-03-071-3/+9
* 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/client-connection: nbd_co_establish_connection(): fix non set errpVladimir Sementsov-Ogievskiy2021-09-291-0/+1
* 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
* nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy2021-06-181-0/+232