summaryrefslogtreecommitdiffstats
path: root/nbd
Commit message (Expand)AuthorAgeFilesLines
* 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/client: Add hint when TLS is missingEric Blake2019-09-241-0/+1
* trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé2019-09-181-2/+2
* nbd: Implement server use of NBD FAST_ZEROEric Blake2019-09-051-2/+6
* nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake2019-09-052-0/+10
* nbd: Improve per-export flag handling in serverEric Blake2019-09-051-28/+34
* nbd: Tolerate more errors to structured reply requestEric Blake2019-09-052-31/+34
* nbd: Use g_autofree in a few placesEric Blake2019-09-052-23/+11Star
* 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-162-13/+46
|\
| * block/nbd: use non-blocking io channel for nbd negotiationVladimir Sementsov-Ogievskiy2019-08-151-5/+11
| * nbd: improve CMD_CACHE: use BDRV_REQ_PREFETCHVladimir Sementsov-Ogievskiy2019-08-151-8/+35
* | Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-1/+0Star
* | Include qemu/queue.h slightly lessMarkus Armbruster2019-08-163-1/+2
|/
* 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/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