index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
nbd-client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nbd/client: Trace server noncompliance on structured reads
Eric Blake
2019-04-01
1
-2
/
+10
*
nbd/client: Support qemu-img convert from unaligned size
Eric Blake
2019-04-01
1
-1
/
+38
*
nbd/client: Report offsets in bdrv_block_status
Eric Blake
2019-03-31
1
-2
/
+7
*
nbd-client: Work around server BLOCK_STATUS misalignment at EOF
Eric Blake
2019-03-30
1
-4
/
+26
*
nbd: Permit simple error to NBD_CMD_BLOCK_STATUS
Eric Blake
2019-03-30
1
-3
/
+1
*
nbd: Don't lose server's error to NBD_CMD_BLOCK_STATUS
Eric Blake
2019-03-30
1
-6
/
+3
*
nbd: Tolerate some server non-compliance in NBD_CMD_BLOCK_STATUS
Eric Blake
2019-03-30
1
-5
/
+16
*
nbd: Increase bs->in_flight during AioContext switch
Kevin Wolf
2019-02-25
1
-2
/
+18
*
nbd: Use low-level QIOChannel API in nbd_read_eof()
Kevin Wolf
2019-02-25
1
-7
/
+1
*
nbd: Restrict connection_co reentrance
Kevin Wolf
2019-02-25
1
-0
/
+22
*
block/nbd-client: rename read_reply_co to connection_co
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-12
/
+12
*
block/nbd-client: don't check ioc
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-11
/
+5
*
block/nbd-client: fix nbd_reply_chunk_iter_receive
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-1
/
+1
*
block/nbd-client: split connection from initialization
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-9
/
+24
*
block/nbd: move connection code from block/nbd to block/nbd-client
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-2
/
+36
*
block/nbd-client: split channel errors from export errors
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-36
/
+47
*
nbd: generalize usage of nbd_read
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-3
/
+2
*
block: Fix hangs in synchronous APIs with iothreads
Kevin Wolf
2019-02-01
1
-0
/
+1
*
nbd/client: Change signature of nbd_negotiate_simple_meta_context()
Eric Blake
2019-01-21
1
-2
/
+2
*
nbd/client: Move export name into NBDExportInfo
Eric Blake
2019-01-21
1
-2
/
+3
*
block/nbd-client: use traces instead of noisy error_report_err
Vladimir Sementsov-Ogievskiy
2019-01-05
1
-4
/
+19
*
nbd/client: Send NBD_CMD_DISC if open fails after connect
Eric Blake
2018-11-30
1
-2
/
+16
*
nbd/client: Make x-dirty-bitmap more reliable
Eric Blake
2018-11-30
1
-0
/
+5
*
nbd: Support auto-read-only option
Kevin Wolf
2018-11-05
1
-5
/
+5
*
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
2018-07-02
1
-0
/
+3
*
nbd/client: Relax handling of large NBD_CMD_BLOCK_STATUS reply
Eric Blake
2018-05-04
1
-3
/
+7
*
nbd: Fix 32-bit compilation on BLOCK_STATUS
Eric Blake
2018-04-02
1
-1
/
+1
*
nbd: BLOCK_STATUS for standard get_block_status function: client part
Vladimir Sementsov-Ogievskiy
2018-03-13
1
-0
/
+150
*
block/nbd-client: save first fatal error in nbd_iter_error
Vladimir Sementsov-Ogievskiy
2018-03-13
1
-1
/
+3
*
nbd: Honor server's advertised minimum block size
Eric Blake
2018-03-01
1
-3
/
+0
*
nbd: Don't crash when server reports NBD_CMD_READ failure
Eric Blake
2017-11-17
1
-2
/
+2
*
nbd-client: Stricter enforcing of structured reply spec
Eric Blake
2017-11-09
1
-2
/
+9
*
nbd-client: Short-circuit 0-length operations
Eric Blake
2017-11-09
1
-1
/
+10
*
nbd-client: Refuse read-only client with BDRV_O_RDWR
Eric Blake
2017-11-09
1
-0
/
+9
*
nbd-client: Fix error message typos
Eric Blake
2017-11-09
1
-3
/
+3
*
nbd: Minimal structured read for client
Vladimir Sementsov-Ogievskiy
2017-10-30
1
-32
/
+458
*
nbd/client: prepare nbd_receive_reply for structured reply
Vladimir Sementsov-Ogievskiy
2017-10-30
1
-3
/
+5
*
block/nbd-client: refactor nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
2017-10-12
1
-4
/
+4
*
block/nbd-client: assert qiov len once in nbd_co_request
Vladimir Sementsov-Ogievskiy
2017-10-12
1
-4
/
+6
*
block/nbd-client: nbd_co_send_request: fix return code
Vladimir Sementsov-Ogievskiy
2017-09-25
1
-0
/
+2
*
block/nbd-client: simplify check in nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
2017-09-25
1
-1
/
+2
*
block/nbd-client: refactor nbd_co_receive_reply
Vladimir Sementsov-Ogievskiy
2017-09-25
1
-15
/
+15
*
nbd-client: Use correct macro parenthesization
Eric Blake
2017-09-25
1
-2
/
+2
*
nbd: Use new qio_channel_*_all() functions
Eric Blake
2017-09-06
1
-8
/
+7
*
block/nbd-client: refactor request send/receive
Vladimir Sementsov-Ogievskiy
2017-08-30
1
-47
/
+26
*
block/nbd-client: rename nbd_recv_coroutines_enter_all
Vladimir Sementsov-Ogievskiy
2017-08-30
1
-2
/
+2
*
block/nbd-client: get rid of ssize_t
Vladimir Sementsov-Ogievskiy
2017-08-30
1
-5
/
+5
*
nbd-client: avoid read_reply_co entry if send failed
Stefan Hajnoczi
2017-08-30
1
-16
/
+9
*
nbd-client: avoid spurious qio_channel_yield() re-entry
Stefan Hajnoczi
2017-08-23
1
-13
/
+22
*
fix build failure in nbd_read_reply_entry()
Igor Mammedov
2017-08-23
1
-1
/
+1
[next]