aboutsummaryrefslogtreecommitdiff
path: root/nbd/server.c
AgeCommit message (Expand)Author
2020-03-18nbd/server: use bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy
2020-03-18nbd/server: introduce NBDExtentArrayVladimir Sementsov-Ogievskiy
2020-03-18block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy
2020-02-26nbd: Fix regression with multiple meta contextsEric Blake
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-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: 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/queue.h slightly lessMarkus Armbruster
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/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-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-11nbd/server: Kill pointless shadowed variableEric Blake
2019-02-04nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy
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
2018-11-30nbd/server: Advertise all contexts in response to bare LISTEric Blake
2018-11-19nbd/server: Ignore write errors when replying to NBD_OPT_ABORTEric Blake
2018-11-19nbd: fix whitespace in server error messageDaniel P. Berrangé
2018-10-29nbd: forbid use of frozen bitmapsJohn Snow
2018-10-03nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy
2018-10-03nbd/server: fix NBD_CMD_CACHEVladimir Sementsov-Ogievskiy
2018-10-03nbd: Don't take address of fields in packed structsPeter Maydell
2018-09-26nbd/server: send more than one extent of base:allocation contextVladimir Sementsov-Ogievskiy
2018-09-26nbd/server: fix bitmap exportVladimir Sementsov-Ogievskiy
2018-07-07nbd/server: fix nbd_co_send_block_statusVladimir Sementsov-Ogievskiy
2018-07-02nbd/server: Fix dirty bitmap logic regressionEric Blake
2018-06-22nbd/server: Silence gcc false positiveEric Blake
2018-06-21nbd/server: introduce NBD_CMD_CACHEVladimir Sementsov-Ogievskiy