aboutsummaryrefslogtreecommitdiff
path: root/nbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-07nbd: Use CAF when looking for dirty bitmapMax Reitz1-3/+3
2020-07-28nbd: Fix large trim/zero requestsEric Blake1-5/+23
2020-07-17nbd: make nbd_export_close_all() synchronousVladimir Sementsov-Ogievskiy1-0/+8
2020-07-10nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy1-0/+5
2020-06-10nbd/server: Avoid long error message assertions CVE-2020-10761Eric Blake1-3/+20
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 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