summaryrefslogtreecommitdiff
path: root/nbd
AgeCommit message (Expand)AuthorFilesLines
2017-03-21nbd/client: fix drop_sync [CVE-2017-2630]Vladimir Sementsov-Ogievskiy1-1/+1
2016-11-10nbd: Don't inf-loop on early EOFEric Blake1-6/+7
2016-11-02nbd: Implement NBD_CMD_WRITE_ZEROES on serverEric Blake1-2/+40
2016-11-02nbd: Improve server handling of shutdown requestsEric Blake3-0/+29
2016-11-02nbd: Refactor conversion to errno to silence checkpatchEric Blake1-6/+14
2016-11-02nbd: Support shorter handshakeEric Blake2-5/+18
2016-11-02nbd: Less allocation during NBD_OPT_LISTEric Blake1-72/+67
2016-11-02nbd: Let client skip portions of server replyEric Blake1-14/+33
2016-11-02nbd: Let server know when client gives up negotiationEric Blake1-0/+30
2016-11-02nbd: Share common option-sending code in clientEric Blake2-148/+109
2016-11-02nbd: Send message along with server NBD_REP_ERR errorsEric Blake1-19/+59
2016-11-02nbd: Share common reply-sending code in serverEric Blake1-25/+27
2016-11-02nbd: Rename struct nbd_request and nbd_replyEric Blake2-8/+8
2016-11-02nbd: Rename NBDRequest to NBDRequestDataEric Blake1-10/+10
2016-11-02nbd: Treat flags vs. command type as separate fieldsEric Blake3-25/+27
2016-11-02nbd: Add qemu-nbd -D for human-readable descriptionEric Blake2-10/+29
2016-10-27nbd: set name for all I/O channels createdDaniel P. Berrange2-0/+2
2016-09-05nbd-server: Use a separate BlockBackendKevin Wolf1-5/+20
2016-08-03nbd: Limit nbdflags to 16 bitsEric Blake2-19/+19
2016-08-03nbd: Fix bad flag detection on serverEric Blake1-1/+2
2016-07-20block: Convert BB interface to byte-based discardsEric Blake1-14/+5
2016-07-20nbd: Drop unused offset parameterEric Blake2-6/+3
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-6/+6
2016-06-17nbd/client.c: Correct trace format stringPeter Maydell1-1/+1
2016-06-16nbd: Avoid magic number for NBD max name sizeEric Blake2-3/+3
2016-06-16nbd: Detect servers that send unexpected error valuesEric Blake1-1/+3
2016-06-16nbd: Clean up ioctl handling of qemu-nbd -cEric Blake1-5/+15
2016-06-16nbd: Group all Linux-specific ioctl code in one placeEric Blake2-18/+13
2016-06-16nbd: Reject unknown request flagsEric Blake1-0/+5
2016-06-16nbd: Improve server handling of bogus commandsEric Blake1-19/+47
2016-06-16nbd: Quit server after any write errorEric Blake1-9/+23
2016-06-16nbd: More debug typo fixes, use correct formatsEric Blake2-40/+49
2016-06-16nbd: Use BDRV_REQ_FUA for better FUA where supportedEric Blake1-10/+6
2016-06-16nbd: Don't use cpu_to_*w() functionsPeter Maydell1-5/+5
2016-06-16nbd: Don't use *_to_cpup() functionsPeter Maydell2-9/+9
2016-05-29nbd: Don't trim unrequested bytesEric Blake1-6/+14
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake1-1/+1
2016-04-22nbd: Don't mishandle unaligned client requestsEric Blake1-6/+4
2016-04-15nbd: Don't kill server on client that doesn't request TLSEric Blake1-2/+13
2016-04-15nbd: Don't fail handshake on NBD_OPT_LIST descriptionsEric Blake1-2/+21
2016-04-08nbd: do not hang nbd_wr_syncv if outside a coroutine and no available dataPaolo Bonzini1-1/+4
2016-04-08nbd: Don't kill server when client requests unknown optionEric Blake1-1/+4
2016-04-08nbd: Fix NBD unsupported optionsAlex Bligh1-10/+45
2016-04-08nbd: Improve debug traces on little-endianEric Blake2-6/+7
2016-04-08nbd: Avoid bitrot in TRACE() usageEric Blake1-6/+9
2016-04-08nbd: Return correct error for write to read-only exportEric Blake1-0/+1
2016-04-05nbd: Fix poor debug messageEric Blake1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster3-0/+3