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
*
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
*
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
2016-02-16
1
-3
/
+9
*
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
2016-02-16
1
-9
/
+10
*
nbd: convert block client to use I/O channels for connection setup
Daniel P. Berrange
2016-02-16
1
-29
/
+47
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-0
/
+1
*
aio: Add "is_external" flag for event handlers
Fam Zheng
2015-10-23
1
-4
/
+6
*
nbd: Set block size to BDRV_SECTOR_SIZE
Max Reitz
2015-03-18
1
-2
/
+1
*
nbd: fix the co_queue multi-adding bug
Bin Wu
2015-02-16
1
-12
/
+13
*
nbd: Drop BDS backpointer
Max Reitz
2015-02-16
1
-49
/
+52
*
nbd: Improve error messages
Max Reitz
2015-02-06
1
-2
/
+2
*
nbd: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
2014-06-04
1
-4
/
+20
*
nbd: close socket if connection breaks
Stefan Hajnoczi
2014-03-14
1
-15
/
+18
*
nbd: avoid uninitialized warnings
Marc-André Lureau
2013-12-16
1
-12
/
+9
*
nbd: finish any pending coroutine
Marc-André Lureau
2013-12-16
1
-5
/
+16
*
nbd: make nbd_client_session_close() idempotent
Marc-André Lureau
2013-12-16
1
-0
/
+5
[next]