summaryrefslogtreecommitdiffstats
path: root/nbd
Commit message (Expand)AuthorAgeFilesLines
* nbd/server: Fix structured read of length 0Eric Blake2017-11-092-1/+21
* nbd: Fix struct name for structured readsEric Blake2017-11-091-1/+1
* nbd/client: Nicer trace of structured replyEric Blake2017-11-092-2/+4
* nbd/server: fix nbd_negotiate_handle_infoVladimir Sementsov-Ogievskiy2017-11-081-1/+2
* nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy2017-10-302-1/+12
* nbd: Move nbd_read() to common headerEric Blake2017-10-301-9/+0Star
* nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy2017-10-302-23/+84
* nbd/client: refactor nbd_receive_starttlsVladimir Sementsov-Ogievskiy2017-10-302-18/+42
* nbd/server: Include human-readable message in structured errorsEric Blake2017-10-302-8/+14
* nbd: Minimal structured read for serverVladimir Sementsov-Ogievskiy2017-10-302-10/+99
* nbd/server: Refactor zero-length option checkEric Blake2017-10-301-28/+46
* nbd/server: Simplify nbd_negotiate_options loopEric Blake2017-10-301-15/+4Star
* nbd/server: Report error for write to read-only exportEric Blake2017-10-301-1/+2
* nbd: Expose constants and structs for structured readEric Blake2017-10-303-1/+30
* nbd: Move nbd_errno_to_system_errno() to public headerEric Blake2017-10-304-45/+37Star
* nbd: Include error names in trace messagesEric Blake2017-10-305-4/+30
* nbd: header constants indentingVladimir Sementsov-Ogievskiy2017-10-131-17/+17
* nbd/server: simplify reply transmissionVladimir Sementsov-Ogievskiy2017-10-131-25/+24Star
* nbd/server: refactor nbd_co_send_simple_reply parametersVladimir Sementsov-Ogievskiy2017-10-131-6/+7
* nbd/server: do not use NBDReply structureVladimir Sementsov-Ogievskiy2017-10-131-21/+15Star
* nbd/server: structurize simple reply header sendingVladimir Sementsov-Ogievskiy2017-10-122-24/+14Star
* nbd: rename some simple-request related objects to be _simple_Vladimir Sementsov-Ogievskiy2017-10-124-10/+10
* NBD: use g_new() family of functionsMarc-André Lureau2017-10-121-2/+2
* nbd: Use new qio_channel_*_all() functionsEric Blake2017-09-062-79/+7Star
* nbd/client: fix nbd_send_request to return intVladimir Sementsov-Ogievskiy2017-08-301-1/+1
* nbd/client: refactor nbd_receive_replyVladimir Sementsov-Ogievskiy2017-08-301-3/+9
* nbd/client: refactor nbd_read_eofVladimir Sementsov-Ogievskiy2017-08-302-14/+24
* nbd/client: fix nbd_opt_goVladimir Sementsov-Ogievskiy2017-08-301-2/+0Star
* nbd: Fix order of bdrv_set_perm and bdrv_invalidate_cacheKevin Wolf2017-08-151-9/+11
* nbd: Fix trace message for disconnectEric Blake2017-08-151-1/+1
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-9/+9
* nbd: fix memory leak in nbd_opt_go()Philippe Mathieu-Daudé2017-07-281-3/+5
* nbd: Fix server reply to NBD_OPT_EXPORT_NAME of older clientsEric Blake2017-07-182-10/+16
* nbd: Trace client command being sentEric Blake2017-07-182-2/+3
* nbd: Fix iotests failure due to changed client error messageEric Blake2017-07-171-3/+2Star
* nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake2017-07-142-12/+70
* nbd: Implement NBD_INFO_BLOCK_SIZE on serverEric Blake2017-07-142-4/+45
* nbd: Implement NBD_OPT_GO on clientEric Blake2017-07-143-2/+130
* nbd: Implement NBD_OPT_GO on serverEric Blake2017-07-142-3/+179
* nbd: Refactor reply to NBD_OPT_EXPORT_NAMEEric Blake2017-07-141-22/+28
* nbd: Simplify trace of client flags in negotiationEric Blake2017-07-142-7/+3Star
* nbd: Expose and debug more NBD constantsEric Blake2017-07-145-37/+147
* nbd: Don't bother tracing an NBD_OPT_ABORT response failureEric Blake2017-07-142-12/+4Star
* nbd: Create struct for tracking export infoEric Blake2017-07-141-22/+22
* nbd: use generic trace subsystem instead of TRACE macroVladimir Sementsov-Ogievskiy2017-07-104-95/+119
* nbd: refactor tracingVladimir Sementsov-Ogievskiy2017-07-102-24/+9Star
* nbd/server: rename clientflags var in nbd_negotiate_optionsVladimir Sementsov-Ogievskiy2017-07-101-19/+19
* nbd/server: fix TRACE in nbd_negotiate_send_rep_lenVladimir Sementsov-Ogievskiy2017-07-101-1/+1
* nbd/client: refactor TRACE of NBD_MAGICVladimir Sementsov-Ogievskiy2017-07-101-9/+2Star
* nbd/common: nbd_tls_handshake: remove extra TRACEVladimir Sementsov-Ogievskiy2017-07-101-3/+1Star