aboutsummaryrefslogtreecommitdiff
path: root/block/nbd.c
AgeCommit message (Expand)Author
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
2019-08-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-15block/nbd: refactor nbd connection parametersVladimir Sementsov-Ogievskiy
2019-08-15block/nbd: add cmdline and qapi parameter reconnect-delayVladimir Sementsov-Ogievskiy
2019-08-15block/nbd: move from quit to stateVladimir Sementsov-Ogievskiy
2019-08-15block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy
2019-08-15block/nbd: split connection_co start out of nbd_client_connectVladimir Sementsov-Ogievskiy
2019-07-19nbd: Initialize reply on failureEric Blake
2019-06-13block/nbd: merge NBDClientSession struct back to BDRVNBDStateVladimir Sementsov-Ogievskiy
2019-06-13block/nbd: merge nbd-client.* to nbd.cVladimir Sementsov-Ogievskiy
2019-03-30nbd/client: Lower min_block for block-status, unaligned sizeEric Blake
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz
2019-02-25block/nbd: Make bdrv_dirname() return NULLMax Reitz
2019-02-04block/nbd: move connection code from block/nbd to block/nbd-clientVladimir Sementsov-Ogievskiy