summaryrefslogtreecommitdiff
path: root/block/nbd-client.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04nbd/client: Relax handling of large NBD_CMD_BLOCK_STATUS replyEric Blake1-3/+7
2018-04-02nbd: Fix 32-bit compilation on BLOCK_STATUSEric Blake1-1/+1
2018-03-13nbd: BLOCK_STATUS for standard get_block_status function: client partVladimir Sementsov-Ogievskiy1-0/+150
2018-03-13block/nbd-client: save first fatal error in nbd_iter_errorVladimir Sementsov-Ogievskiy1-1/+3
2018-03-01nbd: Honor server's advertised minimum block sizeEric Blake1-3/+0
2017-11-17nbd: Don't crash when server reports NBD_CMD_READ failureEric Blake1-2/+2
2017-11-09nbd-client: Stricter enforcing of structured reply specEric Blake1-2/+9
2017-11-09nbd-client: Short-circuit 0-length operationsEric Blake1-1/+10
2017-11-09nbd-client: Refuse read-only client with BDRV_O_RDWREric Blake1-0/+9
2017-11-09nbd-client: Fix error message typosEric Blake1-3/+3
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy1-32/+458
2017-10-30nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy1-3/+5
2017-10-12block/nbd-client: refactor nbd_co_receive_replyVladimir Sementsov-Ogievskiy1-4/+4
2017-10-12block/nbd-client: assert qiov len once in nbd_co_requestVladimir Sementsov-Ogievskiy1-4/+6
2017-09-25block/nbd-client: nbd_co_send_request: fix return codeVladimir Sementsov-Ogievskiy1-0/+2
2017-09-25block/nbd-client: simplify check in nbd_co_receive_replyVladimir Sementsov-Ogievskiy1-1/+2
2017-09-25block/nbd-client: refactor nbd_co_receive_replyVladimir Sementsov-Ogievskiy1-15/+15
2017-09-25nbd-client: Use correct macro parenthesizationEric Blake1-2/+2
2017-09-06nbd: Use new qio_channel_*_all() functionsEric Blake1-8/+7
2017-08-30block/nbd-client: refactor request send/receiveVladimir Sementsov-Ogievskiy1-47/+26
2017-08-30block/nbd-client: rename nbd_recv_coroutines_enter_allVladimir Sementsov-Ogievskiy1-2/+2
2017-08-30block/nbd-client: get rid of ssize_tVladimir Sementsov-Ogievskiy1-5/+5
2017-08-30nbd-client: avoid read_reply_co entry if send failedStefan Hajnoczi1-16/+9
2017-08-23nbd-client: avoid spurious qio_channel_yield() re-entryStefan Hajnoczi1-13/+22
2017-08-23fix build failure in nbd_read_reply_entry()Igor Mammedov1-1/+1
2017-08-15nbd-client: Fix regression when server sends garbageEric Blake1-4/+13
2017-07-14nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake1-0/+4
2017-07-14nbd: Create struct for tracking export infoEric Blake1-10/+8
2017-07-04nbd: fix NBD over TLSPaolo Bonzini1-2/+2
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis1-4/+4
2017-06-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy1-4/+4
2017-06-07nbd: make it thread-safe, fix qcow2 over nbdPaolo Bonzini1-21/+9
2017-06-06nbd/client.c: use errp instead of LOGVladimir Sementsov-Ogievskiy1-1/+6
2017-06-06nbd: add errp parameter to nbd_wr_syncv()Vladimir Sementsov-Ogievskiy1-2/+2
2017-03-27nbd-client: fix handling of hungup connectionsPaolo Bonzini1-6/+6
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini1-1/+1
2017-02-21nbd: convert to use qio_channel_yieldPaolo Bonzini1-65/+52
2017-01-03aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi1-4/+4
2016-11-22nbd: Allow unmap and fua during write zeroesEric Blake1-0/+4
2016-11-02nbd: Implement NBD_CMD_WRITE_ZEROES on clientEric Blake1-0/+35
2016-11-02nbd: Rename struct nbd_request and nbd_replyEric Blake1-14/+14
2016-11-02nbd: Rename NbdClientSession to NBDClientSessionEric Blake1-13/+13
2016-11-02nbd: Treat flags vs. command type as separate fieldsEric Blake1-6/+3
2016-11-01nbd: Use CoQueue for free_sema instead of CoMutexChanglong Xie1-4/+4
2016-07-20nbd: Convert to byte-based interfaceEric Blake1-13/+17
2016-07-20nbd: Switch .bdrv_co_discard() to byte-basedEric Blake1-5/+6
2016-07-20nbd: Drop unused offset parameterEric Blake1-15/+16
2016-07-20nbd: Rely on block layer to break up large requestsEric Blake1-43/+8
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-3/+3
2016-07-05nbd: Allow larger requestsEric Blake1-4/+0