aboutsummaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)AuthorFilesLines
2019-09-05nbd: Advertise multi-conn for shared read-only connectionsEric Blake1-1/+3
2019-08-16block/dirty-bitmap: add bdrv_dirty_bitmap_getJohn Snow1-1/+1
2019-08-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell2-13/+46
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-1/+0
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster3-1/+2
2019-08-15block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy1-5/+11
2019-08-15nbd: improve CMD_CACHE: use BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy1-8/+35
2019-06-13nbd/server: Nicer spelling of max BLOCK_STATUS reply lengthEric Blake1-5/+8
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-2/+3
2019-06-04nbd-server: Call blk_set_allow_aio_context_change()Kevin Wolf1-0/+1
2019-04-08nbd/client: Fix error message for server with unusable sizingEric Blake1-1/+1
2019-04-08nbd/server: Don't fail NBD_OPT_INFO for byte-aligned sourcesEric Blake1-5/+8
2019-04-08nbd/server: Trace client noncompliance on unaligned requestsEric Blake2-1/+17
2019-04-08nbd/server: Fix blockstatus traceEric Blake1-6/+3
2019-04-01nbd/server: Advertise actual minimum block sizeEric Blake1-5/+8
2019-04-01nbd/client: Reject inaccessible tail of inconsistent serverEric Blake1-0/+8
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster1-2/+0
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-3/+3
2019-03-22trace-events: Consistently point to docs/devel/tracing.txtMarkus Armbruster1-0/+2
2019-03-12block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow1-2/+1
2019-03-12block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow1-3/+3
2019-03-12nbd: change error checking order for bitmapsJohn Snow1-5/+5
2019-03-06qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange1-5/+5
2019-02-25nbd: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf1-9/+37
2019-02-25nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf2-20/+21
2019-02-11nbd/server: Kill pointless shadowed variableEric Blake1-1/+0
2019-02-04nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy3-78/+39
2019-01-21nbd/client: Work around 3.0 bug for listing meta contextsEric Blake1-0/+19
2019-01-21nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake1-2/+39
2019-01-21nbd/client: Add nbd_receive_export_list()Eric Blake1-2/+130
2019-01-21nbd/client: Refactor nbd_opt_go() to support NBD_OPT_INFOEric Blake2-18/+26
2019-01-21nbd/client: Pull out oldstyle size determinationEric Blake1-17/+32
2019-01-21nbd/client: Split handshake into two functionsEric Blake2-51/+96
2019-01-21nbd/client: Refactor return of nbd_receive_negotiate()Eric Blake1-28/+23
2019-01-21nbd/client: Split out nbd_receive_one_meta_context()Eric Blake2-58/+91
2019-01-21nbd/client: Split out nbd_send_meta_query()Eric Blake2-21/+45
2019-01-21nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake1-28/+25
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake2-22/+19
2019-01-21nbd/client: Refactor nbd_receive_list()Eric Blake2-33/+59
2019-01-21nbd/server: Favor [u]int64_t over off_tEric Blake1-9/+9
2019-01-21nbd/server: Hoist length check to qmp_nbd_server_addEric Blake1-7/+3
2019-01-15dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy1-1/+1
2019-01-14nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake1-47/+40
2019-01-14nbd: Merge nbd_export_set_name into nbd_export_newEric Blake1-29/+23
2019-01-14nbd: Only require disabled bitmap for read-only exportsEric Blake1-2/+5
2019-01-05nbd/client: Drop pointless buf variableEric Blake2-16/+9
2019-01-05qemu-nbd: Fail earlier for -c/-d on non-linuxEric Blake1-17/+1
2019-01-05nbd/client: More consistent error messagesEric Blake1-9/+12
2019-01-04nbd/client: Trace all server option error messagesEric Blake2-0/+3
2019-01-04nbd: publish _lookup functionsVladimir Sementsov-Ogievskiy1-5/+0