index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
nbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add BDRV_REQ_REGISTERED_BUF request flag
Stefan Hajnoczi
2022-10-26
1
-1
/
+0
*
nbd: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-5
/
+6
*
block: use 'unsigned' for in_flight field on driver state
Denis V. Lunev
2022-06-29
1
-1
/
+1
*
nbd: trace long NBD operations
Denis V. Lunev
2022-06-29
1
-1
/
+5
*
nbd: Drop dead code spotted by Coverity
Eric Blake
2022-06-24
1
-6
/
+2
*
nbd: document what is protected by the CoMutexes
Paolo Bonzini
2022-04-26
1
-1
/
+7
*
nbd: take receive_mutex when reading requests[].receiving
Paolo Bonzini
2022-04-26
1
-8
/
+7
*
nbd: move s->state under requests_lock
Paolo Bonzini
2022-04-26
1
-36
/
+40
*
nbd: code motion and function renaming
Paolo Bonzini
2022-04-26
1
-9
/
+13
*
nbd: use a QemuMutex to synchronize yanking, reconnection and coroutines
Paolo Bonzini
2022-04-26
1
-18
/
+26
*
nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
Paolo Bonzini
2022-04-26
1
-30
/
+26
*
nbd: remove peppering of nbd_client_connected
Paolo Bonzini
2022-04-26
1
-13
/
+4
*
nbd: mark more coroutine_fns
Paolo Bonzini
2022-04-26
1
-32
/
+32
*
nbd: safeguard against waking up invalid coroutine
Paolo Bonzini
2022-04-26
1
-7
/
+5
*
block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server
Rao Lei
2022-03-21
1
-1
/
+1
*
block/nbd: don't restrict TLS usage to IP sockets
Daniel P. Berrangé
2022-03-07
1
-6
/
+2
*
block/nbd: support override of hostname for TLS certificate validation
Daniel P. Berrangé
2022-03-07
1
-3
/
+15
*
block: pass desired TLS hostname through from block driver client
Daniel P. Berrangé
2022-03-07
1
-3
/
+4
*
block/coroutines: I/O and "I/O or GS" API
Emanuele Giuseppe Esposito
2022-03-04
1
-0
/
+1
*
block/nbd: Move s->ioc on AioContext change
Hanna Reitz
2022-02-11
1
-0
/
+45
*
block/nbd: Assert there are no timers when closed
Hanna Reitz
2022-02-11
1
-0
/
+4
*
block/nbd: Delete open timer when done
Hanna Reitz
2022-02-11
1
-0
/
+8
*
block/nbd: Delete reconnect delay timer when done
Hanna Reitz
2022-02-11
1
-0
/
+7
*
nbd: allow reconnect on open, with corresponding new options
Vladimir Sementsov-Ogievskiy
2021-12-21
1
-1
/
+44
*
block/nbd: check that received handle is valid
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-8
/
+3
*
block/nbd: drop connection_co
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-275
/
+100
*
block/nbd: refactor nbd_recv_coroutines_wake_all()
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-9
/
+17
*
block/nbd: move nbd_recv_coroutines_wake_all() up
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-14
/
+14
*
block/nbd: nbd_channel_error() shutdown channel unconditionally
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-3
/
+4
*
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+4
*
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+4
*
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+3
*
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+3
*
nbd: register yank function earlier
Lukas Straub
2021-07-12
1
-3
/
+5
*
block/nbd: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
2021-06-29
1
-3
/
+3
*
block/nbd: safer transition to receiving request
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-1
/
+3
*
block/nbd: add nbd_client_connected() helper
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-11
/
+14
*
block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-98
/
+5
*
nbd/client-connection: add option for non-blocking connection attempt
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-1
/
+1
*
block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-38
/
+42
*
nbd/client-connection: return only one io channel
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-11
/
+2
*
block/nbd: drop BDRVNBDState::sioc
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-50
/
+48
*
block/nbd: don't touch s->sioc in nbd_teardown_connection()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-4
/
+0
*
block/nbd: use negotiation of NBDClientConnection
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-14
/
+30
*
block/nbd: split nbd_handle_updated_info out of nbd_client_handshake()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-42
/
+58
*
nbd/client-connection: add possibility of negotiation
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-2
/
+2
*
nbd: move connection code from block/nbd to nbd/client-connection
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-207
/
+0
*
block/nbd: introduce nbd_client_connection_release()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-18
/
+27
*
block/nbd: introduce nbd_client_connection_new()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-6
/
+9
*
block/nbd: rename NBDConnectThread to NBDClientConnection
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-67
/
+67
[next]