summaryrefslogtreecommitdiffstats
path: root/nbd
Commit message (Expand)AuthorAgeFilesLines
* 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/client: Fix error message for server with unusable sizingEric Blake2019-04-081-1/+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-082-1/+17
* nbd/server: Fix blockstatus traceEric Blake2019-04-081-6/+3Star
* nbd/server: Advertise actual minimum block sizeEric Blake2019-04-011-5/+8
* nbd/client: Reject inaccessible tail of inconsistent serverEric Blake2019-04-011-0/+8
* trace-events: Delete unused trace pointsMarkus Armbruster2019-03-221-2/+0Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-3/+3
* trace-events: Consistently point to docs/devel/tracing.txtMarkus Armbruster2019-03-221-0/+2
* 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: Use low-level QIOChannel API in nbd_read_eof()Kevin Wolf2019-02-251-9/+37
* nbd: Move nbd_read_eof() to nbd/client.cKevin Wolf2019-02-252-20/+21
* nbd/server: Kill pointless shadowed variableEric Blake2019-02-111-1/+0Star
* nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy2019-02-043-78/+39Star
* nbd/client: Work around 3.0 bug for listing meta contextsEric Blake2019-01-211-0/+19
* nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake2019-01-211-2/+39
* nbd/client: Add nbd_receive_export_list()Eric Blake2019-01-211-2/+130
* nbd/client: Refactor nbd_opt_go() to support NBD_OPT_INFOEric Blake2019-01-212-18/+26
* nbd/client: Pull out oldstyle size determinationEric Blake2019-01-211-17/+32
* nbd/client: Split handshake into two functionsEric Blake2019-01-212-51/+96
* nbd/client: Refactor return of nbd_receive_negotiate()Eric Blake2019-01-211-28/+23Star
* nbd/client: Split out nbd_receive_one_meta_context()Eric Blake2019-01-212-58/+91
* nbd/client: Split out nbd_send_meta_query()Eric Blake2019-01-212-21/+45
* nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake2019-01-211-28/+25Star
* nbd/client: Move export name into NBDExportInfoEric Blake2019-01-212-22/+19Star
* nbd/client: Refactor nbd_receive_list()Eric Blake2019-01-212-33/+59
* 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/client: Drop pointless buf variableEric Blake2019-01-052-16/+9Star
* qemu-nbd: Fail earlier for -c/-d on non-linuxEric Blake2019-01-051-17/+1Star
* nbd/client: More consistent error messagesEric Blake2019-01-051-9/+12
* nbd/client: Trace all server option error messagesEric Blake2019-01-052-0/+3
* nbd: publish _lookup functionsVladimir Sementsov-Ogievskiy2019-01-051-5/+0Star
* 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-032-34/+34
* nbd/server: send more than one extent of base:allocation contextVladimir Sementsov-Ogievskiy2018-09-271-19/+60