aboutsummaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)Author
2019-08-16block/dirty-bitmap: add bdrv_dirty_bitmap_getJohn Snow
2019-08-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-08-15block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy
2019-08-15nbd: improve CMD_CACHE: use BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy
2019-06-13nbd/server: Nicer spelling of max BLOCK_STATUS reply lengthEric Blake
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-06-04nbd-server: Call blk_set_allow_aio_context_change()Kevin Wolf
2019-04-08nbd/client: Fix error message for server with unusable sizingEric Blake
2019-04-08nbd/server: Don't fail NBD_OPT_INFO for byte-aligned sourcesEric Blake
2019-04-08nbd/server: Trace client noncompliance on unaligned requestsEric Blake
2019-04-08nbd/server: Fix blockstatus traceEric Blake
2019-04-01nbd/server: Advertise actual minimum block sizeEric Blake
2019-04-01nbd/client: Reject inaccessible tail of inconsistent serverEric Blake
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-22trace-events: Consistently point to docs/devel/tracing.txtMarkus Armbruster
2019-03-12block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow
2019-03-12block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow
2019-03-12nbd: change error checking order for bitmapsJohn Snow
2019-03-06qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange
2019-02-25nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf
2019-02-25nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf
2019-02-11nbd/server: Kill pointless shadowed variableEric Blake
2019-02-04nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy
2019-01-21nbd/client: Work around 3.0 bug for listing meta contextsEric Blake
2019-01-21nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake
2019-01-21nbd/client: Add nbd_receive_export_list()Eric Blake
2019-01-21nbd/client: Refactor nbd_opt_go() to support NBD_OPT_INFOEric Blake
2019-01-21nbd/client: Pull out oldstyle size determinationEric Blake
2019-01-21nbd/client: Split handshake into two functionsEric Blake
2019-01-21nbd/client: Refactor return of nbd_receive_negotiate()Eric Blake
2019-01-21nbd/client: Split out nbd_receive_one_meta_context()Eric Blake
2019-01-21nbd/client: Split out nbd_send_meta_query()Eric Blake
2019-01-21nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake
2019-01-21nbd/client: Refactor nbd_receive_list()Eric Blake
2019-01-21nbd/server: Favor [u]int64_t over off_tEric Blake
2019-01-21nbd/server: Hoist length check to qmp_nbd_server_addEric Blake
2019-01-15dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy
2019-01-14nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake
2019-01-14nbd: Merge nbd_export_set_name into nbd_export_newEric Blake
2019-01-14nbd: Only require disabled bitmap for read-only exportsEric Blake
2019-01-05nbd/client: Drop pointless buf variableEric Blake
2019-01-05qemu-nbd: Fail earlier for -c/-d on non-linuxEric Blake
2019-01-05nbd/client: More consistent error messagesEric Blake
2019-01-04nbd/client: Trace all server option error messagesEric Blake
2019-01-04nbd: publish _lookup functionsVladimir Sementsov-Ogievskiy
2018-11-30nbd/server: Advertise all contexts in response to bare LISTEric Blake