summaryrefslogtreecommitdiffstats
path: root/nbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* nbd: Avoid magic number for NBD max name sizeEric Blake2016-06-162-3/+3
* nbd: Detect servers that send unexpected error valuesEric Blake2016-06-161-1/+3
* nbd: Clean up ioctl handling of qemu-nbd -cEric Blake2016-06-161-5/+15
* nbd: Group all Linux-specific ioctl code in one placeEric Blake2016-06-162-18/+13Star
* nbd: Reject unknown request flagsEric Blake2016-06-161-0/+5
* nbd: Improve server handling of bogus commandsEric Blake2016-06-161-19/+47
* nbd: Quit server after any write errorEric Blake2016-06-161-9/+23
* nbd: More debug typo fixes, use correct formatsEric Blake2016-06-162-40/+49
* nbd: Use BDRV_REQ_FUA for better FUA where supportedEric Blake2016-06-161-10/+6Star
* nbd: Don't use cpu_to_*w() functionsPeter Maydell2016-06-161-5/+5
* nbd: Don't use *_to_cpup() functionsPeter Maydell2016-06-162-9/+9
* nbd: Don't trim unrequested bytesEric Blake2016-05-291-6/+14
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-1/+1
* nbd: Don't mishandle unaligned client requestsEric Blake2016-04-221-6/+4Star
* nbd: Don't kill server on client that doesn't request TLSEric Blake2016-04-151-2/+13
* nbd: Don't fail handshake on NBD_OPT_LIST descriptionsEric Blake2016-04-151-2/+21
* nbd: do not hang nbd_wr_syncv if outside a coroutine and no available dataPaolo Bonzini2016-04-081-1/+4
* nbd: Don't kill server when client requests unknown optionEric Blake2016-04-081-1/+4