summaryrefslogtreecommitdiffstats
path: root/block/nbd-client.h
Commit message (Expand)AuthorAgeFilesLines
* nbd: Restrict connection_co reentranceKevin Wolf2019-02-251-0/+1
* block/nbd-client: rename read_reply_co to connection_coVladimir Sementsov-Ogievskiy2019-02-041-2/+2
* block/nbd: move connection code from block/nbd to block/nbd-clientVladimir Sementsov-Ogievskiy2019-02-041-1/+1
* nbd/client: Add x-dirty-bitmap to query bitmap from serverEric Blake2018-07-021-0/+1
* nbd: BLOCK_STATUS for standard get_block_status function: client partVladimir Sementsov-Ogievskiy2018-03-131-0/+6
* nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy2017-10-301-0/+1
* nbd-client: avoid spurious qio_channel_yield() re-entryStefan Hajnoczi2017-08-231-1/+6
* nbd-client: Fix regression when server sends garbageEric Blake2017-08-151-0/+1
* nbd: Create struct for tracking export infoEric Blake2017-07-141-2/+1Star
* block: change variable names in BlockDriverStateManos Pitsidianakis2017-06-261-2/+2
* nbd: drop unused NBDClientSession.is_unix fieldStefan Hajnoczi2017-03-271-2/+0Star
* nbd: convert to use qio_channel_yieldPaolo Bonzini2017-02-211-1/+1
* nbd: Implement NBD_CMD_WRITE_ZEROES on clientEric Blake2016-11-021-0/+2
* nbd: Rename struct nbd_request and nbd_replyEric Blake2016-11-021-1/+1
* nbd: Rename NbdClientSession to NBDClientSessionEric Blake2016-11-021-3/+3
* nbd: Use CoQueue for free_sema instead of CoMutexChanglong Xie2016-11-011-1/+1
* nbd: Limit nbdflags to 16 bitsEric Blake2016-08-031-1/+1
* nbd: Convert to byte-based interfaceEric Blake2016-07-201-4/+4
* nbd: Switch .bdrv_co_discard() to byte-basedEric Blake2016-07-201-2/+1Star
* nbd: Simplify client FUA handlingEric Blake2016-05-121-1/+1
* nbd: Support BDRV_REQ_FUAKevin Wolf2016-03-301-1/+1
* nbd: enable use of TLS with NBD block driverDaniel P. Berrange2016-02-161-0/+2
* nbd: convert block client to use I/O channels for connection setupDaniel P. Berrange2016-02-161-2/+6
* nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz2015-03-181-1/+0Star
* nbd: Drop BDS backpointerMax Reitz2015-02-161-17/+17
* nbd: Improve error messagesMax Reitz2015-02-061-1/+1
* nbd: implement .bdrv_detach/attach_aio_context()Stefan Hajnoczi2014-06-041-0/+4
* nbd: pass export name as init argumentMarc-André Lureau2013-12-161-3/+2Star
* Split nbd block client codeMarc-André Lureau2013-12-161-0/+51