summaryrefslogtreecommitdiffstats
path: root/block/nbd.c
Commit message (Expand)AuthorAgeFilesLines
* nbd: Fix uninitialised use of s->sockKevin Wolf2012-04-261-1/+1
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-04-231-4/+4
|\
| * aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini2012-04-191-4/+4
* | nbd: do not block in nbd_wr_sync if no data at all is availablePaolo Bonzini2012-04-191-2/+10
* | nbd: consistently return negative errno valuesPaolo Bonzini2012-04-191-7/+6
* | nbd: consistently check for <0 or >=0Paolo Bonzini2012-04-191-7/+15
* | nbd: avoid out of bounds access to recv_coroutine arrayPaolo Bonzini2012-04-191-1/+5
|/
* nbd: add support for NBD_CMD_TRIMPaolo Bonzini2011-12-221-0/+25
* nbd: add support for NBD_CMD_FLUSHPaolo Bonzini2011-12-221-8/+37
* nbd: add support for NBD_CMD_FLAG_FUAPaolo Bonzini2011-12-221-0/+4
* nbd: allow multiple in-flight requestsPaolo Bonzini2011-12-221-13/+56
* nbd: split requestsPaolo Bonzini2011-12-221-6/+46
* nbd: switch to asynchronous operationPaolo Bonzini2011-12-221-65/+123
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-2/+2
* block: take lock around bdrv_write implementationsPaolo Bonzini2011-10-211-1/+12
* block: take lock around bdrv_read implementationsPaolo Bonzini2011-10-211-1/+12
* block: add a CoMutex to synchronous read driversPaolo Bonzini2011-10-211-0/+2
* nbd: support feature negotiationPaolo Bonzini2011-09-191-2/+2
* nbd: Clean up use of block_int.hMarkus Armbruster2011-09-121-0/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-9/+9
* NBD: Avoid leaking a couple of strings when the NBD device is closedNick Thomas2011-05-031-0/+4
* NBD device: Separate out parsing configuration and opening sockets.Nick Thomas2011-04-071-55/+102
* nbd: correctly manage default portLaurent Vivier2010-09-211-2/+0
* nbd: Introduce NBD named exports.Laurent Vivier2010-08-301-19/+49
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-1/+1
* block: kill BDRV_O_CREATChristoph Hellwig2010-01-261-3/+0
* Move block drivers into their own directoryAnthony Liguori2009-05-141-0/+196
OpenPOWER on IntegriCloud