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
*
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
*
block/nbd: make nbd_co_establish_connection_cancel() bs-independent
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-8
/
+9
*
block/nbd: bs-independent interface for nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-18
/
+32
*
block/nbd: drop thr->state
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-95
/
+45
*
block/nbd: simplify waking of nbd_co_establish_connection()
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-40
/
+15
*
block/nbd: BDRVNBDState: drop unused connect_err and connect_status
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-10
/
+2
*
block/nbd: nbd_client_handshake(): fix leak of s->ioc
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-0
/
+2
*
block/nbd: ensure ->connection_thread is always valid
Roman Kagan
2021-06-18
1
-35
/
+21
*
block/nbd: call socket_address_parse_named_fd() in advance
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-0
/
+6
*
block/nbd: connect_thread_func(): do qio_channel_set_delay(false)
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-0
/
+2
*
block/nbd: fix how state is cleared on nbd_open() failure paths
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-18
/
+18
*
block/nbd: fix channel object leak
Roman Kagan
2021-06-18
1
-0
/
+1
*
coroutine-sleep: replace QemuCoSleepState pointer with struct in the API
Paolo Bonzini
2021-05-21
1
-5
/
+5
*
coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing
Paolo Bonzini
2021-05-21
1
-6
/
+2
*
block/nbd: fix possible use after free of s->connect_thread
Vladimir Sementsov-Ogievskiy
2021-04-13
1
-0
/
+11
*
block/nbd: implement .bdrv_cancel_in_flight
Vladimir Sementsov-Ogievskiy
2021-02-12
1
-0
/
+15
*
block/nbd: only enter connection coroutine if it's present
Roman Kagan
2021-02-03
1
-7
/
+9
*
block/nbd: only detach existing iochannel from aio_context
Roman Kagan
2021-02-03
1
-1
/
+8
*
block/nbd.c: Add yank feature
Lukas Straub
2021-01-13
1
-61
/
+92
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
nbd: Add 'qemu-nbd -A' to expose allocation depth
Eric Blake
2020-10-30
1
-5
/
+21
*
block/nbd: nbd_co_reconnect_loop(): don't connect if drained
Vladimir Sementsov-Ogievskiy
2020-10-09
1
-0
/
+3
*
block/nbd: fix reconnect-delay
Vladimir Sementsov-Ogievskiy
2020-10-09
1
-9
/
+50
*
block/nbd: correctly use qio_channel_detach_aio_context when needed
Vladimir Sementsov-Ogievskiy
2020-10-09
1
-2
/
+2
*
block/nbd: fix drain dead-lock because of nbd reconnect-delay
Vladimir Sementsov-Ogievskiy
2020-10-09
1
-0
/
+5
*
block/nbd: use non-blocking connect: fix vm hang on connect()
Vladimir Sementsov-Ogievskiy
2020-09-02
1
-1
/
+265
*
block/nbd: nbd_co_reconnect_loop(): don't sleep if drained
Vladimir Sementsov-Ogievskiy
2020-07-28
1
-5
/
+6
*
block/nbd: on shutdown terminate connection attempt
Vladimir Sementsov-Ogievskiy
2020-07-28
1
-4
/
+11
*
block/nbd: allow drain during reconnect attempt
Vladimir Sementsov-Ogievskiy
2020-07-28
1
-0
/
+14
*
block/nbd: split nbd_establish_connection out of nbd_client_connect
Vladimir Sementsov-Ogievskiy
2020-07-28
1
-24
/
+36
*
block: nbd: Fix convert qcow2 compressed to nbd
Nir Soffer
2020-07-28
1
-0
/
+30
*
nbd: Avoid off-by-one in long export name truncation
Eric Blake
2020-07-13
1
-1
/
+1
*
nbd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
1
-4
/
+3
*
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
1
-6
/
+2
[next]