summaryrefslogtreecommitdiff
path: root/block/nbd.c
AgeCommit message (Expand)Author
2022-06-29block: use 'unsigned' for in_flight field on driver stateDenis V. Lunev
2022-06-29nbd: trace long NBD operationsDenis V. Lunev
2022-06-24nbd: Drop dead code spotted by CoverityEric Blake
2022-04-26nbd: document what is protected by the CoMutexesPaolo Bonzini
2022-04-26nbd: take receive_mutex when reading requests[].receivingPaolo Bonzini
2022-04-26nbd: move s->state under requests_lockPaolo Bonzini
2022-04-26nbd: code motion and function renamingPaolo Bonzini
2022-04-26nbd: use a QemuMutex to synchronize yanking, reconnection and coroutinesPaolo Bonzini
2022-04-26nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connectionPaolo Bonzini
2022-04-26nbd: remove peppering of nbd_client_connectedPaolo Bonzini
2022-04-26nbd: mark more coroutine_fnsPaolo Bonzini
2022-04-26nbd: safeguard against waking up invalid coroutinePaolo Bonzini
2022-03-21block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD serverRao Lei
2022-03-07block/nbd: don't restrict TLS usage to IP socketsDaniel P. Berrangé
2022-03-07block/nbd: support override of hostname for TLS certificate validationDaniel P. Berrangé
2022-03-07block: pass desired TLS hostname through from block driver clientDaniel P. Berrangé
2022-03-04block/coroutines: I/O and "I/O or GS" APIEmanuele Giuseppe Esposito
2022-02-11block/nbd: Move s->ioc on AioContext changeHanna Reitz
2022-02-11block/nbd: Assert there are no timers when closedHanna Reitz
2022-02-11block/nbd: Delete open timer when doneHanna Reitz
2022-02-11block/nbd: Delete reconnect delay timer when doneHanna Reitz
2021-12-21nbd: allow reconnect on open, with corresponding new optionsVladimir Sementsov-Ogievskiy
2021-09-29block/nbd: check that received handle is validVladimir Sementsov-Ogievskiy
2021-09-29block/nbd: drop connection_coVladimir Sementsov-Ogievskiy
2021-09-29block/nbd: refactor nbd_recv_coroutines_wake_all()Vladimir Sementsov-Ogievskiy
2021-09-29block/nbd: move nbd_recv_coroutines_wake_all() upVladimir Sementsov-Ogievskiy
2021-09-29block/nbd: nbd_channel_error() shutdown channel unconditionallyVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy
2021-07-12nbd: register yank function earlierLukas Straub
2021-06-29block/nbd: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé
2021-06-18block/nbd: safer transition to receiving requestVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: add nbd_client_connected() helperVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()Vladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attemptVladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: drop BDRVNBDState::siocVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: don't touch s->sioc in nbd_teardown_connection()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: use negotiation of NBDClientConnectionVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()Vladimir Sementsov-Ogievskiy
2021-06-18nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy
2021-06-18nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: introduce nbd_client_connection_release()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: introduce nbd_client_connection_new()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: rename NBDConnectThread to NBDClientConnectionVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: make nbd_co_establish_connection_cancel() bs-independentVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: bs-independent interface for nbd_co_establish_connection()Vladimir Sementsov-Ogievskiy