summaryrefslogtreecommitdiffstats
path: root/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi2022-10-261-1/+0Star
* nbd: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-5/+6
* block: use 'unsigned' for in_flight field on driver stateDenis V. Lunev2022-06-291-1/+1
* nbd: trace long NBD operationsDenis V. Lunev2022-06-291-1/+5
* nbd: Drop dead code spotted by CoverityEric Blake2022-06-241-6/+2Star
* nbd: document what is protected by the CoMutexesPaolo Bonzini2022-04-261-1/+7
* nbd: take receive_mutex when reading requests[].receivingPaolo Bonzini2022-04-261-8/+7Star
* nbd: move s->state under requests_lockPaolo Bonzini2022-04-261-36/+40
* nbd: code motion and function renamingPaolo Bonzini2022-04-261-9/+13
* nbd: use a QemuMutex to synchronize yanking, reconnection and coroutinesPaolo Bonzini2022-04-261-18/+26
* nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connectionPaolo Bonzini2022-04-261-30/+26Star
* nbd: remove peppering of nbd_client_connectedPaolo Bonzini2022-04-261-13/+4Star
* nbd: mark more coroutine_fnsPaolo Bonzini2022-04-261-32/+32
* nbd: safeguard against waking up invalid coroutinePaolo Bonzini2022-04-261-7/+5Star
* block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD serverRao Lei2022-03-211-1/+1
* block/nbd: don't restrict TLS usage to IP socketsDaniel P. Berrangé2022-03-071-6/+2Star
* block/nbd: support override of hostname for TLS certificate validationDaniel P. Berrangé2022-03-071-3/+15
* block: pass desired TLS hostname through from block driver clientDaniel P. Berrangé2022-03-071-3/+4
* block/coroutines: I/O and "I/O or GS" APIEmanuele Giuseppe Esposito2022-03-041-0/+1
* block/nbd: Move s->ioc on AioContext changeHanna Reitz2022-02-111-0/+45
* block/nbd: Assert there are no timers when closedHanna Reitz2022-02-111-0/+4
* block/nbd: Delete open timer when doneHanna Reitz2022-02-111-0/+8
* block/nbd: Delete reconnect delay timer when doneHanna Reitz2022-02-111-0/+7
* nbd: allow reconnect on open, with corresponding new optionsVladimir Sementsov-Ogievskiy2021-12-211-1/+44
* block/nbd: check that received handle is validVladimir Sementsov-Ogievskiy2021-09-291-8/+3Star
* block/nbd: drop connection_coVladimir Sementsov-Ogievskiy2021-09-291-275/+100Star
* block/nbd: refactor nbd_recv_coroutines_wake_all()Vladimir Sementsov-Ogievskiy2021-09-291-9/+17
* block/nbd: move nbd_recv_coroutines_wake_all() upVladimir Sementsov-Ogievskiy2021-09-291-14/+14
* block/nbd: nbd_channel_error() shutdown channel unconditionallyVladimir Sementsov-Ogievskiy2021-09-291-3/+4
* block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+4
* block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+4
* block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+3
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+3
* nbd: register yank function earlierLukas Straub2021-07-121-3/+5
* block/nbd: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé2021-06-291-3/+3
* block/nbd: safer transition to receiving requestVladimir Sementsov-Ogievskiy2021-06-181-1/+3
* block/nbd: add nbd_client_connected() helperVladimir Sementsov-Ogievskiy2021-06-181-11/+14
* block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()Vladimir Sementsov-Ogievskiy2021-06-181-98/+5Star
* nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy2021-06-181-1/+1
* block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attemptVladimir Sementsov-Ogievskiy2021-06-181-38/+42
* nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy2021-06-181-11/+2Star
* block/nbd: drop BDRVNBDState::siocVladimir Sementsov-Ogievskiy2021-06-181-50/+48Star
* block/nbd: don't touch s->sioc in nbd_teardown_connection()Vladimir Sementsov-Ogievskiy2021-06-181-4/+0Star
* block/nbd: use negotiation of NBDClientConnectionVladimir Sementsov-Ogievskiy2021-06-181-14/+30
* block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()Vladimir Sementsov-Ogievskiy2021-06-181-42/+58
* nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy2021-06-181-2/+2
* nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy2021-06-181-207/+0Star
* block/nbd: introduce nbd_client_connection_release()Vladimir Sementsov-Ogievskiy2021-06-181-18/+27
* block/nbd: introduce nbd_client_connection_new()Vladimir Sementsov-Ogievskiy2021-06-181-6/+9
* block/nbd: rename NBDConnectThread to NBDClientConnectionVladimir Sementsov-Ogievskiy2021-06-181-67/+67