Age | Commit message (Expand) | Author |
2015-05-08 | qemu-nbd: only send a limited number of errno codes on the wire | Paolo Bonzini |
2015-04-28 | nbd/trivial: fix type cast for ioctl | Bogdan Purcareata |
2015-03-18 | nbd: Drop unexpected data for NBD_OPT_LIST | Max Reitz |
2015-03-18 | nbd: Fix interpretation of the export flags | Max Reitz |
2015-03-18 | nbd: Fix nbd_receive_options() | Max Reitz |
2015-03-18 | nbd: Set block size to BDRV_SECTOR_SIZE | Max Reitz |
2015-03-18 | nbd: Handle blk_getlength() failure | Max Reitz |
2015-03-18 | nbd: Pass return value from nbd_handle_list() | Max Reitz |
2015-03-18 | nbd: Fix overflow return value | Yik Fang |
2015-02-16 | nbd: Drop BDS backpointer | Max Reitz |
2015-02-06 | nbd: Improve error messages | Max Reitz |
2014-12-10 | nbd: Use BlockBackend internally | Max Reitz |
2014-12-10 | nbd: Change external interface to BlockBackend | Max Reitz |
2014-10-14 | block/migration: Disable cache invalidate for incoming migration | Alexey Kardashevskiy |
2014-08-29 | nbd: Follow the BDS' AIO context | Max Reitz |
2014-08-29 | nbd: Drop nbd_can_read() | Max Reitz |
2014-08-29 | qemu-coroutine-io: fix for Win32 | Paolo Bonzini |
2014-06-30 | nbd: Handle NBD_OPT_LIST option. | Hani Benhabiles |
2014-06-30 | nbd: Handle fixed new-style clients. | Hani Benhabiles |
2014-06-27 | nbd: Don't validate from and len in NBD_CMD_DISC. | Hani Benhabiles |
2014-05-24 | nbd: Miscellaneous typo fixes. | Hani Benhabiles |
2014-02-21 | nbd: move socket wrappers to qemu-nbd | Paolo Bonzini |
2014-02-21 | nbd: inline tcp_socket_incoming_spec into sole caller | Paolo Bonzini |
2014-02-21 | nbd: correctly propagate errors | Paolo Bonzini |
2013-12-16 | nbd: don't change socket block during negotiate | Marc-André Lureau |
2013-09-06 | nbd: use BlockDriverState refcnt | Fam Zheng |
2013-08-22 | aio / timers: Untangle include files | Alex Bligh |
2013-05-03 | nbd: support large NBD requests | Stefan Hajnoczi |
2013-05-03 | nbd: use g_slice_new() instead of a freelist | Stefan Hajnoczi |
2013-04-02 | oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() | Stefan Hajnoczi |
2013-03-22 | nbd: Remove unused functions | Kevin Wolf |
2013-03-22 | nbd: Keep hostname and port separate | 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-28 | nbd: fix use of two uninitialized bytes when connecting to a named export | Paolo Bonzini |
2012-11-13 | nbd: fixes to read-only handling | Paolo Bonzini |
2012-10-23 | nbd: ask and print error information from qemu-sockets | Paolo Bonzini |
2012-10-23 | qemu-sockets: add Error ** to all functions | Paolo Bonzini |
2012-09-25 | Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect | Orit Wasserman |
2012-09-19 | nbd: add nbd_export_get_blockdev | Paolo Bonzini |
2012-09-19 | nbd: negotiate with named exports | Paolo Bonzini |
2012-09-19 | nbd: register named exports | Paolo Bonzini |
2012-09-19 | nbd: add notification for closing an NBDExport | Paolo Bonzini |
2012-09-19 | nbd: track clients into NBDExport | Paolo Bonzini |
2012-09-19 | nbd: add reference counting to NBDExport | Paolo Bonzini |
2012-09-19 | nbd: do not leak nbd_trip coroutines when a connection is torn down | Paolo Bonzini |
2012-09-19 | nbd: make refcount interface public | Paolo Bonzini |
2012-09-19 | nbd: do not close BlockDriverState in nbd_export_close | Paolo Bonzini |
2012-09-19 | nbd: pass NBDClient to nbd_send_negotiate | Paolo Bonzini |
2012-09-18 | nbd: add more constants | Paolo Bonzini |