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