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
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
2013-12-16
nbd: pass export name as init argument
Marc-André Lureau
1
-5
/
+4
2013-12-16
nbd: don't change socket block during negotiate
Marc-André Lureau
1
-0
/
+1
2013-12-16
Split nbd block client code
Marc-André Lureau
1
-0
/
+372