index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
nbd.c
Age
Commit message (
Expand
)
Author
2022-03-21
block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server
Rao Lei
2022-03-07
block/nbd: don't restrict TLS usage to IP sockets
Daniel P. Berrangé
2022-03-07
block/nbd: support override of hostname for TLS certificate validation
Daniel P. Berrangé
2022-03-07
block: pass desired TLS hostname through from block driver client
Daniel P. Berrangé
2022-03-04
block/coroutines: I/O and "I/O or GS" API
Emanuele Giuseppe Esposito
2022-02-11
block/nbd: Move s->ioc on AioContext change
Hanna Reitz
2022-02-11
block/nbd: Assert there are no timers when closed
Hanna Reitz
2022-02-11
block/nbd: Delete open timer when done
Hanna Reitz
2022-02-11
block/nbd: Delete reconnect delay timer when done
Hanna Reitz
2021-12-21
nbd: allow reconnect on open, with corresponding new options
Vladimir Sementsov-Ogievskiy
2021-09-29
block/nbd: check that received handle is valid
Vladimir Sementsov-Ogievskiy
2021-09-29
block/nbd: drop connection_co
Vladimir Sementsov-Ogievskiy
2021-09-29
block/nbd: refactor nbd_recv_coroutines_wake_all()
Vladimir Sementsov-Ogievskiy
2021-09-29
block/nbd: move nbd_recv_coroutines_wake_all() up
Vladimir Sementsov-Ogievskiy
2021-09-29
block/nbd: nbd_channel_error() shutdown channel unconditionally
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-07-12
nbd: register yank function earlier
Lukas Straub
2021-06-29
block/nbd: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
2021-06-18
block/nbd: safer transition to receiving request
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: add nbd_client_connected() helper
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd/client-connection: add option for non-blocking connection attempt
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd/client-connection: return only one io channel
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: drop BDRVNBDState::sioc
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: don't touch s->sioc in nbd_teardown_connection()
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: use negotiation of NBDClientConnection
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd/client-connection: add possibility of negotiation
Vladimir Sementsov-Ogievskiy
2021-06-18
nbd: move connection code from block/nbd to nbd/client-connection
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: introduce nbd_client_connection_release()
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: introduce nbd_client_connection_new()
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: rename NBDConnectThread to NBDClientConnection
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: make nbd_co_establish_connection_cancel() bs-independent
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: bs-independent interface for nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: drop thr->state
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: simplify waking of nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: BDRVNBDState: drop unused connect_err and connect_status
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: nbd_client_handshake(): fix leak of s->ioc
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: ensure ->connection_thread is always valid
Roman Kagan
2021-06-18
block/nbd: call socket_address_parse_named_fd() in advance
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: connect_thread_func(): do qio_channel_set_delay(false)
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: fix how state is cleared on nbd_open() failure paths
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: fix channel object leak
Roman Kagan
2021-05-21
coroutine-sleep: replace QemuCoSleepState pointer with struct in the API
Paolo Bonzini
2021-05-21
coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing
Paolo Bonzini
2021-04-13
block/nbd: fix possible use after free of s->connect_thread
Vladimir Sementsov-Ogievskiy
[next]