Age | Commit message (Expand) | Author | Files | Lines |
2012-09-19 | nbd: do not close BlockDriverState in nbd_export_close | Paolo Bonzini | 1 | -1/+0 |
2012-09-19 | nbd: pass NBDClient to nbd_send_negotiate | Paolo Bonzini | 1 | -37/+41 |
2012-09-18 | nbd: add more constants | Paolo Bonzini | 1 | -7/+10 |
2012-08-13 | net: inet_connect(), inet_connect_opts(): add in_progress argument | Luiz Capitulino | 1 | -1/+1 |
2012-05-10 | sockets: use error class to pass listen error | Amos Kong | 1 | -1/+1 |
2012-05-10 | sockets: change inet_connect() to support nonblock socket | Amos Kong | 1 | -1/+1 |
2012-04-19 | nbd: obey FUA on reads | Paolo Bonzini | 1 | -0/+9 |
2012-04-19 | nbd: do not include block_int.h | Paolo Bonzini | 1 | -2/+1 |
2012-04-19 | nbd: do not block in nbd_wr_sync if no data at all is available | Paolo Bonzini | 1 | -6/+34 |
2012-04-19 | nbd: consistently return negative errno values | Paolo Bonzini | 1 | -81/+78 |
2012-04-19 | nbd: consistently check for <0 or >=0 | Paolo Bonzini | 1 | -23/+25 |
2012-04-19 | nbd: consistently use ssize_t | Paolo Bonzini | 1 | -12/+10 |
2012-04-15 | nbd: Fix compiler warning (w64) | Stefan Weil | 1 | -1/+1 |
2011-12-22 | qemu-nbd: throttle requests | Paolo Bonzini | 1 | -3/+22 |
2011-12-22 | qemu-nbd: asynchronous operation | Paolo Bonzini | 1 | -21/+53 |
2011-12-22 | qemu-nbd: add client pointer to NBDRequest | Paolo Bonzini | 1 | -21/+27 |
2011-12-22 | qemu-nbd: move client handling to nbd.c | Paolo Bonzini | 1 | -3/+59 |
2011-12-22 | qemu-nbd: introduce NBDRequest | Paolo Bonzini | 1 | -14/+51 |
2011-12-22 | qemu-nbd: introduce NBDExport | Paolo Bonzini | 1 | -16/+48 |
2011-12-22 | qemu-nbd: introduce nbd_do_receive_request | Paolo Bonzini | 1 | -21/+47 |
2011-12-22 | qemu-nbd: more robust handling of invalid requests | Paolo Bonzini | 1 | -27/+30 |
2011-12-22 | qemu-nbd: introduce nbd_do_send_reply | Paolo Bonzini | 1 | -14/+32 |
2011-12-22 | qemu-nbd: simplify nbd_trip | Paolo Bonzini | 1 | -17/+8 |
2011-12-22 | qemu-nbd: remove data_size argument to nbd_trip | Paolo Bonzini | 1 | -3/+3 |
2011-12-22 | qemu-nbd: remove offset argument to nbd_trip | Paolo Bonzini | 1 | -5/+3 |
2011-12-22 | Update ioctl order in nbd_init() to detect EBUSY | Chunyan Liu | 1 | -18/+9 |
2011-12-22 | nbd: add support for NBD_CMD_TRIM | Paolo Bonzini | 1 | -2/+13 |
2011-12-22 | nbd: add support for NBD_CMD_FLUSH | Paolo Bonzini | 1 | -1/+14 |
2011-12-22 | nbd: add support for NBD_CMD_FLAG_FUA | Paolo Bonzini | 1 | -2/+11 |
2011-12-22 | nbd: fix error handling in the server | Paolo Bonzini | 1 | -9/+12 |
2011-12-22 | nbd: switch to asynchronous operation | Paolo Bonzini | 1 | -0/+8 |
2011-12-02 | fix spelling in main directory | Dong Xu Wang | 1 | -2/+2 |
2011-11-11 | nbd: treat EPIPE from NBD_DO_IT as success | Paolo Bonzini | 1 | -0/+7 |
2011-09-21 | nbd: fix non-Linux build failure | Paolo Bonzini | 1 | -1/+1 |
2011-09-19 | nbd: support NBD_SET_FLAGS ioctl | Paolo Bonzini | 1 | -0/+8 |
2011-09-19 | nbd: sync API definitions with upstream | Paolo Bonzini | 1 | -0/+2 |
2011-09-19 | nbd: support feature negotiation | Paolo Bonzini | 1 | -7/+25 |
2011-09-12 | nbd: Clean up use of block_int.h | Markus Armbruster | 1 | -0/+1 |
2011-07-25 | Wrap recv to avoid warnings | Blue Swirl | 1 | -1/+1 |
2011-04-07 | NBD: Use qemu_socket functions to open TCP and UNIX sockets | Nick Thomas | 1 | -129/+29 |
2011-04-07 | NBD library: whitespace changes | Nick Thomas | 1 | -417/+418 |
2010-10-03 | nbd: Haiku has _IO() in its BSD compatibility layer | Andreas Färber | 1 | -1/+1 |
2010-09-21 | Improve qemu-nbd performance by 4400 % | Laurent Vivier | 1 | -7/+18 |
2010-09-08 | Merge remote branch 'kwolf/for-anthony' into staging | Anthony Liguori | 1 | -12/+106 |
2010-09-04 | Remove unused argument for nbd_client() | Jes Sorensen | 1 | -2/+2 |
2010-08-30 | nbd: Introduce NBD named exports. | Laurent Vivier | 1 | -12/+106 |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl | 1 | -2/+1 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 1 | -2/+1 |
2009-05-21 | Cast pointer arguments of get/setsockopt, send to void * to keep GCC | malc | 1 | -1/+2 |
2009-04-05 | Fix some win32 compile warnings | blueswir1 | 1 | -1/+1 |