index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
nbd-client.c
Age
Commit message (
Expand
)
Author
2019-02-25
nbd: Increase bs->in_flight during AioContext switch
Kevin Wolf
2019-02-25
nbd: Use low-level QIOChannel API in nbd_read_eof()
Kevin Wolf
2019-02-25
nbd: Restrict connection_co reentrance
Kevin Wolf
2019-02-04
block/nbd-client: rename read_reply_co to connection_co
Vladimir Sementsov-Ogievskiy
2019-02-04
block/nbd-client: don't check ioc
Vladimir Sementsov-Ogievskiy
2019-02-04
block/nbd-client: fix nbd_reply_chunk_iter_receive
Vladimir Sementsov-Ogievskiy
2019-02-04
block/nbd-client: split connection from initialization
Vladimir Sementsov-Ogievskiy
2019-02-04
block/nbd: move connection code from block/nbd to block/nbd-client
Vladimir Sementsov-Ogievskiy
2019-02-04
block/nbd-client: split channel errors from export errors
Vladimir Sementsov-Ogievskiy
2019-02-04
nbd: generalize usage of nbd_read
Vladimir Sementsov-Ogievskiy
2019-02-01
block: Fix hangs in synchronous APIs with iothreads
Kevin Wolf
2019-01-21
nbd/client: Change signature of nbd_negotiate_simple_meta_context()
Eric Blake
2019-01-21
nbd/client: Move export name into NBDExportInfo
Eric Blake
2019-01-04
block/nbd-client: use traces instead of noisy error_report_err
Vladimir Sementsov-Ogievskiy
2018-11-30
nbd/client: Send NBD_CMD_DISC if open fails after connect
Eric Blake
2018-11-30
nbd/client: Make x-dirty-bitmap more reliable
Eric Blake
2018-11-05
nbd: Support auto-read-only option
Kevin Wolf
2018-07-02
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
2018-05-04
nbd/client: Relax handling of large NBD_CMD_BLOCK_STATUS reply
Eric Blake
2018-04-02
nbd: Fix 32-bit compilation on BLOCK_STATUS
Eric Blake
2018-03-13
nbd: BLOCK_STATUS for standard get_block_status function: client part
Vladimir Sementsov-Ogievskiy
2018-03-13
block/nbd-client: save first fatal error in nbd_iter_error
Vladimir Sementsov-Ogievskiy
2018-03-01
nbd: Honor server's advertised minimum block size
Eric Blake
2017-11-17
nbd: Don't crash when server reports NBD_CMD_READ failure
Eric Blake
2017-11-09
nbd-client: Stricter enforcing of structured reply spec
Eric Blake
2017-11-09
nbd-client: Short-circuit 0-length operations
Eric Blake
2017-11-09
nbd-client: Refuse read-only client with BDRV_O_RDWR
Eric Blake
2017-11-09
nbd-client: Fix error message typos
Eric Blake
2017-10-30
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
2017-10-30
nbd/client: prepare nbd_receive_reply for structured reply
Vladimir Sementsov-Ogievskiy
2017-10-12
block/nbd-client: refactor nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
2017-10-12
block/nbd-client: assert qiov len once in nbd_co_request
Vladimir Sementsov-Ogievskiy
2017-09-25
block/nbd-client: nbd_co_send_request: fix return code
Vladimir Sementsov-Ogievskiy
2017-09-25
block/nbd-client: simplify check in nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
2017-09-25
block/nbd-client: refactor nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
2017-09-25
nbd-client: Use correct macro parenthesization
Eric Blake
2017-09-06
nbd: Use new qio_channel_*_all() functions
Eric Blake
2017-08-30
block/nbd-client: refactor request send/receive
Vladimir Sementsov-Ogievskiy
2017-08-30
block/nbd-client: rename nbd_recv_coroutines_enter_all
Vladimir Sementsov-Ogievskiy
2017-08-30
block/nbd-client: get rid of ssize_t
Vladimir Sementsov-Ogievskiy
2017-08-30
nbd-client: avoid read_reply_co entry if send failed
Stefan Hajnoczi
2017-08-23
nbd-client: avoid spurious qio_channel_yield() re-entry
Stefan Hajnoczi
2017-08-23
fix build failure in nbd_read_reply_entry()
Igor Mammedov
2017-08-15
nbd-client: Fix regression when server sends garbage
Eric Blake
2017-07-14
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
2017-07-14
nbd: Create struct for tracking export info
Eric Blake
2017-07-04
nbd: fix NBD over TLS
Paolo Bonzini
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-15
nbd: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
2017-06-07
nbd: make it thread-safe, fix qcow2 over nbd
Paolo Bonzini
[next]