aboutsummaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)Author
2020-01-08nbd: fix uninitialized variable warningPan Nengyuan
2019-11-18nbd: Don't send oversize stringsEric Blake
2019-11-18nbd/server: Prefer heap over stack for parsing client namesEric Blake
2019-09-24nbd: Grab aio context lock in more placesEric Blake
2019-09-24nbd/server: attach client channel to the export's AioContextSergio Lopez
2019-09-24nbd/client: Add hint when TLS is missingEric Blake
2019-09-18trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé
2019-09-05nbd: Implement server use of NBD FAST_ZEROEric Blake
2019-09-05nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake
2019-09-05nbd: Improve per-export flag handling in serverEric Blake
2019-09-05nbd: Tolerate more errors to structured reply requestEric Blake
2019-09-05nbd: Use g_autofree in a few placesEric Blake
2019-09-05nbd: Advertise multi-conn for shared read-only connectionsEric Blake
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