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
2020-01-08
nbd: fix uninitialized variable warning
Pan Nengyuan
1
-9
/
+1
2019-11-18
nbd: Don't send oversize strings
Eric Blake
2
-8
/
+30
2019-11-18
nbd/server: Prefer heap over stack for parsing client names
Eric Blake
1
-10
/
+15
2019-09-24
nbd: Grab aio context lock in more places
Eric Blake
1
-4
/
+18
2019-09-24
nbd/server: attach client channel to the export's AioContext
Sergio Lopez
1
-0
/
+5
2019-09-24
nbd/client: Add hint when TLS is missing
Eric Blake
1
-0
/
+1
2019-09-18
trace: Remove trailing newline in events
Philippe Mathieu-Daudé
1
-2
/
+2
2019-09-05
nbd: Implement server use of NBD FAST_ZERO
Eric Blake
1
-2
/
+6
2019-09-05
nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO
Eric Blake
2
-0
/
+10
2019-09-05
nbd: Improve per-export flag handling in server
Eric Blake
1
-28
/
+34
2019-09-05
nbd: Tolerate more errors to structured reply request
Eric Blake
2
-31
/
+34
2019-09-05
nbd: Use g_autofree in a few places
Eric Blake
2
-23
/
+11
2019-09-05
nbd: Advertise multi-conn for shared read-only connections
Eric Blake
1
-1
/
+3
2019-08-16
block/dirty-bitmap: add bdrv_dirty_bitmap_get
John Snow
1
-1
/
+1
2019-08-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...
Peter Maydell
2
-13
/
+46
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
3
-1
/
+2
2019-08-15
block/nbd: use non-blocking io channel for nbd negotiation
Vladimir Sementsov-Ogievskiy
1
-5
/
+11
2019-08-15
nbd: improve CMD_CACHE: use BDRV_REQ_PREFETCH
Vladimir Sementsov-Ogievskiy
1
-8
/
+35
2019-06-13
nbd/server: Nicer spelling of max BLOCK_STATUS reply length
Eric Blake
1
-5
/
+8
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-2
/
+3
2019-06-04
nbd-server: Call blk_set_allow_aio_context_change()
Kevin Wolf
1
-0
/
+1
2019-04-08
nbd/client: Fix error message for server with unusable sizing
Eric Blake
1
-1
/
+1
2019-04-08
nbd/server: Don't fail NBD_OPT_INFO for byte-aligned sources
Eric Blake
1
-5
/
+8
2019-04-08
nbd/server: Trace client noncompliance on unaligned requests
Eric Blake
2
-1
/
+17
2019-04-08
nbd/server: Fix blockstatus trace
Eric Blake
1
-6
/
+3
2019-04-01
nbd/server: Advertise actual minimum block size
Eric Blake
1
-5
/
+8
2019-04-01
nbd/client: Reject inaccessible tail of inconsistent server
Eric Blake
1
-0
/
+8
2019-03-22
trace-events: Delete unused trace points
Markus Armbruster
1
-2
/
+0
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-3
/
+3
2019-03-22
trace-events: Consistently point to docs/devel/tracing.txt
Markus Armbruster
1
-0
/
+2
2019-03-12
block/dirty-bitmaps: add block_dirty_bitmap_check function
John Snow
1
-2
/
+1
2019-03-12
block/dirty-bitmaps: unify qmp_locked and user_locked calls
John Snow
1
-3
/
+3
2019-03-12
nbd: change error checking order for bitmaps
John Snow
1
-5
/
+5
2019-03-06
qemu-nbd: add support for authorization of TLS clients
Daniel P. Berrange
1
-5
/
+5
2019-02-25
nbd: Use low-level QIOChannel API in nbd_read_eof()
Kevin Wolf
1
-9
/
+37
2019-02-25
nbd: Move nbd_read_eof() to nbd/client.c
Kevin Wolf
2
-20
/
+21
2019-02-11
nbd/server: Kill pointless shadowed variable
Eric Blake
1
-1
/
+0
2019-02-04
nbd: generalize usage of nbd_read
Vladimir Sementsov-Ogievskiy
3
-78
/
+39
2019-01-21
nbd/client: Work around 3.0 bug for listing meta contexts
Eric Blake
1
-0
/
+19
2019-01-21
nbd/client: Add meta contexts to nbd_receive_export_list()
Eric Blake
1
-2
/
+39
2019-01-21
nbd/client: Add nbd_receive_export_list()
Eric Blake
1
-2
/
+130
2019-01-21
nbd/client: Refactor nbd_opt_go() to support NBD_OPT_INFO
Eric Blake
2
-18
/
+26
2019-01-21
nbd/client: Pull out oldstyle size determination
Eric Blake
1
-17
/
+32
2019-01-21
nbd/client: Split handshake into two functions
Eric Blake
2
-51
/
+96
2019-01-21
nbd/client: Refactor return of nbd_receive_negotiate()
Eric Blake
1
-28
/
+23
2019-01-21
nbd/client: Split out nbd_receive_one_meta_context()
Eric Blake
2
-58
/
+91
2019-01-21
nbd/client: Split out nbd_send_meta_query()
Eric Blake
2
-21
/
+45
2019-01-21
nbd/client: Change signature of nbd_negotiate_simple_meta_context()
Eric Blake
1
-28
/
+25
2019-01-21
nbd/client: Move export name into NBDExportInfo
Eric Blake
2
-22
/
+19
[next]