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
/
server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS
Eric Blake
1
-7
/
+110
2023-10-05
nbd/server: Prepare for per-request filtering of BLOCK_STATUS
Eric Blake
1
-5
/
+17
2023-10-05
nbd/server: Refactor list of negotiated meta contexts
Eric Blake
1
-25
/
+30
2023-10-05
nbd/server: Enable initial support for extended headers
Eric Blake
1
-0
/
+21
2023-10-05
nbd/server: Support 64-bit block status
Eric Blake
1
-25
/
+81
2023-10-05
nbd/server: Prepare to send extended header replies
Eric Blake
1
-8
/
+22
2023-10-05
nbd/server: Prepare to receive extended header requests
Eric Blake
1
-13
/
+30
2023-10-05
nbd/server: Support a request payload
Eric Blake
1
-5
/
+37
2023-09-25
nbd/server: Refactor handling of command sanity checks
Eric Blake
1
-44
/
+74
2023-09-25
nbd: Prepare for 64-bit request effect lengths
Eric Blake
1
-8
/
+15
2023-09-22
nbd: Add types for extended headers
Eric Blake
1
-3
/
+3
2023-09-22
nbd: Replace bool structured_reply with mode enum
Eric Blake
1
-13
/
+18
2023-09-07
io: follow coroutine AioContext in qio_channel_yield()
Stefan Hajnoczi
1
-13
/
+1
2023-07-19
nbd: s/handle/cookie/ to match NBD spec
Eric Blake
1
-15
/
+14
2023-07-19
nbd/server: Refactor to pass full request around
Eric Blake
1
-55
/
+59
2023-07-19
nbd/server: Prepare for alternate-size headers
Eric Blake
1
-57
/
+80
2023-06-05
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
1
-1
/
+1
2023-05-19
nbd/server: Fix drained_poll to wake coroutine in right AioContext
Kevin Wolf
1
-2
/
+1
2023-04-25
nbd: mark more coroutine_fns, do not use co_wrappers
Paolo Bonzini
1
-24
/
+24
2023-04-20
nbd: a BlockExport always has a BlockBackend
Paolo Bonzini
1
-8
/
+6
2023-04-04
nbd/server: Request TCP_NODELAY
Eric Blake
1
-0
/
+1
2023-03-27
nbd/server: push pending frames after sending reply
Florian Westphal
1
-0
/
+3
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+2
2022-12-15
block-backend: replace bdrv_*_above with blk_*_above
Emanuele Giuseppe Esposito
1
-16
/
+16
2022-12-15
nbd/server.c: add coroutine_fn annotations
Emanuele Giuseppe Esposito
1
-13
/
+16
2022-12-13
nbd/server: Clean up abuse of BlockExportOptionsNbd member @arg
Markus Armbruster
1
-9
/
+6
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
1
-4
/
+4
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
1
-2
/
+2
2022-05-12
nbd/server: Allow MULTI_CONN for shared writable exports
Eric Blake
1
-5
/
+5
2022-04-26
qapi: nbd-export: allow select bitmaps by node/name pair
Vladimir Sementsov-Ogievskiy
1
-22
/
+41
2022-03-22
Remove trailing ; after G_DEFINE_AUTO macro
Marc-André Lureau
1
-1
/
+1
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-5
/
+5
2022-03-09
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...
Peter Maydell
1
-7
/
+6
2022-03-07
nbd/server: Minor cleanups
Eric Blake
1
-7
/
+6
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-01-28
nbd/server.c: Remove unused field
Nir Soffer
1
-1
/
+0
2021-11-22
nbd/server: Simplify zero and trim
Eric Blake
1
-20
/
+3
2021-11-22
nbd/server: Don't complain on certain client disconnects
Eric Blake
1
-0
/
+3
2021-11-16
nbd/server: Silence clang sanitizer warning
Eric Blake
1
-4
/
+9
2021-09-29
nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLY
Eric Blake
1
-1
/
+1
2021-07-26
nbd/server: Mark variable unused in nbd_negotiate_meta_queries
Richard Henderson
1
-1
/
+2
2021-06-02
nbd/server: Use drained block ops to quiesce the server
Sergio Lopez
1
-21
/
+61
2021-03-08
nbd: server: Report holes for raw images
Nir Soffer
1
-2
/
+2
2021-01-20
nbd/server: Quiesce coroutines on context switch
Sergio Lopez
1
-14
/
+106
2020-11-16
nbd: Silence Coverity false positive
Eric Blake
1
-2
/
+2
2020-10-30
nbd: Add 'qemu-nbd -A' to expose allocation depth
Eric Blake
1
-0
/
+2
2020-10-30
nbd: Add new qemu:allocation-depth metadata context
Eric Blake
1
-4
/
+66
2020-10-30
nbd: Allow export of multiple bitmaps for one device
Eric Blake
1
-30
/
+70
2020-10-30
nbd: Refactor counting of metadata contexts
Eric Blake
1
-11
/
+15
2020-10-30
nbd: Simplify qemu bitmap context name
Eric Blake
1
-10
/
+9
[next]