aboutsummaryrefslogtreecommitdiff
path: root/nbd.c
AgeCommit message (Expand)Author
2015-05-08qemu-nbd: only send a limited number of errno codes on the wirePaolo Bonzini
2015-04-28nbd/trivial: fix type cast for ioctlBogdan Purcareata
2015-03-18nbd: Drop unexpected data for NBD_OPT_LISTMax Reitz
2015-03-18nbd: Fix interpretation of the export flagsMax Reitz
2015-03-18nbd: Fix nbd_receive_options()Max Reitz
2015-03-18nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz
2015-03-18nbd: Handle blk_getlength() failureMax Reitz
2015-03-18nbd: Pass return value from nbd_handle_list()Max Reitz
2015-03-18nbd: Fix overflow return valueYik Fang
2015-02-16nbd: Drop BDS backpointerMax Reitz
2015-02-06nbd: Improve error messagesMax Reitz
2014-12-10nbd: Use BlockBackend internallyMax Reitz
2014-12-10nbd: Change external interface to BlockBackendMax Reitz
2014-10-14block/migration: Disable cache invalidate for incoming migrationAlexey Kardashevskiy
2014-08-29nbd: Follow the BDS' AIO contextMax Reitz
2014-08-29nbd: Drop nbd_can_read()Max Reitz
2014-08-29qemu-coroutine-io: fix for Win32Paolo Bonzini
2014-06-30nbd: Handle NBD_OPT_LIST option.Hani Benhabiles
2014-06-30nbd: Handle fixed new-style clients.Hani Benhabiles
2014-06-27nbd: Don't validate from and len in NBD_CMD_DISC.Hani Benhabiles
2014-05-24nbd: Miscellaneous typo fixes.Hani Benhabiles
2014-02-21nbd: move socket wrappers to qemu-nbdPaolo Bonzini
2014-02-21nbd: inline tcp_socket_incoming_spec into sole callerPaolo Bonzini
2014-02-21nbd: correctly propagate errorsPaolo Bonzini
2013-12-16nbd: don't change socket block during negotiateMarc-André Lureau
2013-09-06nbd: use BlockDriverState refcntFam Zheng
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-05-03nbd: support large NBD requestsStefan Hajnoczi
2013-05-03nbd: use g_slice_new() instead of a freelistStefan Hajnoczi
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
2013-03-22nbd: Remove unused functionsKevin Wolf
2013-03-22nbd: Keep hostname and port separateKevin Wolf
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-11-28nbd: fix use of two uninitialized bytes when connecting to a named exportPaolo Bonzini
2012-11-13nbd: fixes to read-only handlingPaolo Bonzini
2012-10-23nbd: ask and print error information from qemu-socketsPaolo Bonzini
2012-10-23qemu-sockets: add Error ** to all functionsPaolo Bonzini
2012-09-25Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman
2012-09-19nbd: add nbd_export_get_blockdevPaolo Bonzini
2012-09-19nbd: negotiate with named exportsPaolo Bonzini
2012-09-19nbd: register named exportsPaolo Bonzini
2012-09-19nbd: add notification for closing an NBDExportPaolo Bonzini
2012-09-19nbd: track clients into NBDExportPaolo Bonzini
2012-09-19nbd: add reference counting to NBDExportPaolo Bonzini
2012-09-19nbd: do not leak nbd_trip coroutines when a connection is torn downPaolo Bonzini
2012-09-19nbd: make refcount interface publicPaolo Bonzini
2012-09-19nbd: do not close BlockDriverState in nbd_export_closePaolo Bonzini
2012-09-19nbd: pass NBDClient to nbd_send_negotiatePaolo Bonzini
2012-09-18nbd: add more constantsPaolo Bonzini