| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | qemu-option: Use returned bool to check for failure | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | block: Call attention to truncation of long NBD exports | Eric Blake | 2020-06-10 | 1 | -8/+13 |
* | block/nbd-client: drop max_block restriction from discard | Vladimir Sementsov-Ogievskiy | 2020-05-04 | 1 | -1/+1 |
* | block/nbd-client: drop max_block restriction from block_status | Vladimir Sementsov-Ogievskiy | 2020-05-04 | 1 | -3/+1 |
* | block: trickle down the fallback image creation function use to the block dri... | Maxim Levitsky | 2020-03-26 | 1 | -0/+6 |
* | block/nbd: fix memory leak in nbd_open() | Pan Nengyuan | 2020-02-27 | 1 | -0/+1 |
* | block/nbd: extract the common cleanup code | Pan Nengyuan | 2020-02-27 | 1 | -11/+15 |
* | nbd-client: Support leading / in NBD URI | Eric Blake | 2020-02-26 | 1 | -2/+4 |
* | block/nbd: Fix hang in .bdrv_close() | Max Reitz | 2020-02-20 | 1 | -1/+13 |
* | nbd: assert that Error** is not NULL in nbd_iter_channel_error | Vladimir Sementsov-Ogievskiy | 2019-12-18 | 1 | -0/+1 |
* | nbd: Don't send oversize strings | Eric Blake | 2019-11-18 | 1 | -0/+10 |
* | block/nbd: nbd reconnect | Vladimir Sementsov-Ogievskiy | 2019-10-22 | 1 | -63/+268 |
* | nbd: add empty .bdrv_reopen_prepare | Maxim Levitsky | 2019-10-10 | 1 | -0/+15 |
* | nbd: Implement client use of NBD FAST_ZERO | Eric Blake | 2019-09-05 | 1 | -0/+7 |
* | nbd: Use g_autofree in a few places | Eric Blake | 2019-09-05 | 1 | -7/+4 |
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st... | Peter Maydell | 2019-08-16 | 1 | -82/+113 |
|\ |
|
| * | block/nbd: refactor nbd connection parameters | Vladimir Sementsov-Ogievskiy | 2019-08-15 | 1 | -61/+60 |