1. be41c10 nbd/client.c: use errp instead of LOG by Vladimir Sementsov-Ogievskiy · 8 years ago
  2. e44ed99 nbd: add errp to read_sync, write_sync and drop_sync by Vladimir Sementsov-Ogievskiy · 8 years ago
  3. f5d406f nbd: read_sync and friends: return 0 on success by Vladimir Sementsov-Ogievskiy · 8 years ago
  4. a12a712 nbd-client: fix handling of hungup connections by Paolo Bonzini · 8 years ago
  5. 2563c9c nbd/client: fix drop_sync [CVE-2017-2630] by Vladimir Sementsov-Ogievskiy · 8 years ago
  6. ff82911 nbd: convert to use qio_channel_yield by Paolo Bonzini · 8 years ago
  7. a506824 nbd: Don't inf-loop on early EOF by Eric Blake · 8 years ago
  8. b6f5d3b nbd: Improve server handling of shutdown requests by Eric Blake · 8 years ago
  9. 8b34a9d nbd: Refactor conversion to errno to silence checkpatch by Eric Blake · 8 years ago
  10. c203c59 nbd: Support shorter handshake by Eric Blake · 8 years ago
  11. 75368aa nbd: Less allocation during NBD_OPT_LIST by Eric Blake · 8 years ago
  12. 7d3123e nbd: Let client skip portions of server reply by Eric Blake · 8 years ago
  13. 2cdbf41 nbd: Let server know when client gives up negotiation by Eric Blake · 8 years ago
  14. c8a3a1b nbd: Share common option-sending code in client by Eric Blake · 8 years ago
  15. ed2dd91 nbd: Rename struct nbd_request and nbd_reply by Eric Blake · 8 years ago
  16. b626b51 nbd: Treat flags vs. command type as separate fields by Eric Blake · 8 years ago
  17. 0d73f72 nbd: set name for all I/O channels created by Daniel P. Berrange · 8 years ago
  18. 7423f41 nbd: Limit nbdflags to 16 bits by Eric Blake · 9 years ago
  19. d121fcd nbd/client.c: Correct trace format string by Peter Maydell · 9 years ago
  20. 943cec8 nbd: Avoid magic number for NBD max name size by Eric Blake · 9 years ago
  21. f3c32fc nbd: Detect servers that send unexpected error values by Eric Blake · 9 years ago
  22. f57e241 nbd: Clean up ioctl handling of qemu-nbd -c by Eric Blake · 9 years ago
  23. 98494e3 nbd: Group all Linux-specific ioctl code in one place by Eric Blake · 9 years ago
  24. 2cb3474 nbd: More debug typo fixes, use correct formats by Eric Blake · 9 years ago
  25. f6be672 nbd: Don't use cpu_to_*w() functions by Peter Maydell · 9 years ago
  26. 773dce3 nbd: Don't use *_to_cpup() functions by Peter Maydell · 9 years ago
  27. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  28. 200650d nbd: Don't fail handshake on NBD_OPT_LIST descriptions by Eric Blake · 9 years ago
  29. 6ff5816 nbd: Fix NBD unsupported options by Alex Bligh · 9 years ago
  30. 7548fe3 nbd: Improve debug traces on little-endian by Eric Blake · 9 years ago
  31. b6afc65 nbd: Fix poor debug message by Eric Blake · 9 years ago
  32. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  33. f95910f nbd: implement TLS support in the protocol negotiation by Daniel P. Berrange · 9 years ago
  34. 69b4950 nbd: use "" as a default export name if none provided by Daniel P. Berrange · 9 years ago
  35. 9344e5f nbd: always query export list in fixed new style protocol by Daniel P. Berrange · 9 years ago
  36. e2a9d9a nbd: make client request fixed new style if advertised by Daniel P. Berrange · 9 years ago
  37. f72d705 nbd: invert client logic for negotiating protocol version by Daniel P. Berrange · 9 years ago
  38. 1c778ef nbd: convert to using I/O channels for actual socket I/O by Daniel P. Berrange · 9 years ago
  39. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  40. 798bfe0 nbd: Split nbd.c by Fam Zheng · 9 years ago