1. 7a5ed43 nbd: convert to use the QAPI SocketAddress object by Daniel P. Berrange · 9 years ago
  2. 2b1f13b nbd: Fix nbd_establish_connection()'s return value by Max Reitz · 10 years ago
  3. 9d0b65e nbd: fix resource leak by Gonglei · 10 years ago
  4. 39101f2 QemuOpts: Convert qemu_opt_set_number() to Error, fix its use by Markus Armbruster · 10 years ago
  5. f53a829 nbd: Drop BDS backpointer by Max Reitz · 10 years ago
  6. fa21e6f nbd: fix max_discard/max_transfer_length by Denis V. Lunev · 10 years ago
  7. 1ce5284 nbd: Improve error messages by Max Reitz · 10 years ago
  8. ec0de76 nbd: Fix filename generation by Max Reitz · 10 years ago
  9. 2019d68 nbd: Implement bdrv_refresh_filename() by Max Reitz · 11 years ago
  10. 69447cd nbd: implement .bdrv_detach/attach_aio_context() by Stefan Hajnoczi · 11 years ago
  11. 92de901 nbd: Use return values instead of error_is_set(errp) by Markus Armbruster · 11 years ago
  12. 77e8b9c nbd: correctly propagate errors by Paolo Bonzini · 11 years ago
  13. a69d9af nbd: produce a better error if neither host nor port is passed by Paolo Bonzini · 11 years ago
  14. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  15. 87ea75d qemu-option: Remove qemu_opts_create_nofail by Peter Crosthwaite · 11 years ago
  16. e2bc625 nbd: pass export name as init argument by Marc-André Lureau · 11 years ago
  17. 2302c1c Split nbd block client code by Marc-André Lureau · 11 years ago
  18. 015a103 bdrv: Use "Error" for opening images by Max Reitz · 11 years ago
  19. f2e5dca aio: drop io_flush argument by Stefan Hajnoczi · 12 years ago
  20. bed2e75 block/nbd: drop nbd_have_request() by Stefan Hajnoczi · 12 years ago
  21. 2330790 nbd: strip braces from literal IPv6 address in URI by Ján Tomko · 12 years ago
  22. c7e775e remove double semicolons by Dong Xu Wang · 12 years ago
  23. f1ab7a5 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  24. 56d1b4d block: Remove filename parameter from .bdrv_file_open() by Kevin Wolf · 12 years ago
  25. 97ebbab nbd: set TCP_NODELAY by Stefan Hajnoczi · 12 years ago
  26. 0fcece2 nbd: use TCP_CORK in nbd_co_send_request() by Stefan Hajnoczi · 12 years ago
  27. 6760c47 nbd: unlock mutex in nbd_co_send_request() error path by Stefan Hajnoczi · 12 years ago
  28. f9e8cac oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() by Stefan Hajnoczi · 12 years ago
  29. 681e7ad nbd: Check against invalid option combinations by Kevin Wolf · 12 years ago
  30. bebbf7f nbd: Use default port if only host is specified by Kevin Wolf · 12 years ago
  31. 6963a30 block: Introduce .bdrv_parse_filename callback by Kevin Wolf · 12 years ago
  32. f53a1fe nbd: Accept -drive options for the network connection by Kevin Wolf · 12 years ago
  33. f17c90b nbd: Keep hostname and port separate by Kevin Wolf · 12 years ago
  34. 787e4a8 block: Add options QDict to bdrv_file_open() prototypes by Kevin Wolf · 12 years ago
  35. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  36. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  37. 1d7d2a9 nbd: accept URIs by Paolo Bonzini · 12 years ago
  38. d04b0bb nbd: accept relative path to Unix socket by Paolo Bonzini · 12 years ago
  39. 2fc8ae1 cleanup qemu_co_sendv(), qemu_co_recvv() and friends by Michael Tokarev · 13 years ago
  40. b3adf53 nbd: Fix uninitialised use of s->sock by Kevin Wolf · 13 years ago
  41. 1f8bcac Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 13 years ago
  42. bafbd6a aio: remove process_queue callback and qemu_aio_process_queue by Paolo Bonzini · 13 years ago
  43. 7fe7b68 nbd: do not block in nbd_wr_sync if no data at all is available by Paolo Bonzini · 13 years ago
  44. 185b433 nbd: consistently return negative errno values by Paolo Bonzini · 13 years ago
  45. fc19f8a nbd: consistently check for <0 or >=0 by Paolo Bonzini · 13 years ago
  46. dd3e8ac nbd: avoid out of bounds access to recv_coroutine array by Paolo Bonzini · 13 years ago
  47. 7a70663 nbd: add support for NBD_CMD_TRIM by Paolo Bonzini · 13 years ago
  48. 1486d04 nbd: add support for NBD_CMD_FLUSH by Paolo Bonzini · 13 years ago
  49. 2c7989a nbd: add support for NBD_CMD_FLAG_FUA by Paolo Bonzini · 13 years ago
  50. ecda344 nbd: allow multiple in-flight requests by Paolo Bonzini · 13 years ago
  51. d9b09f1 nbd: split requests by Paolo Bonzini · 13 years ago
  52. ae255e5 nbd: switch to asynchronous operation by Paolo Bonzini · 13 years ago
  53. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  54. e183ef7 block: take lock around bdrv_write implementations by Paolo Bonzini · 13 years ago
  55. 2914caa block: take lock around bdrv_read implementations by Paolo Bonzini · 13 years ago
  56. 848c66e block: add a CoMutex to synchronous read drivers by Paolo Bonzini · 13 years ago
  57. b90fb4b nbd: support feature negotiation by Paolo Bonzini · 13 years ago
  58. ab359cd nbd: Clean up use of block_int.h by Markus Armbruster · 13 years ago
  59. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  60. d2d979c NBD: Avoid leaking a couple of strings when the NBD device is closed by Nick Thomas · 14 years ago
  61. 33897dc NBD device: Separate out parsing configuration and opening sockets. by Nick Thomas · 14 years ago
  62. c2e2872 nbd: correctly manage default port by Laurent Vivier · 14 years ago
  63. 1d45f8b nbd: Introduce NBD named exports. by Laurent Vivier · 15 years ago
  64. 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
  65. 9a2d77a block: kill BDRV_O_CREAT by Christoph Hellwig · 15 years ago
  66. 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-nbd.c]
  67. 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
  68. e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
  69. c4cd07e Remove unnecessary #includes from block-nbd.c by aliguori · 17 years ago
  70. bd5921b Fix typo by malc · 17 years ago
  71. 7581825 Allow QEMU to connect directly to an NBD server, by Laurent Vivier. by ths · 17 years ago