summaryrefslogtreecommitdiffstats
path: root/nbd
Commit message (Expand)AuthorAgeFilesLines
* nbd/client-connection: add option for non-blocking connection attemptVladimir Sementsov-Ogievskiy2021-06-181-1/+7
* nbd/client-connection: return only one io channelVladimir Sementsov-Ogievskiy2021-06-181-8/+28
* nbd/client-connection: shutdown connection on releaseVladimir Sementsov-Ogievskiy2021-06-181-3/+17
* nbd/client-connection: implement connection retryVladimir Sementsov-Ogievskiy2021-06-181-13/+43
* nbd/client-connection: add possibility of negotiationVladimir Sementsov-Ogievskiy2021-06-181-5/+100
* nbd/client-connection: use QEMU_LOCK_GUARDVladimir Sementsov-Ogievskiy2021-06-181-54/+45Star
* nbd: move connection code from block/nbd to nbd/client-connectionVladimir Sementsov-Ogievskiy2021-06-182-0/+233
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-06-021-21/+61
|\
| * nbd/server: Use drained block ops to quiesce the serverSergio Lopez2021-06-021-21/+61
* | docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
|/
* nbd: server: Report holes for raw imagesNir Soffer2021-03-081-2/+2
* nbd/server: Quiesce coroutines on context switchSergio Lopez2021-01-201-14/+106
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell2020-11-171-1/+1
|\
| * configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.hThomas Huth2020-11-171-1/+1
* | nbd: Silence Coverity false positiveEric Blake2020-11-161-2/+2
|/
* nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake2020-10-301-0/+2
* nbd: Add new qemu:allocation-depth metadata contextEric Blake2020-10-301-4/+66
* nbd: Allow export of multiple bitmaps for one deviceEric Blake2020-10-301-30/+70
* nbd: Refactor counting of metadata contextsEric Blake2020-10-301-11/+15
* nbd: Simplify qemu bitmap context nameEric Blake2020-10-301-10/+9Star
* nbd: Update qapi to support exporting multiple bitmapsEric Blake2020-10-301-6/+13
* block/export: add iothread and fixed-iothread optionsStefan Hajnoczi2020-10-231-2/+0Star
* block: move block exports to libblockdevStefan Hajnoczi2020-10-231-0/+2
* nbd: Simplify meta-context parsingEric Blake2020-10-091-121/+68Star
* nbd/server: Reject embedded NUL in NBD stringsEric Blake2020-10-091-10/+20
* nbd: silence maybe-uninitialized warningsChristian Borntraeger2020-10-091-1/+1
* nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf2020-10-021-15/+39
* block/export: Move writable to BlockExportOptionsKevin Wolf2020-10-021-5/+0Star
* block/export: Create BlockBackend in blk_exp_add()Kevin Wolf2020-10-021-26/+12Star
* block/export: Move blk to BlockExportKevin Wolf2020-10-021-21/+22
* block/export: Add block-export-delKevin Wolf2020-10-021-14/+0Star
* block/export: Move strong user reference to block_exportsKevin Wolf2020-10-021-2/+0Star
* block/export: Add blk_exp_close_all(_type)Kevin Wolf2020-10-021-29/+5Star
* block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf2020-10-021-17/+13Star
* block/export: Move AioContext from NBDExport to BlockExportKevin Wolf2020-10-021-13/+13
* block/export: Move refcount from NBDExport to BlockExportKevin Wolf2020-10-021-39/+33Star
* nbd/server: Simplify export shutdownKevin Wolf2020-10-021-13/+4Star
* nbd: Remove NBDExport.close callbackKevin Wolf2020-10-021-8/+1Star
* block/export: Remove magic from block-export-addKevin Wolf2020-10-021-7/+13
* qemu-nbd: Use raw block driver for --offsetKevin Wolf2020-10-021-17/+16Star
* block/export: Add BlockExport infrastructure and block-export-addKevin Wolf2020-10-021-1/+14
* nbd: Remove unused nbd_export_get_blockdev()Kevin Wolf2020-10-021-5/+0Star
* nbd: Use CAF when looking for dirty bitmapMax Reitz2020-09-071-3/+3
* meson: convert blockMarc-André Lureau2020-08-212-1/+5
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* nbd: Fix large trim/zero requestsEric Blake2020-07-281-5/+23
* nbd: make nbd_export_close_all() synchronousVladimir Sementsov-Ogievskiy2020-07-171-0/+8
* nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-102-0/+10
* nbd/server: Avoid long error message assertions CVE-2020-10761Eric Blake2020-06-101-3/+20
* nbd/server: use bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy2020-03-181-40/+19Star