summaryrefslogtreecommitdiffstats
path: root/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* block/nbd: implement .bdrv_cancel_in_flightVladimir Sementsov-Ogievskiy2021-02-121-0/+15
* block/nbd: only enter connection coroutine if it's presentRoman Kagan2021-02-031-7/+9
* block/nbd: only detach existing iochannel from aio_contextRoman Kagan2021-02-031-1/+8
* block/nbd.c: Add yank featureLukas Straub2021-01-131-61/+92
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake2020-10-301-5/+21
* block/nbd: nbd_co_reconnect_loop(): don't connect if drainedVladimir Sementsov-Ogievskiy2020-10-091-0/+3
* block/nbd: fix reconnect-delayVladimir Sementsov-Ogievskiy2020-10-091-9/+50
* block/nbd: correctly use qio_channel_detach_aio_context when neededVladimir Sementsov-Ogievskiy2020-10-091-2/+2
* block/nbd: fix drain dead-lock because of nbd reconnect-delayVladimir Sementsov-Ogievskiy2020-10-091-0/+5
* block/nbd: use non-blocking connect: fix vm hang on connect()Vladimir Sementsov-Ogievskiy2020-09-021-1/+265
* block/nbd: nbd_co_reconnect_loop(): don't sleep if drainedVladimir Sementsov-Ogievskiy2020-07-281-5/+6
* block/nbd: on shutdown terminate connection attemptVladimir Sementsov-Ogievskiy2020-07-281-4/+11
* block/nbd: allow drain during reconnect attemptVladimir Sementsov-Ogievskiy2020-07-281-0/+14
* block/nbd: split nbd_establish_connection out of nbd_client_connectVladimir Sementsov-Ogievskiy2020-07-281-24/+36
* block: nbd: Fix convert qcow2 compressed to nbdNir Soffer2020-07-281-0/+30
* nbd: Avoid off-by-one in long export name truncationEric Blake2020-07-131-1/+1
* nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-4/+3Star
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-6/+2Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-2/+1Star
* block: Call attention to truncation of long NBD exportsEric Blake2020-06-101-8/+13
* block/nbd-client: drop max_block restriction from discardVladimir Sementsov-Ogievskiy2020-05-041-1/+1
* block/nbd-client: drop max_block restriction from block_statusVladimir Sementsov-Ogievskiy2020-05-041-3/+1Star
* block: trickle down the fallback image creation function use to the block dri...Maxim Levitsky2020-03-261-0/+6
* block/nbd: fix memory leak in nbd_open()Pan Nengyuan2020-02-271-0/+1
* block/nbd: extract the common cleanup codePan Nengyuan2020-02-271-11/+15
* nbd-client: Support leading / in NBD URIEric Blake2020-02-261-2/+4
* block/nbd: Fix hang in .bdrv_close()Max Reitz2020-02-201-1/+13
* nbd: assert that Error** is not NULL in nbd_iter_channel_errorVladimir Sementsov-Ogievskiy2019-12-181-0/+1
* nbd: Don't send oversize stringsEric Blake2019-11-181-0/+10
* block/nbd: nbd reconnectVladimir Sementsov-Ogievskiy2019-10-221-63/+268
* nbd: add empty .bdrv_reopen_prepareMaxim Levitsky2019-10-101-0/+15
* nbd: Implement client use of NBD FAST_ZEROEric Blake2019-09-051-0/+7
* nbd: Use g_autofree in a few placesEric Blake2019-09-051-7/+4Star
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell2019-08-161-82/+113
|\
| * block/nbd: refactor nbd connection parametersVladimir Sementsov-Ogievskiy2019-08-151-61/+60Star
| * block/nbd: add cmdline and qapi parameter reconnect-delayVladimir Sementsov-Ogievskiy2019-08-151-1/+15
| * block/nbd: move from quit to stateVladimir Sementsov-Ogievskiy2019-08-151-21/+37
| * block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy2019-08-151-9/+7Star
| * block/nbd: split connection_co start out of nbd_client_connectVladimir Sementsov-Ogievskiy2019-08-151-9/+13
* | Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
|/
* nbd: Initialize reply on failureEric Blake2019-07-191-3/+2Star
* block/nbd: merge NBDClientSession struct back to BDRVNBDStateVladimir Sementsov-Ogievskiy2019-06-131-103/+94Star
* block/nbd: merge nbd-client.* to nbd.cVladimir Sementsov-Ogievskiy2019-06-131-32/+1253
* nbd/client: Lower min_block for block-status, unaligned sizeEric Blake2019-03-311-1/+18
* block: Purify .bdrv_refresh_filename()Max Reitz2019-02-251-22/+1Star
* block: Add strong_runtime_opts to BlockDriverMax Reitz2019-02-251-0/+14
* block/nbd: Make bdrv_dirname() return NULLMax Reitz2019-02-251-0/+13
* block/nbd: move connection code from block/nbd to block/nbd-clientVladimir Sementsov-Ogievskiy2019-02-041-38/+2Star