aboutsummaryrefslogtreecommitdiff
path: root/block/nbd.c
AgeCommit message (Expand)Author
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-08-19aio: drop io_flush argumentStefan Hajnoczi
2013-08-19block/nbd: drop nbd_have_request()Stefan Hajnoczi
2013-06-18nbd: strip braces from literal IPv6 address in URIJán Tomko
2013-05-12remove double semicolonsDong Xu Wang
2013-04-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-15nbd: set TCP_NODELAYStefan Hajnoczi
2013-04-15nbd: use TCP_CORK in nbd_co_send_request()Stefan Hajnoczi
2013-04-15nbd: unlock mutex in nbd_co_send_request() error pathStefan Hajnoczi
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
2013-03-22nbd: Check against invalid option combinationsKevin Wolf
2013-03-22nbd: Use default port if only host is specifiedKevin Wolf
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf
2013-03-22nbd: Accept -drive options for the network connectionKevin Wolf
2013-03-22nbd: Keep hostname and port separateKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-11-12nbd: accept URIsPaolo Bonzini
2012-11-12nbd: accept relative path to Unix socketPaolo Bonzini
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