summaryrefslogtreecommitdiff
path: root/nbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-15nbd/server: refactor nbd_co_receive_requestVladimir Sementsov-Ogievskiy1-28/+13
2017-06-15nbd/server: get rid of EAGAIN dead codeVladimir Sementsov-Ogievskiy1-11/+7
2017-06-15nbd/server: refactor nbd_co_send_replyVladimir Sementsov-Ogievskiy1-4/+4
2017-06-15nbd/server: get rid of ssize_tVladimir Sementsov-Ogievskiy1-10/+8
2017-06-15nbd/server: get rid of nbd_negotiate_read and friendsVladimir Sementsov-Ogievskiy1-85/+22
2017-06-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy1-6/+6
2017-06-15nbd: Fix regression on resiliency to port scanEric Blake1-9/+15
2017-06-07nbd: Fully initialize client in case of failed negotiationEric Blake1-5/+3
2017-06-06nbd: add errp to read_sync, write_sync and drop_syncVladimir Sementsov-Ogievskiy1-6/+6
2017-06-06nbd: read_sync and friends: return 0 on successVladimir Sementsov-Ogievskiy1-51/+33
2017-02-28nbd/server: Use real permissions for NBD exportsKevin Wolf1-2/+9
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf1-1/+5
2017-02-28block: Add permissions to blk_new()Kevin Wolf1-1/+2
2017-02-21nbd: convert to use qio_channel_yieldPaolo Bonzini1-66/+28
2017-01-03aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi1-5/+4
2016-11-02nbd: Implement NBD_CMD_WRITE_ZEROES on serverEric Blake1-2/+40
2016-11-02nbd: Improve server handling of shutdown requestsEric Blake1-0/+10
2016-11-02nbd: Support shorter handshakeEric Blake1-4/+11
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 Blake1-6/+6
2016-11-02nbd: Rename NBDRequest to NBDRequestDataEric Blake1-10/+10
2016-11-02nbd: Treat flags vs. command type as separate fieldsEric Blake1-20/+19
2016-11-02nbd: Add qemu-nbd -D for human-readable descriptionEric Blake1-8/+26
2016-10-27nbd: set name for all I/O channels createdDaniel P. Berrange1-0/+1
2016-09-05nbd-server: Use a separate BlockBackendKevin Wolf1-5/+20
2016-08-03nbd: Limit nbdflags to 16 bitsEric Blake1-6/+4
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-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-6/+6
2016-06-16nbd: Avoid magic number for NBD max name sizeEric Blake1-2/+2
2016-06-16nbd: Group all Linux-specific ioctl code in one placeEric Blake1-18/+0
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 Blake1-21/+27
2016-06-16nbd: Use BDRV_REQ_FUA for better FUA where supportedEric Blake1-10/+6
2016-06-16nbd: Don't use *_to_cpup() functionsPeter Maydell1-5/+5
2016-05-29nbd: Don't trim unrequested bytesEric Blake1-6/+14
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-08nbd: Don't kill server when client requests unknown optionEric Blake1-1/+4
2016-04-08nbd: Improve debug traces on little-endianEric Blake1-2/+3
2016-04-08nbd: Return correct error for write to read-only exportEric Blake1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange1-7/+111
2016-02-16nbd: use "" as a default export name if none providedDaniel P. Berrange1-0/+1
2016-02-16nbd: always query export list in fixed new style protocolDaniel P. Berrange1-0/+2
2016-02-16nbd: make server compliant with fixed newstyle specDaniel P. Berrange1-23/+46