aboutsummaryrefslogtreecommitdiff
path: root/nbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-08nbd: fix uninitialized variable warningPan Nengyuan1-9/+1
2019-11-18nbd: Don't send oversize stringsEric Blake1-5/+15
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-05nbd: Implement server use of NBD FAST_ZEROEric Blake1-2/+6
2019-09-05nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake1-0/+5
2019-09-05nbd: Improve per-export flag handling in serverEric Blake1-28/+34
2019-09-05nbd: Use g_autofree in a few placesEric Blake1-8/+4
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 Maydell1-8/+35
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-0/+1
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/server: Don't fail NBD_OPT_INFO for byte-aligned sourcesEric Blake1-5/+8
2019-04-08nbd/server: Trace client noncompliance on unaligned requestsEric Blake1-1/+16
2019-04-08nbd/server: Fix blockstatus traceEric Blake1-6/+3
2019-04-01nbd/server: Advertise actual minimum block sizeEric Blake1-5/+8
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-11nbd/server: Kill pointless shadowed variableEric Blake1-1/+0
2019-02-04nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy1-18/+9
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
2018-11-30nbd/server: Advertise all contexts in response to bare LISTEric Blake1-0/+1
2018-11-19nbd/server: Ignore write errors when replying to NBD_OPT_ABORTEric Blake1-4/+8
2018-11-19nbd: fix whitespace in server error messageDaniel P. Berrangé1-1/+1
2018-10-29nbd: forbid use of frozen bitmapsJohn Snow1-2/+2
2018-10-03nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy1-38/+15
2018-10-03nbd/server: fix NBD_CMD_CACHEVladimir Sementsov-Ogievskiy1-1/+2
2018-10-03nbd: Don't take address of fields in packed structsPeter Maydell1-12/+12
2018-09-26nbd/server: send more than one extent of base:allocation contextVladimir Sementsov-Ogievskiy1-19/+60
2018-09-26nbd/server: fix bitmap exportVladimir Sementsov-Ogievskiy1-1/+4
2018-07-07nbd/server: fix nbd_co_send_block_statusVladimir Sementsov-Ogievskiy1-2/+3
2018-07-02nbd/server: Fix dirty bitmap logic regressionEric Blake1-1/+1
2018-06-22nbd/server: Silence gcc false positiveEric Blake1-1/+2
2018-06-21nbd/server: introduce NBD_CMD_CACHEVladimir Sementsov-Ogievskiy1-4/+7
2018-06-21nbd/server: implement dirty bitmap exportVladimir Sementsov-Ogievskiy1-23/+255
2018-06-21nbd/server: add nbd_meta_empty_or_pattern helperVladimir Sementsov-Ogievskiy1-27/+62
2018-06-21nbd/server: refactor NBDExportMetaContextsVladimir Sementsov-Ogievskiy1-12/+11
2018-06-21nbd/server: fix traceVladimir Sementsov-Ogievskiy1-4/+10