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