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