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: 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
*
nbd-client: Fix regression when server sends garbage
Eric Blake
2017-08-15
1
-4
/
+13
*
nbd: Implement NBD_INFO_BLOCK_SIZE on client
Eric Blake
2017-07-14
1
-0
/
+4
*
nbd: Create struct for tracking export info
Eric Blake
2017-07-14
1
-10
/
+8
*
nbd: fix NBD over TLS
Paolo Bonzini
2017-07-04
1
-2
/
+2
*
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-26
1
-4
/
+4
*
nbd: rename read_sync and friends
Vladimir Sementsov-Ogievskiy
2017-06-15
1
-4
/
+4
*
nbd: make it thread-safe, fix qcow2 over nbd
Paolo Bonzini
2017-06-07
1
-21
/
+9
*
nbd/client.c: use errp instead of LOG
Vladimir Sementsov-Ogievskiy
2017-06-06
1
-1
/
+6
*
nbd: add errp parameter to nbd_wr_syncv()
Vladimir Sementsov-Ogievskiy
2017-06-06
1
-2
/
+2
*
nbd-client: fix handling of hungup connections
Paolo Bonzini
2017-03-27
1
-6
/
+6
*
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
2017-02-21
1
-1
/
+1
*
nbd: convert to use qio_channel_yield
Paolo Bonzini
2017-02-21
1
-65
/
+52
*
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
2017-01-03
1
-4
/
+4
*
nbd: Allow unmap and fua during write zeroes
Eric Blake
2016-11-22
1
-0
/
+4
*
nbd: Implement NBD_CMD_WRITE_ZEROES on client
Eric Blake
2016-11-02
1
-0
/
+35
*
nbd: Rename struct nbd_request and nbd_reply
Eric Blake
2016-11-02
1
-14
/
+14
*
nbd: Rename NbdClientSession to NBDClientSession
Eric Blake
2016-11-02
1
-13
/
+13
*
nbd: Treat flags vs. command type as separate fields
Eric Blake
2016-11-02
1
-6
/
+3
*
nbd: Use CoQueue for free_sema instead of CoMutex
Changlong Xie
2016-11-01
1
-4
/
+4
*
nbd: Convert to byte-based interface
Eric Blake
2016-07-20
1
-13
/
+17
*
nbd: Switch .bdrv_co_discard() to byte-based
Eric Blake
2016-07-20
1
-5
/
+6
*
nbd: Drop unused offset parameter
Eric Blake
2016-07-20
1
-15
/
+16
*
nbd: Rely on block layer to break up large requests
Eric Blake
2016-07-20
1
-43
/
+8
*
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-07-13
1
-3
/
+3
*
nbd: Allow larger requests
Eric Blake
2016-07-05
1
-4
/
+0
*
nbd: Simplify client FUA handling
Eric Blake
2016-05-12
1
-4
/
+4
*
block: Make supported_write_flags a per-bds property
Eric Blake
2016-05-12
1
-0
/
+3
*
nbd: don't request FUA on FLUSH
Eric Blake
2016-04-05
1
-4
/
+0
*
nbd: Support BDRV_REQ_FUA
Kevin Wolf
2016-03-30
1
-6
/
+7
*
nbd: enable use of TLS with NBD block driver
Daniel P. Berrange
2016-02-16
1
-3
/
+7
[next]