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
/
nbd
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-22
nbd: Don't mishandle unaligned client requests
Eric Blake
1
-6
/
+4
2016-04-15
nbd: Don't kill server on client that doesn't request TLS
Eric Blake
1
-2
/
+13
2016-04-15
nbd: Don't fail handshake on NBD_OPT_LIST descriptions
Eric Blake
1
-2
/
+21
2016-04-08
nbd: do not hang nbd_wr_syncv if outside a coroutine and no available data
Paolo Bonzini
1
-1
/
+4
2016-04-08
nbd: Don't kill server when client requests unknown option
Eric Blake
1
-1
/
+4
2016-04-08
nbd: Fix NBD unsupported options
Alex Bligh
1
-10
/
+45
2016-04-08
nbd: Improve debug traces on little-endian
Eric Blake
2
-6
/
+7
2016-04-08
nbd: Avoid bitrot in TRACE() usage
Eric Blake
1
-6
/
+9
2016-04-08
nbd: Return correct error for write to read-only export
Eric Blake
1
-0
/
+1
2016-04-05
nbd: Fix poor debug message
Eric Blake
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
3
-0
/
+3
2016-02-23
all: Clean up includes
Peter Maydell
1
-4
/
+0
2016-02-16
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
4
-8
/
+275
2016-02-16
nbd: use "" as a default export name if none provided
Daniel P. Berrange
2
-2
/
+3
2016-02-16
nbd: always query export list in fixed new style protocol
Daniel P. Berrange
2
-3
/
+194
2016-02-16
nbd: make client request fixed new style if advertised
Daniel P. Berrange
1
-10
/
+17
2016-02-16
nbd: make server compliant with fixed newstyle spec
Daniel P. Berrange
1
-23
/
+46
2016-02-16
nbd: invert client logic for negotiating protocol version
Daniel P. Berrange
1
-31
/
+29
2016-02-16
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
4
-124
/
+152
2016-02-09
nbd: avoid unaligned uint64_t store
John Snow
1
-10
/
+10
2016-02-04
all: Clean up includes
Peter Maydell
3
-0
/
+3
2016-02-02
nbd: Switch from close to eject notifier
Max Reitz
1
-0
/
+13
2016-02-02
nbd: client_close on error in nbd_co_client_start
Max Reitz
1
-2
/
+1
2016-01-26
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2016-01-26
nbd: add missed aio_context_acquire in nbd_export_new
Denis V. Lunev
1
-0
/
+2
2016-01-20
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
1
-1
/
+1
2016-01-15
nbd-server: do not exit on failed memory allocation
Paolo Bonzini
1
-1
/
+5
2016-01-15
nbd-server: do not check request length except for reads and writes
Paolo Bonzini
1
-7
/
+7
2016-01-15
nbd-server: Coroutine based negotiation
Fam Zheng
1
-47
/
+103
2016-01-15
nbd: Split nbd.c
Fam Zheng
5
-0
/
+1591