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-10-09
nbd: Simplify meta-context parsing
Eric Blake
1
-121
/
+68
2020-10-09
nbd/server: Reject embedded NUL in NBD strings
Eric Blake
1
-10
/
+20
2020-10-09
nbd: silence maybe-uninitialized warnings
Christian Borntraeger
1
-1
/
+1
2020-10-02
nbd: Merge nbd_export_new() and nbd_export_create()
Kevin Wolf
1
-15
/
+39
2020-10-02
block/export: Move writable to BlockExportOptions
Kevin Wolf
1
-5
/
+0
2020-10-02
block/export: Create BlockBackend in blk_exp_add()
Kevin Wolf
1
-26
/
+12
2020-10-02
block/export: Move blk to BlockExport
Kevin Wolf
1
-21
/
+22
2020-10-02
block/export: Add block-export-del
Kevin Wolf
1
-14
/
+0
2020-10-02
block/export: Move strong user reference to block_exports
Kevin Wolf
1
-2
/
+0
2020-10-02
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
1
-29
/
+5
2020-10-02
block/export: Allocate BlockExport in blk_exp_add()
Kevin Wolf
1
-17
/
+13
2020-10-02
block/export: Move AioContext from NBDExport to BlockExport
Kevin Wolf
1
-13
/
+13
2020-10-02
block/export: Move refcount from NBDExport to BlockExport
Kevin Wolf
1
-39
/
+33
2020-10-02
nbd/server: Simplify export shutdown
Kevin Wolf
1
-13
/
+4
2020-10-02
nbd: Remove NBDExport.close callback
Kevin Wolf
1
-8
/
+1
2020-10-02
block/export: Remove magic from block-export-add
Kevin Wolf
1
-7
/
+13
2020-10-02
qemu-nbd: Use raw block driver for --offset
Kevin Wolf
1
-17
/
+16
2020-10-02
block/export: Add BlockExport infrastructure and block-export-add
Kevin Wolf
1
-1
/
+14
2020-10-02
nbd: Remove unused nbd_export_get_blockdev()
Kevin Wolf
1
-5
/
+0
2020-09-07
nbd: Use CAF when looking for dirty bitmap
Max Reitz
1
-3
/
+3
2020-08-21
meson: convert block
Marc-André Lureau
2
-1
/
+5
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-07-28
nbd: Fix large trim/zero requests
Eric Blake
1
-5
/
+23
2020-07-17
nbd: make nbd_export_close_all() synchronous
Vladimir Sementsov-Ogievskiy
1
-0
/
+8
2020-07-10
nbd: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2
-0
/
+10
2020-06-10
nbd/server: Avoid long error message assertions CVE-2020-10761
Eric Blake
1
-3
/
+20
2020-03-18
nbd/server: use bdrv_dirty_bitmap_next_dirty_area
Vladimir Sementsov-Ogievskiy
1
-40
/
+19
2020-03-18
nbd/server: introduce NBDExtentArray
Vladimir Sementsov-Ogievskiy
1
-92
/
+118
2020-03-18
block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-02-26
nbd: Fix regression with multiple meta contexts
Eric Blake
1
-2
/
+10
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
[next]