Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 | 1 | -1/+1 |
2008-11-22 | Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger | blueswir1 | 1 | -8/+8 |
2008-09-15 | Use common objects for qemu-img and qemu-nbd | aliguori | 1 | -31/+55 |
2008-09-10 | qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier) | aliguori | 1 | -1/+1 |
2008-08-02 | Fix compilation of nbd on Solaris (Andreas Faerber) | aliguori | 1 | -0/+3 |
2008-07-04 | Add missing return | malc | 1 | -0/+1 |
2008-07-03 | Allow QEMU to connect directly to an NBD server, by Laurent Vivier. | ths | 1 | -68/+143 |
2008-07-03 | Add a parameter to disable host cache, by Laurent Vivier. | ths | 1 | -9/+5 |
2008-07-03 | Merge NBD client/server, by Laurent Vivier. | ths | 1 | -6/+68 |
2008-07-02 | Cleanup qemu-nbd related code, by Laurent Vivier. | ths | 1 | -2/+2 |
2008-06-06 | Fix compiler warning. | ths | 1 | -1/+1 |
2008-05-27 | qemu-nbd tool (Anthony Liguori) | bellard | 1 | -0/+500 |