aboutsummaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)AuthorFilesLines
2020-03-18nbd/server: use bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy1-40/+19
2020-03-18nbd/server: introduce NBDExtentArrayVladimir Sementsov-Ogievskiy1-92/+118
2020-03-18block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy1-1/+1
2020-02-26nbd: Fix regression with multiple meta contextsEric Blake1-2/+10
2020-01-08nbd: fix uninitialized variable warningPan Nengyuan1-9/+1
2019-11-18nbd: Don't send oversize stringsEric Blake2-8/+30
2019-11-18nbd/server: Prefer heap over stack for parsing client namesEric Blake1-10/+15
2019-09-24nbd: Grab aio context lock in more placesEric Blake1-4/+18
2019-09-24nbd/server: attach client channel to the export's AioContextSergio Lopez1-0/+5
2019-09-24nbd/client: Add hint when TLS is missingEric Blake1-0/+1
2019-09-18trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé1-2/+2
2019-09-05nbd: Implement server use of NBD FAST_ZEROEric Blake1-2/+6
2019-09-05nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake2-0/+10
2019-09-05nbd: Improve per-export flag handling in serverEric Blake1-28/+34
2019-09-05nbd: Tolerate more errors to structured reply requestEric Blake2-31/+34
2019-09-05nbd: Use g_autofree in a few placesEric Blake2-23/+11
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