aboutsummaryrefslogtreecommitdiff
path: root/block/nbd.c
AgeCommit message (Expand)Author
2012-06-11cleanup qemu_co_sendv(), qemu_co_recvv() and friendsMichael Tokarev
2012-04-26nbd: Fix uninitialised use of s->sockKevin Wolf
2012-04-23Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-04-19aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini
2012-04-19nbd: do not block in nbd_wr_sync if no data at all is availablePaolo Bonzini
2012-04-19nbd: consistently return negative errno valuesPaolo Bonzini
2012-04-19nbd: consistently check for <0 or >=0Paolo Bonzini
2012-04-19nbd: avoid out of bounds access to recv_coroutine arrayPaolo Bonzini
2011-12-22nbd: add support for NBD_CMD_TRIMPaolo Bonzini
2011-12-22nbd: add support for NBD_CMD_FLUSHPaolo Bonzini
2011-12-22nbd: add support for NBD_CMD_FLAG_FUAPaolo Bonzini
2011-12-22nbd: allow multiple in-flight requestsPaolo Bonzini
2011-12-22nbd: split requestsPaolo Bonzini
2011-12-22nbd: switch to asynchronous operationPaolo Bonzini
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-10-21block: take lock around bdrv_write implementationsPaolo Bonzini
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini
2011-09-19nbd: support feature negotiationPaolo Bonzini
2011-09-12nbd: Clean up use of block_int.hMarkus Armbruster
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-05-03NBD: Avoid leaking a couple of strings when the NBD device is closedNick Thomas
2011-04-07NBD device: Separate out parsing configuration and opening sockets.Nick Thomas
2010-09-21nbd: correctly manage default portLaurent Vivier
2010-08-30nbd: Introduce NBD named exports.Laurent Vivier
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig
2009-05-14Move block drivers into their own directoryAnthony Liguori