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
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
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
1
-1
/
+1
2017-02-21
nbd: convert to use qio_channel_yield
Paolo Bonzini
1
-65
/
+52
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
1
-4
/
+4
2016-11-22
nbd: Allow unmap and fua during write zeroes
Eric Blake
1
-0
/
+4
2016-11-02
nbd: Implement NBD_CMD_WRITE_ZEROES on client
Eric Blake
1
-0
/
+35
2016-11-02
nbd: Rename struct nbd_request and nbd_reply
Eric Blake
1
-14
/
+14
2016-11-02
nbd: Rename NbdClientSession to NBDClientSession
Eric Blake
1
-13
/
+13
2016-11-02
nbd: Treat flags vs. command type as separate fields
Eric Blake
1
-6
/
+3
2016-11-01
nbd: Use CoQueue for free_sema instead of CoMutex
Changlong Xie
1
-4
/
+4
2016-07-20
nbd: Convert to byte-based interface
Eric Blake
1
-13
/
+17
2016-07-20
nbd: Switch .bdrv_co_discard() to byte-based
Eric Blake
1
-5
/
+6
2016-07-20
nbd: Drop unused offset parameter
Eric Blake
1
-15
/
+16
2016-07-20
nbd: Rely on block layer to break up large requests
Eric Blake
1
-43
/
+8
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-3
/
+3
2016-07-05
nbd: Allow larger requests
Eric Blake
1
-4
/
+0
2016-05-12
nbd: Simplify client FUA handling
Eric Blake
1
-4
/
+4
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
1
-0
/
+3
2016-04-05
nbd: don't request FUA on FLUSH
Eric Blake
1
-4
/
+0
2016-03-30
nbd: Support BDRV_REQ_FUA
Kevin Wolf
1
-6
/
+7
2016-02-16
nbd: enable use of TLS with NBD block driver
Daniel P. Berrange
1
-3
/
+7
2016-02-16
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
1
-3
/
+9
2016-02-16
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
1
-9
/
+10
2016-02-16
nbd: convert block client to use I/O channels for connection setup
Daniel P. Berrange
1
-29
/
+47
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2015-10-23
aio: Add "is_external" flag for event handlers
Fam Zheng
1
-4
/
+6
2015-03-18
nbd: Set block size to BDRV_SECTOR_SIZE
Max Reitz
1
-2
/
+1
2015-02-16
nbd: fix the co_queue multi-adding bug
Bin Wu
1
-12
/
+13
2015-02-16
nbd: Drop BDS backpointer
Max Reitz
1
-49
/
+52
2015-02-06
nbd: Improve error messages
Max Reitz
1
-2
/
+2
2014-06-04
nbd: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-4
/
+20
2014-03-14
nbd: close socket if connection breaks
Stefan Hajnoczi
1
-15
/
+18
2013-12-16
nbd: avoid uninitialized warnings
Marc-André Lureau
1
-12
/
+9
2013-12-16
nbd: finish any pending coroutine
Marc-André Lureau
1
-5
/
+16
2013-12-16
nbd: make nbd_client_session_close() idempotent
Marc-André Lureau
1
-0
/
+5
[next]