summaryrefslogtreecommitdiffstats
path: root/nbd
Commit message (Expand)AuthorAgeFilesLines
* nbd/server: refactor nbd_tripVladimir Sementsov-Ogievskiy2017-06-151-33/+20Star
* nbd/server: rename rc to retVladimir Sementsov-Ogievskiy2017-06-151-19/+19
* nbd/server: get rid of fail: return rcVladimir Sementsov-Ogievskiy2017-06-151-16/+12Star
* nbd/server: nbd_negotiate: fix error pathVladimir Sementsov-Ogievskiy2017-06-151-1/+2
* nbd/server: remove NBDClientNewDataVladimir Sementsov-Ogievskiy2017-06-151-18/+7Star
* nbd/server: refactor nbd_co_receive_requestVladimir Sementsov-Ogievskiy2017-06-151-28/+13Star
* nbd/server: get rid of EAGAIN dead codeVladimir Sementsov-Ogievskiy2017-06-151-11/+7Star
* nbd/server: refactor nbd_co_send_replyVladimir Sementsov-Ogievskiy2017-06-151-4/+4
* nbd/server: get rid of ssize_tVladimir Sementsov-Ogievskiy2017-06-151-10/+8Star
* nbd/server: get rid of nbd_negotiate_read and friendsVladimir Sementsov-Ogievskiy2017-06-151-85/+22Star
* nbd: make nbd_drop publicVladimir Sementsov-Ogievskiy2017-06-153-26/+28
* nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy2017-06-154-46/+42Star
* nbd: Fix regression on resiliency to port scanEric Blake2017-06-151-9/+15
* nbd: Fully initialize client in case of failed negotiationEric Blake2017-06-071-5/+3Star
* nbd/client.c: use errp instead of LOGVladimir Sementsov-Ogievskiy2017-06-061-13/+17
* nbd: add errp to read_sync, write_sync and drop_syncVladimir Sementsov-Ogievskiy2017-06-063-50/+54
* nbd: add errp parameter to nbd_wr_syncv()Vladimir Sementsov-Ogievskiy2017-06-062-9/+7Star
* nbd: read_sync and friends: return 0 on successVladimir Sementsov-Ogievskiy2017-06-063-93/+88Star
* nbd: strict nbd_wr_syncvVladimir Sementsov-Ogievskiy2017-06-061-5/+6
* nbd-client: fix handling of hungup connectionsPaolo Bonzini2017-03-271-1/+1
* nbd/client: fix drop_sync [CVE-2017-2630]Vladimir Sementsov-Ogievskiy2017-03-141-1/+1
* nbd/server: Use real permissions for NBD exportsKevin Wolf2017-02-281-2/+9
* block: Add error parameter to blk_insert_bs()Kevin Wolf2017-02-281-1/+5
* block: Add permissions to blk_new()Kevin Wolf2017-02-281-1/+2
* nbd: convert to use qio_channel_yieldPaolo Bonzini2017-02-213-75/+30Star
* io: change the QIOTask callback signatureDaniel P. Berrange2017-01-232-7/+4Star
* aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi2017-01-031-5/+4Star
* nbd: Don't inf-loop on early EOFEric Blake2016-11-101-6/+7
* nbd: Implement NBD_CMD_WRITE_ZEROES on serverEric Blake2016-11-021-2/+40
* nbd: Improve server handling of shutdown requestsEric Blake2016-11-023-0/+29
* nbd: Refactor conversion to errno to silence checkpatchEric Blake2016-11-021-6/+14
* nbd: Support shorter handshakeEric Blake2016-11-022-5/+18
* nbd: Less allocation during NBD_OPT_LISTEric Blake2016-11-021-72/+67Star
* nbd: Let client skip portions of server replyEric Blake2016-11-021-14/+33
* nbd: Let server know when client gives up negotiationEric Blake2016-11-021-0/+30
* nbd: Share common option-sending code in clientEric Blake2016-11-022-148/+109Star
* nbd: Send message along with server NBD_REP_ERR errorsEric Blake2016-11-021-19/+59
* nbd: Share common reply-sending code in serverEric Blake2016-11-021-25/+27
* nbd: Rename struct nbd_request and nbd_replyEric Blake2016-11-022-8/+8
* nbd: Rename NBDRequest to NBDRequestDataEric Blake2016-11-021-10/+10
* nbd: Treat flags vs. command type as separate fieldsEric Blake2016-11-023-25/+27
* nbd: Add qemu-nbd -D for human-readable descriptionEric Blake2016-11-022-10/+29
* nbd: set name for all I/O channels createdDaniel P. Berrange2016-10-272-0/+2
* nbd-server: Use a separate BlockBackendKevin Wolf2016-09-051-5/+20
* nbd: Limit nbdflags to 16 bitsEric Blake2016-08-032-19/+19
* nbd: Fix bad flag detection on serverEric Blake2016-08-031-1/+2
* block: Convert BB interface to byte-based discardsEric Blake2016-07-201-14/+5Star
* nbd: Drop unused offset parameterEric Blake2016-07-202-6/+3Star
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-6/+6
* nbd/client.c: Correct trace format stringPeter Maydell2016-06-171-1/+1