summaryrefslogtreecommitdiffstats
path: root/block/nbd-client.h
Commit message (Expand)AuthorAgeFilesLines
* 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