summaryrefslogtreecommitdiffstats
path: root/block/nbd-client.c
Commit message (Expand)AuthorAgeFilesLines
* nbd: don't request FUA on FLUSHEric Blake2019-11-291-4/+0
* nbd: Support BDRV_REQ_FUAKevin Wolf2019-11-291-6/+7
* nbd: enable use of TLS with NBD block driverDaniel P. Berrange2019-11-291-3/+7
* nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2019-11-291-3/+9
* nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2019-11-291-9/+10
* nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange2019-11-291-29/+47
* block: Clean up includesPeter Maydell2019-11-291-0/+1
* aio: Add "is_external" flag for event handlersFam Zheng2015-10-231-4/+6
* nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz2015-03-181-2/+1
* nbd: fix the co_queue multi-adding bugBin Wu2015-02-161-12/+13
* nbd: Drop BDS backpointerMax Reitz2015-02-161-49/+52
* nbd: Improve error messagesMax Reitz2015-02-061-2/+2
* nbd: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi2014-06-041-4/+20
* nbd: close socket if connection breaksStefan Hajnoczi2014-03-141-15/+18
* nbd: avoid uninitialized warningsMarc-André Lureau2013-12-161-12/+9
* nbd: finish any pending coroutineMarc-André Lureau2013-12-161-5/+16
* nbd: make nbd_client_session_close() idempotentMarc-André Lureau2013-12-161-0/+5
* nbd: pass export name as init argumentMarc-André Lureau2013-12-161-5/+4
* nbd: don't change socket block during negotiateMarc-André Lureau2013-12-161-0/+1
* Split nbd block client codeMarc-André Lureau2013-12-161-0/+372
OpenPOWER on IntegriCloud