1. 081dd1f nbd: Implement NBD_INFO_BLOCK_SIZE on client by Eric Blake · 8 years ago
  2. 3736cc5 nbd: Expose and debug more NBD constants by Eric Blake · 8 years ago
  3. 004a89f nbd: Create struct for tracking export info by Eric Blake · 8 years ago
  4. d1fdf25 nbd: rename read_sync and friends by Vladimir Sementsov-Ogievskiy · 8 years ago
  5. 0c9390d nbd: Fix regression on resiliency to port scan by Eric Blake · 8 years ago
  6. be41c10 nbd/client.c: use errp instead of LOG by Vladimir Sementsov-Ogievskiy · 8 years ago
  7. f260956 nbd: add errp parameter to nbd_wr_syncv() by Vladimir Sementsov-Ogievskiy · 8 years ago
  8. bd269eb sockets: Limit SocketAddressLegacy to external interfaces by Markus Armbruster · 8 years ago
  9. 1f4d6d1 nbd: Implement NBD_CMD_WRITE_ZEROES on server by Eric Blake · 8 years ago
  10. b6f5d3b nbd: Improve server handling of shutdown requests by Eric Blake · 8 years ago
  11. c203c59 nbd: Support shorter handshake by Eric Blake · 8 years ago
  12. c8a3a1b nbd: Share common option-sending code in client by Eric Blake · 8 years ago
  13. ed2dd91 nbd: Rename struct nbd_request and nbd_reply by Eric Blake · 8 years ago
  14. b626b51 nbd: Treat flags vs. command type as separate fields by Eric Blake · 8 years ago
  15. b1a75b3 nbd: Add qemu-nbd -D for human-readable description by Eric Blake · 8 years ago
  16. cd7fca9 nbd-server: Use a separate BlockBackend by Kevin Wolf · 9 years ago
  17. 7423f41 nbd: Limit nbdflags to 16 bits by Eric Blake · 9 years ago
  18. 70c4fb2 nbd: Convert to byte-based interface by Eric Blake · 9 years ago
  19. 1e2a77a nbd: Drop unused offset parameter by Eric Blake · 9 years ago
  20. 476b923 nbd: Allow larger requests by Eric Blake · 9 years ago
  21. 943cec8 nbd: Avoid magic number for NBD max name size by Eric Blake · 9 years ago
  22. 56af2dd nbd: simplify the nbd_request and nbd_reply structs by Paolo Bonzini · 9 years ago
  23. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  24. f95910f nbd: implement TLS support in the protocol negotiation by Daniel P. Berrange · 9 years ago
  25. 1c778ef nbd: convert to using I/O channels for actual socket I/O by Daniel P. Berrange · 9 years ago
  26. ee7d7aa nbd: Always call "close_fn" in nbd_client_new by Fam Zheng · 9 years ago
  27. 3f47265 nbd: Set block size to BDRV_SECTOR_SIZE by Max Reitz · 10 years ago
  28. ac97393 nbd: Fix potential signed overflow issues by Max Reitz · 10 years ago
  29. 98f44bb nbd: Handle blk_getlength() failure by Max Reitz · 10 years ago
  30. f53a829 nbd: Drop BDS backpointer by Max Reitz · 10 years ago
  31. 1ce5284 nbd: Improve error messages by Max Reitz · 10 years ago
  32. e140177 nbd: Change external interface to BlockBackend by Max Reitz · 10 years ago
  33. 32d7d2e nbd: Handle NBD_OPT_LIST option. by Hani Benhabiles · 11 years ago
  34. f5076b5 nbd: Handle fixed new-style clients. by Hani Benhabiles · 11 years ago
  35. 537b41f nbd: move socket wrappers to qemu-nbd by Paolo Bonzini · 11 years ago
  36. c06b727 nbd: inline tcp_socket_incoming_spec into sole caller by Paolo Bonzini · 11 years ago
  37. 77e8b9c nbd: correctly propagate errors by Paolo Bonzini · 11 years ago
  38. 2d82148 nbd: support large NBD requests by Stefan Hajnoczi · 12 years ago
  39. 197a485 nbd: Remove unused functions by Kevin Wolf · 12 years ago
  40. f17c90b nbd: Keep hostname and port separate by Kevin Wolf · 12 years ago
  41. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago[Renamed from nbd.h]
  42. 125afda nbd: add nbd_export_get_blockdev by Paolo Bonzini · 12 years ago
  43. ee0a19e nbd: register named exports by Paolo Bonzini · 13 years ago
  44. 0ddf08d nbd: add notification for closing an NBDExport by Paolo Bonzini · 12 years ago
  45. 2c8d9f0 nbd: add reference counting to NBDExport by Paolo Bonzini · 12 years ago
  46. ff2b68a nbd: do not leak nbd_trip coroutines when a connection is torn down by Paolo Bonzini · 13 years ago
  47. ce33967 nbd: make refcount interface public by Paolo Bonzini · 12 years ago
  48. 185b433 nbd: consistently return negative errno values by Paolo Bonzini · 13 years ago
  49. 94e7340 nbd: consistently use ssize_t by Paolo Bonzini · 13 years ago
  50. 1743b51 qemu-nbd: move client handling to nbd.c by Paolo Bonzini · 13 years ago
  51. af49bbb qemu-nbd: introduce NBDExport by Paolo Bonzini · 13 years ago
  52. 3777b09 qemu-nbd: remove data_size argument to nbd_trip by Paolo Bonzini · 13 years ago
  53. 94607e7 qemu-nbd: remove offset argument to nbd_trip by Paolo Bonzini · 13 years ago
  54. bbb74ed nbd: sync API definitions with upstream by Paolo Bonzini · 13 years ago
  55. b90fb4b nbd: support feature negotiation by Paolo Bonzini · 13 years ago
  56. ab359cd nbd: Clean up use of block_int.h by Markus Armbruster · 13 years ago
  57. 5a61cb6 Fix include statements for qemu-common.h by Stefan Weil · 13 years ago
  58. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 13 years ago
  59. c12504c NBD: Use qemu_socket functions to open TCP and UNIX sockets by Nick Thomas · 14 years ago
  60. aab2e8f Merge remote branch 'kwolf/for-anthony' into staging by Anthony Liguori · 14 years ago
  61. 0a4eb86 Remove unused argument for nbd_client() by Jes Sorensen · 14 years ago
  62. 1d45f8b nbd: Introduce NBD named exports. by Laurent Vivier · 14 years ago
  63. 1116582 Move stdbool.h by Paul Brook · 15 years ago
  64. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  65. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  66. 2798266 qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier) by aliguori · 16 years ago
  67. 7581825 Allow QEMU to connect directly to an NBD server, by Laurent Vivier. by ths · 17 years ago
  68. 2f72648 Add a parameter to disable host cache, by Laurent Vivier. by ths · 17 years ago
  69. cd831bd Merge NBD client/server, by Laurent Vivier. by ths · 17 years ago
  70. 7a5ca86 qemu-nbd tool (Anthony Liguori) by bellard · 17 years ago