Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nbd: Set block size to BDRV_SECTOR_SIZE | Max Reitz | 2015-03-18 | 1 | -2/+1 |
* | nbd: fix the co_queue multi-adding bug | Bin Wu | 2015-02-16 | 1 | -12/+13 |
* | nbd: Drop BDS backpointer | Max Reitz | 2015-02-16 | 1 | -49/+52 |
* | nbd: Improve error messages | Max Reitz | 2015-02-06 | 1 | -2/+2 |
* | nbd: implement .bdrv_detach/attach_aio_context() | Stefan Hajnoczi | 2014-06-04 | 1 | -4/+20 |
* | nbd: close socket if connection breaks | Stefan Hajnoczi | 2014-03-14 | 1 | -15/+18 |
* | nbd: avoid uninitialized warnings | Marc-André Lureau | 2013-12-16 | 1 | -12/+9 |
* | nbd: finish any pending coroutine | Marc-André Lureau | 2013-12-16 | 1 | -5/+16 |
* | nbd: make nbd_client_session_close() idempotent | Marc-André Lureau | 2013-12-16 | 1 | -0/+5 |
* | nbd: pass export name as init argument | Marc-André Lureau | 2013-12-16 | 1 | -5/+4 |
* | nbd: don't change socket block during negotiate | Marc-André Lureau | 2013-12-16 | 1 | -0/+1 |
* | Split nbd block client code | Marc-André Lureau | 2013-12-16 | 1 | -0/+372 |