summaryrefslogtreecommitdiffstats
path: root/nbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-0/+5
* nbd/server: Avoid long error message assertions CVE-2020-10761Eric Blake2020-06-101-3/+20
* nbd/server: use bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy2020-03-181-40/+19Star
* nbd/server: introduce NBDExtentArrayVladimir Sementsov-Ogievskiy2020-03-181-92/+118
* block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy2020-03-181-1/+1
* nbd: Fix regression with multiple meta contextsEric Blake2020-02-261-2/+10
* nbd: fix uninitialized variable warningPan Nengyuan2020-01-081-9/+1Star
* nbd: Don't send oversize stringsEric Blake2019-11-181-5/+15
* nbd/server: Prefer heap over stack for parsing client namesEric Blake2019-11-181-10/+15
* nbd: Grab aio context lock in more placesEric Blake2019-09-241-4/+18
* nbd/server: attach client channel to the export's AioContextSergio Lopez2019-09-241-0/+5
* nbd: Implement server use of NBD FAST_ZEROEric Blake2019-09-051-2/+6
* nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake2019-09-051-0/+5
* nbd: Improve per-export flag handling in serverEric Blake2019-09-051-28/+34
* nbd: Use g_autofree in a few placesEric Blake2019-09-051-8/+4Star
* nbd: Advertise multi-conn for shared read-only connectionsEric Blake2019-09-051-1/+3
* block/dirty-bitmap: add bdrv_dirty_bitmap_getJohn Snow2019-08-161-1/+1
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...Peter Maydell2019-08-161-8/+35
|\
| * nbd: improve CMD_CACHE: use BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy2019-08-151-8/+35
* | Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-0/+1
|/
* nbd/server: Nicer spelling of max BLOCK_STATUS reply lengthEric Blake2019-06-131-5/+8
* block: Add BlockBackend.ctxKevin Wolf2019-06-041-2/+3
* nbd-server: Call blk_set_allow_aio_context_change()Kevin Wolf2019-06-041-0/+1
* nbd/server: Don't fail NBD_OPT_INFO for byte-aligned sourcesEric Blake2019-04-081-5/+8
* nbd/server: Trace client noncompliance on unaligned requestsEric Blake2019-04-081-1/+16
* nbd/server: Fix blockstatus traceEric Blake2019-04-081-6/+3Star
* nbd/server: Advertise actual minimum block sizeEric Blake2019-04-011-5/+8
* block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow2019-03-121-2/+1Star
* block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow2019-03-121-3/+3
* nbd: change error checking order for bitmapsJohn Snow2019-03-121-5/+5
* qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange2019-03-061-5/+5
* nbd/server: Kill pointless shadowed variableEric Blake2019-02-111-1/+0Star
* nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy2019-02-041-18/+9Star
* nbd/server: Favor [u]int64_t over off_tEric Blake2019-01-211-9/+9
* nbd/server: Hoist length check to qmp_nbd_server_addEric Blake2019-01-211-7/+3Star
* dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy2019-01-161-1/+1
* nbd: Merge nbd_export_bitmap into nbd_export_newEric Blake2019-01-141-47/+40Star
* nbd: Merge nbd_export_set_name into nbd_export_newEric Blake2019-01-141-29/+23Star
* nbd: Only require disabled bitmap for read-only exportsEric Blake2019-01-141-2/+5
* nbd/server: Advertise all contexts in response to bare LISTEric Blake2018-11-301-0/+1
* nbd/server: Ignore write errors when replying to NBD_OPT_ABORTEric Blake2018-11-191-4/+8
* nbd: fix whitespace in server error messageDaniel P. Berrangé2018-11-191-1/+1
* nbd: forbid use of frozen bitmapsJohn Snow2018-10-291-2/+2
* nbd/server: drop old-style negotiationVladimir Sementsov-Ogievskiy2018-10-031-38/+15Star
* nbd/server: fix NBD_CMD_CACHEVladimir Sementsov-Ogievskiy2018-10-031-1/+2
* nbd: Don't take address of fields in packed structsPeter Maydell2018-10-031-12/+12
* nbd/server: send more than one extent of base:allocation contextVladimir Sementsov-Ogievskiy2018-09-271-19/+60
* nbd/server: fix bitmap exportVladimir Sementsov-Ogievskiy2018-09-261-1/+4
* nbd/server: fix nbd_co_send_block_statusVladimir Sementsov-Ogievskiy2018-07-081-2/+3
* nbd/server: Fix dirty bitmap logic regressionEric Blake2018-07-021-1/+1