aboutsummaryrefslogtreecommitdiff
path: root/block/nbd-client.c
AgeCommit message (Expand)Author
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-05nbd: Allow larger requestsEric Blake
2016-05-12nbd: Simplify client FUA handlingEric Blake
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake
2016-04-05nbd: don't request FUA on FLUSHEric Blake
2016-03-30nbd: Support BDRV_REQ_FUAKevin Wolf
2016-02-16nbd: enable use of TLS with NBD block driverDaniel P. Berrange
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange
2016-02-16nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange
2016-01-20block: Clean up includesPeter Maydell
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng
2015-03-18nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz
2015-02-16nbd: fix the co_queue multi-adding bugBin Wu
2015-02-16nbd: Drop BDS backpointerMax Reitz
2015-02-06nbd: Improve error messagesMax Reitz
2014-06-04nbd: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi
2014-03-14nbd: close socket if connection breaksStefan Hajnoczi
2013-12-16nbd: avoid uninitialized warningsMarc-André Lureau
2013-12-16nbd: finish any pending coroutineMarc-André Lureau
2013-12-16nbd: make nbd_client_session_close() idempotentMarc-André Lureau
2013-12-16nbd: pass export name as init argumentMarc-André Lureau
2013-12-16nbd: don't change socket block during negotiateMarc-André Lureau
2013-12-16Split nbd block client codeMarc-André Lureau