summaryrefslogtreecommitdiffstats
path: root/nbd
Commit message (Expand)AuthorAgeFilesLines
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-4/+4
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-2/+2
* nbd: trace long NBD operationsDenis V. Lunev2022-06-292-0/+5
* nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake2022-05-121-5/+5
* qapi: nbd-export: allow select bitmaps by node/name pairVladimir Sementsov-Ogievskiy2022-04-261-22/+41
* Remove trailing ; after G_DEFINE_AUTO macroMarc-André Lureau2022-03-221-1/+1
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-5/+5
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...Peter Maydell2022-03-092-10/+15
|\
| * nbd/server: Minor cleanupsEric Blake2022-03-081-7/+6Star
| * block: pass desired TLS hostname through from block driver clientDaniel P. Berrangé2022-03-071-3/+9
* | osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
|/
* nbd/server.c: Remove unused fieldNir Soffer2022-01-281-1/+0Star
* nbd/client-connection: improve error message of cancelled attemptVladimir Sementsov-Ogievskiy2021-12-211-2/+9
* nbd/client-connection: nbd_co_establish_connection(): return real errorVladimir Sementsov-Ogievskiy2021-12-211-16/+34
* nbd/server: Simplify zero and trimEric Blake2021-11-221-20/+3Star
* nbd/server: Don't complain on certain client disconnectsEric Blake2021-11-221-0/+3
* nbd/server: Silence clang sanitizer warningEric Blake2021-11-161-4/+9
* block/nbd: drop connection_coVladimir Sementsov-Ogievskiy2021-09-291-2/+0Star
* nbd/client-connection: nbd_co_establish_connection(): fix non set errpVladimir Sementsov-Ogievskiy2021-09-291-0/+1
* nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLYEric Blake2021-09-291-1/+1
* nbd/server: Mark variable unused in nbd_negotiate_meta_queriesRichard Henderson2021-07-261-1/+2
* 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