aboutsummaryrefslogtreecommitdiff
path: root/block/nbd.c
AgeCommit message (Expand)Author
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
2021-06-18block/nbd: drop thr->stateVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: simplify waking of nbd_co_establish_connection()Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: BDRVNBDState: drop unused connect_err and connect_statusVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: nbd_client_handshake(): fix leak of s->iocVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: ensure ->connection_thread is always validRoman Kagan
2021-06-18block/nbd: call socket_address_parse_named_fd() in advanceVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: connect_thread_func(): do qio_channel_set_delay(false)Vladimir Sementsov-Ogievskiy
2021-06-18block/nbd: fix how state is cleared on nbd_open() failure pathsVladimir Sementsov-Ogievskiy
2021-06-18block/nbd: fix channel object leakRoman Kagan
2021-05-21coroutine-sleep: replace QemuCoSleepState pointer with struct in the APIPaolo Bonzini
2021-05-21coroutine-sleep: allow qemu_co_sleep_wake that wakes nothingPaolo Bonzini
2021-04-13block/nbd: fix possible use after free of s->connect_threadVladimir Sementsov-Ogievskiy
2021-02-12block/nbd: implement .bdrv_cancel_in_flightVladimir Sementsov-Ogievskiy
2021-02-03block/nbd: only enter connection coroutine if it's presentRoman Kagan
2021-02-03block/nbd: only detach existing iochannel from aio_contextRoman Kagan
2021-01-13block/nbd.c: Add yank featureLukas Straub
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-10-30nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake
2020-10-09block/nbd: nbd_co_reconnect_loop(): don't connect if drainedVladimir Sementsov-Ogievskiy
2020-10-09block/nbd: fix reconnect-delayVladimir Sementsov-Ogievskiy
2020-10-09block/nbd: correctly use qio_channel_detach_aio_context when neededVladimir Sementsov-Ogievskiy
2020-10-09block/nbd: fix drain dead-lock because of nbd reconnect-delayVladimir Sementsov-Ogievskiy
2020-09-02block/nbd: use non-blocking connect: fix vm hang on connect()Vladimir Sementsov-Ogievskiy
2020-07-28block/nbd: nbd_co_reconnect_loop(): don't sleep if drainedVladimir Sementsov-Ogievskiy
2020-07-28block/nbd: on shutdown terminate connection attemptVladimir Sementsov-Ogievskiy
2020-07-28block/nbd: allow drain during reconnect attemptVladimir Sementsov-Ogievskiy
2020-07-28block/nbd: split nbd_establish_connection out of nbd_client_connectVladimir Sementsov-Ogievskiy
2020-07-28block: nbd: Fix convert qcow2 compressed to nbdNir Soffer
2020-07-13nbd: Avoid off-by-one in long export name truncationEric Blake
2020-07-10nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-06-10block: Call attention to truncation of long NBD exportsEric Blake
2020-05-04block/nbd-client: drop max_block restriction from discardVladimir Sementsov-Ogievskiy
2020-05-04block/nbd-client: drop max_block restriction from block_statusVladimir Sementsov-Ogievskiy
2020-03-26block: trickle down the fallback image creation function use to the block dri...Maxim Levitsky
2020-02-26block/nbd: fix memory leak in nbd_open()Pan Nengyuan
2020-02-26block/nbd: extract the common cleanup codePan Nengyuan
2020-02-26nbd-client: Support leading / in NBD URIEric Blake
2020-02-20block/nbd: Fix hang in .bdrv_close()Max Reitz
2019-12-18nbd: assert that Error** is not NULL in nbd_iter_channel_errorVladimir Sementsov-Ogievskiy
2019-11-18nbd: Don't send oversize stringsEric Blake
2019-10-22block/nbd: nbd reconnectVladimir Sementsov-Ogievskiy
2019-10-10nbd: add empty .bdrv_reopen_prepareMaxim Levitsky
2019-09-05nbd: Implement client use of NBD FAST_ZEROEric Blake
2019-09-05nbd: Use g_autofree in a few placesEric Blake