1. 2f78e49 async: aio_context_new(): Handle event_notifier_init failure by Chrysostomos Nanakos · 10 years ago
  2. 713cc67 qemu-nbd: fix indentation and coding style by Peter Lieven · 10 years ago
  3. b3838a4 qemu-nbd: add option to set detect-zeroes mode by Peter Lieven · 10 years ago
  4. 27e5eae nbd: Shutdown socket before closing. by Hani Benhabiles · 10 years ago
  5. 3775ec6 qemu-nbd: Don't use qerror_report() by Markus Armbruster · 10 years ago
  6. 5672ee5 nbd: Miscellaneous typo fixes. by Hani Benhabiles · 10 years ago
  7. 36af599 nbd: Close socket on negotiation failure. by Hani Benhabiles · 10 years ago
  8. 98522f6 block: Add errp to bdrv_new() by Kevin Wolf · 10 years ago
  9. 0c544d7 qemu-nbd: Fix coverity issues by Paolo Bonzini · 10 years ago
  10. e7a1d6c Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  11. 537b41f nbd: move socket wrappers to qemu-nbd by Paolo Bonzini · 10 years ago
  12. ddf5636 block: Add reference parameter to bdrv_open() by Max Reitz · 10 years ago
  13. f67503e block: Change BDS parameter of bdrv_open() to ** by Max Reitz · 10 years ago
  14. 10f5bff util: Split out exec_dir from os_find_datadir by Fam Zheng · 10 years ago
  15. 4323fdc qemu-nbd: add doc for option -f by Wenchao Xia · 11 years ago
  16. 8c116b0 qemu-nbd: support internal snapshot export by Wenchao Xia · 11 years ago
  17. 34b5d2c block: Error parameter for open functions by Max Reitz · 11 years ago
  18. 6a1751b aio / timers: Untangle include files by Alex Bligh · 11 years ago
  19. e6b6367 Add -f FMT / --format FMT arg to qemu-nbd by Daniel P. Berrange · 11 years ago
  20. de9c0ce block: Add options QDict to bdrv_open() prototype by Kevin Wolf · 11 years ago
  21. ded9d2d qemu-nbd: add --discard option by Paolo Bonzini · 11 years ago
  22. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  23. 7e7f4a0 qemu-nbd: initialize main loop before block layer by Paolo Bonzini · 12 years ago
  24. 7860a38 qemu-nbd: rewrite termination conditions to use a state machine by Paolo Bonzini · 12 years ago
  25. 0ddf08d nbd: add notification for closing an NBDExport by Paolo Bonzini · 12 years ago
  26. 2c8d9f0 nbd: add reference counting to NBDExport by Paolo Bonzini · 12 years ago
  27. a4aab7b nbd: do not close BlockDriverState in nbd_export_close by Paolo Bonzini · 12 years ago
  28. 39a5235 qemu-nbd: add --cache and --aio options by Paolo Bonzini · 12 years ago
  29. b033cd8 qemu-nbd: reorganize help message by Paolo Bonzini · 12 years ago
  30. 38ceff0 nbd: do not include block_int.h by Paolo Bonzini · 12 years ago
  31. 185b433 nbd: consistently return negative errno values by Paolo Bonzini · 12 years ago
  32. fc19f8a nbd: consistently check for <0 or >=0 by Paolo Bonzini · 12 years ago
  33. a6ac231 open /dev/nbd in nbd_client_thread by Paolo Bonzini · 13 years ago
  34. 9faf31b do not chdir(/) in qemu-nbd before opening all files by Michael Tokarev · 12 years ago
  35. dc10e8b qemu-nbd: drop loop which can never loop by Stefan Hajnoczi · 13 years ago
  36. 1743b51 qemu-nbd: move client handling to nbd.c by Paolo Bonzini · 13 years ago
  37. a61c678 qemu-nbd: use common main loop by Paolo Bonzini · 13 years ago
  38. af49bbb qemu-nbd: introduce NBDExport by Paolo Bonzini · 13 years ago
  39. 3777b09 qemu-nbd: remove data_size argument to nbd_trip by Paolo Bonzini · 13 years ago
  40. 94607e7 qemu-nbd: remove offset argument to nbd_trip by Paolo Bonzini · 13 years ago
  41. 802ddc3 qemu-nbd: open the block device after starting the client thread by Paolo Bonzini · 13 years ago
  42. f1ef555 qemu-nbd: fix socket creation race by Paolo Bonzini · 13 years ago
  43. c1f8fdc qemu-nbd: print error messages from the daemon through a pipe by Paolo Bonzini · 13 years ago
  44. a517e88 qemu-nbd: move client to a thread by Paolo Bonzini · 13 years ago
  45. b32f6c2 qemu-nbd: rename socket variable by Paolo Bonzini · 13 years ago
  46. bb34511 qemu-nbd: trap SIGTERM by Paolo Bonzini · 13 years ago
  47. b90fb4b nbd: support feature negotiation by Paolo Bonzini · 13 years ago
  48. 5a61cb6 Fix include statements for qemu-common.h by Stefan Weil · 13 years ago
  49. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  50. f97742d Darwin: Fix compilation warning regarding the deprecated daemon() function by Alexandre Raymond · 13 years ago
  51. a659979 block: clarify the meaning of BDRV_O_NOCACHE by Christoph Hellwig · 13 years ago
  52. ad71713 Remove NULL checks for bdrv_new return value by Kevin Wolf · 14 years ago
  53. c2e2872 nbd: correctly manage default port by Laurent Vivier · 14 years ago
  54. 72aef73 use qemu_blockalign consistently by Christoph Hellwig · 14 years ago
  55. aab2e8f Merge remote branch 'kwolf/for-anthony' into staging by Anthony Liguori · 14 years ago
  56. e301b13 Respect return value from nbd_client() by Jes Sorensen · 14 years ago
  57. 0a4eb86 Remove unused argument for nbd_client() by Jes Sorensen · 14 years ago
  58. 1d45f8b nbd: Introduce NBD named exports. by Laurent Vivier · 14 years ago
  59. cb7cf0e qemu-nbd: Improve error reporting by Ryota Ozaki · 14 years ago
  60. d6e9098 Replace calls of old bdrv_open by Kevin Wolf · 14 years ago
  61. b6353be qemu-nbd: Fix invalid usage of the first argument of errx by Ryota Ozaki · 14 years ago
  62. a16c174 qemu-nbd: Fix return value handling of bdrv_open by Ryota Ozaki · 14 years ago
  63. 07108b2 read-only: minor cleanup by Naphtali Sprei · 14 years ago
  64. f8a8324 win32: pair qemu_memalign() with qemu_vfree() by Herve Poussineau · 14 years ago
  65. f5edb01 Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE. by Naphtali Sprei · 14 years ago
  66. 22ff51e qemu-nbd: fix OpenBSD linker warning by Blue Swirl · 15 years ago
  67. 2bff4b6 Compile qemu-nbd also on OpenBSD and Solaris by Blue Swirl · 15 years ago
  68. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 15 years ago
  69. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  70. f5de141 Fix warning in qemu-nbd.c by Anthony Liguori · 15 years ago
  71. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 15 years ago
  72. d6aa671 qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin) by aliguori · 16 years ago
  73. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  74. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  75. 9f7965c Expand cache= option and use write-through caching by default by aliguori · 16 years ago
  76. 2798266 qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier) by aliguori · 16 years ago
  77. 315bc7a Allow qemu-nbd --version to show the application name dynamically, by by ths · 16 years ago
  78. 7581825 Allow QEMU to connect directly to an NBD server, by Laurent Vivier. by ths · 16 years ago
  79. 3b05a8e Allow to share a disk image via nbd, by Laurent Vivier. by ths · 16 years ago
  80. 2f72648 Add a parameter to disable host cache, by Laurent Vivier. by ths · 16 years ago
  81. cd831bd Merge NBD client/server, by Laurent Vivier. by ths · 16 years ago
  82. 975b092 Cleanup qemu-nbd related code, by Laurent Vivier. by ths · 16 years ago
  83. 7a5ca86 qemu-nbd tool (Anthony Liguori) by bellard · 16 years ago