index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
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-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
2017-08-15
nbd-client: Fix regression when server sends garbage
Eric Blake
1
-4
/
+13
2017-07-14
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
1
-0
/
+4
2017-07-14
nbd: Create struct for tracking export info
Eric Blake
1
-10
/
+8
2017-07-04
nbd: fix NBD over TLS
Paolo Bonzini
1
-2
/
+2
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
1
-4
/
+4
2017-06-15
nbd: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
1
-4
/
+4
2017-06-07
nbd: make it thread-safe, fix qcow2 over nbd
Paolo Bonzini
1
-21
/
+9
2017-06-06
nbd/client.c: use errp instead of LOG
Vladimir Sementsov-Ogievskiy
1
-1
/
+6
2017-06-06
nbd: add errp parameter to nbd_wr_syncv()
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2017-03-27
nbd-client: fix handling of hungup connections
Paolo Bonzini
1
-6
/
+6
[next]