index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nbd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
2023-09-08
1
-1
/
+1
|
\
|
*
misc/other: spelling fixes
Michael Tokarev
2023-09-08
1
-1
/
+1
*
|
io: follow coroutine AioContext in qio_channel_yield()
Stefan Hajnoczi
2023-09-07
1
-13
/
+1
*
|
nbd: drop unused nbd_start_negotiate() aio_context argument
Stefan Hajnoczi
2023-09-07
1
-8
/
+3
*
|
nbd: drop unused nbd_receive_negotiate() aio_context argument
Stefan Hajnoczi
2023-09-07
2
-5
/
+3
|
/
*
nbd: Use enum for various negotiation modes
Eric Blake
2023-07-19
2
-21
/
+42
*
nbd/client: Add safety check on chunk payload length
Eric Blake
2023-07-19
1
-0
/
+12
*
nbd: s/handle/cookie/ to match NBD spec
Eric Blake
2023-07-19
3
-33
/
+32
*
nbd/server: Refactor to pass full request around
Eric Blake
2023-07-19
1
-55
/
+59
*
nbd/server: Prepare for alternate-size headers
Eric Blake
2023-07-19
2
-61
/
+84
*
nbd/client: Use smarter assert
Eric Blake
2023-07-19
1
-3
/
+4
*
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
2023-06-05
2
-2
/
+2
*
nbd/server: Fix drained_poll to wake coroutine in right AioContext
Kevin Wolf
2023-05-19
1
-2
/
+1
*
nbd: mark more coroutine_fns, do not use co_wrappers
Paolo Bonzini
2023-04-25
1
-24
/
+24
*
nbd: a BlockExport always has a BlockBackend
Paolo Bonzini
2023-04-20
1
-8
/
+6
*
nbd/server: Request TCP_NODELAY
Eric Blake
2023-04-04
1
-0
/
+1
*
nbd/server: push pending frames after sending reply
Florian Westphal
2023-03-27
1
-0
/
+3
*
include/block: Untangle inclusion loops
Markus Armbruster
2023-01-20
1
-0
/
+2
*
coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
Markus Armbruster
2023-01-20
1
-0
/
+1
*
coroutine: Clean up superfluous inclusion of qemu/coroutine.h
Markus Armbruster
2023-01-19
1
-1
/
+0
*
block-backend: replace bdrv_*_above with blk_*_above
Emanuele Giuseppe Esposito
2022-12-15
1
-16
/
+16
*
nbd/server.c: add coroutine_fn annotations
Emanuele Giuseppe Esposito
2022-12-15
1
-13
/
+16
*
nbd/server: Clean up abuse of BlockExportOptionsNbd member @arg
Markus Armbruster
2022-12-13
1
-9
/
+6
*
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
1
-4
/
+4
*
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
1
-2
/
+2
*
nbd: trace long NBD operations
Denis V. Lunev
2022-06-29
2
-0
/
+5
*
nbd/server: Allow MULTI_CONN for shared writable exports
Eric Blake
2022-05-12
1
-5
/
+5
*
qapi: nbd-export: allow select bitmaps by node/name pair
Vladimir Sementsov-Ogievskiy
2022-04-26
1
-22
/
+41
*
Remove trailing ; after G_DEFINE_AUTO macro
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-5
/
+5
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into staging
Peter Maydell
2022-03-09
2
-10
/
+15
|
\
|
*
nbd/server: Minor cleanups
Eric Blake
2022-03-07
1
-7
/
+6
|
*
block: pass desired TLS hostname through from block driver client
Daniel P. Berrangé
2022-03-07
1
-3
/
+9
*
|
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
1
-0
/
+1
|
/
*
nbd/server.c: Remove unused field
Nir Soffer
2022-01-28
1
-1
/
+0
*
nbd/client-connection: improve error message of cancelled attempt
Vladimir Sementsov-Ogievskiy
2021-12-21
1
-2
/
+9
*
nbd/client-connection: nbd_co_establish_connection(): return real error
Vladimir Sementsov-Ogievskiy
2021-12-21
1
-16
/
+34
*
nbd/server: Simplify zero and trim
Eric Blake
2021-11-22
1
-20
/
+3
*
nbd/server: Don't complain on certain client disconnects
Eric Blake
2021-11-22
1
-0
/
+3
*
nbd/server: Silence clang sanitizer warning
Eric Blake
2021-11-16
1
-4
/
+9
*
block/nbd: drop connection_co
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+0
*
nbd/client-connection: nbd_co_establish_connection(): fix non set errp
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-0
/
+1
*
nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLY
Eric Blake
2021-09-29
1
-1
/
+1
*
nbd/server: Mark variable unused in nbd_negotiate_meta_queries
Richard Henderson
2021-07-26
1
-1
/
+2
*
nbd/client-connection: add option for non-blocking connection attempt
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-1
/
+7
*
nbd/client-connection: return only one io channel
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-8
/
+28
*
nbd/client-connection: shutdown connection on release
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-3
/
+17
*
nbd/client-connection: implement connection retry
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-13
/
+43
*
nbd/client-connection: add possibility of negotiation
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-5
/
+100
*
nbd/client-connection: use QEMU_LOCK_GUARD
Vladimir Sementsov-Ogievskiy
2021-06-18
1
-54
/
+45
[next]