Age | Commit message (Expand) | Author |
2013-03-22 | nbd: Check against invalid option combinations | Kevin Wolf |
2013-03-22 | nbd: Use default port if only host is specified | Kevin Wolf |
2013-03-22 | block: Introduce .bdrv_parse_filename callback | Kevin Wolf |
2013-03-22 | nbd: Accept -drive options for the network connection | Kevin Wolf |
2013-03-22 | nbd: Keep hostname and port separate | Kevin Wolf |
2013-03-22 | block: Add options QDict to bdrv_file_open() prototypes | Kevin Wolf |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-11-12 | nbd: accept URIs | Paolo Bonzini |
2012-11-12 | nbd: accept relative path to Unix socket | Paolo Bonzini |
2012-06-11 | cleanup qemu_co_sendv(), qemu_co_recvv() and friends | Michael Tokarev |
2012-04-26 | nbd: Fix uninitialised use of s->sock | Kevin Wolf |
2012-04-23 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-04-19 | aio: remove process_queue callback and qemu_aio_process_queue | Paolo Bonzini |
2012-04-19 | nbd: do not block in nbd_wr_sync if no data at all is available | Paolo Bonzini |
2012-04-19 | nbd: consistently return negative errno values | Paolo Bonzini |
2012-04-19 | nbd: consistently check for <0 or >=0 | Paolo Bonzini |
2012-04-19 | nbd: avoid out of bounds access to recv_coroutine array | Paolo Bonzini |
2011-12-22 | nbd: add support for NBD_CMD_TRIM | Paolo Bonzini |
2011-12-22 | nbd: add support for NBD_CMD_FLUSH | Paolo Bonzini |
2011-12-22 | nbd: add support for NBD_CMD_FLAG_FUA | Paolo Bonzini |
2011-12-22 | nbd: allow multiple in-flight requests | Paolo Bonzini |
2011-12-22 | nbd: split requests | Paolo Bonzini |
2011-12-22 | nbd: switch to asynchronous operation | Paolo Bonzini |
2011-12-06 | fix typo: delete redundant semicolon | Dong Xu Wang |
2011-10-21 | block: take lock around bdrv_write implementations | Paolo Bonzini |
2011-10-21 | block: take lock around bdrv_read implementations | Paolo Bonzini |
2011-10-21 | block: add a CoMutex to synchronous read drivers | Paolo Bonzini |
2011-09-19 | nbd: support feature negotiation | Paolo Bonzini |
2011-09-12 | nbd: Clean up use of block_int.h | Markus Armbruster |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-05-03 | NBD: Avoid leaking a couple of strings when the NBD device is closed | Nick Thomas |
2011-04-07 | NBD device: Separate out parsing configuration and opening sockets. | Nick Thomas |
2010-09-21 | nbd: correctly manage default port | Laurent Vivier |
2010-08-30 | nbd: Introduce NBD named exports. | Laurent Vivier |
2010-05-03 | block: Open the underlying image file in generic code | Kevin Wolf |
2010-01-26 | block: kill BDRV_O_CREAT | Christoph Hellwig |
2009-05-14 | Move block drivers into their own directory | Anthony Liguori |