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
/
qemu-nbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS
Eric Blake
1
-0
/
+1
2023-10-05
nbd/client: Request extended headers during negotiation
Eric Blake
1
-0
/
+3
2023-09-29
qemu-nbd: changes towards enabling -Wshadow=local
Eric Blake
1
-5
/
+4
2023-09-22
nbd: Replace bool structured_reply with mode enum
Eric Blake
1
-1
/
+3
2023-09-08
qemu-nbd: Restore "qemu-nbd -v --fork" output
Denis V. Lunev
1
-4
/
+20
2023-09-07
qemu-nbd: invent nbd_client_release_pipe() helper
Denis V. Lunev
1
-11
/
+12
2023-09-07
qemu-nbd: put saddr into into struct NbdClientOpts
Denis V. Lunev
1
-6
/
+7
2023-09-07
qemu-nbd: move srcpath into struct NbdClientOpts
Denis V. Lunev
1
-8
/
+9
2023-09-07
qemu-nbd: define struct NbdClientOpts when HAVE_NBD_DEVICE is not defined
Denis V. Lunev
1
-33
/
+27
2023-09-07
qemu-nbd: improve error message for dup2 error
Denis V. Lunev
1
-2
/
+2
2023-09-07
nbd: drop unused nbd_receive_negotiate() aio_context argument
Stefan Hajnoczi
1
-2
/
+2
2023-07-27
qemu-nbd: regression with arguments passing into nbd_client_thread()
Denis V. Lunev
1
-1
/
+4
2023-07-19
qemu-nbd: make verbose bool and local variable in main()
Denis V. Lunev
1
-3
/
+5
2023-07-19
qemu-nbd: handle dup2() error when qemu-nbd finished setup process
Denis V. Lunev
1
-2
/
+10
2023-07-19
qemu-nbd: properly report error on error in dup2() after qemu_daemon()
Denis V. Lunev
1
-1
/
+14
2023-07-19
qemu-nbd: properly report error if qemu_daemon() is failed
Denis V. Lunev
1
-1
/
+4
2023-07-19
qemu-nbd: fix regression with qemu-nbd --fork run over ssh
Denis V. Lunev
1
-9
/
+4
2023-07-19
qemu-nbd: pass structure into nbd_client_thread instead of plain char*
Denis V. Lunev
1
-6
/
+13
2023-05-30
block: Take main AioContext lock when calling bdrv_open()
Kevin Wolf
1
-0
/
+4
2022-12-14
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
1
-2
/
+0
2022-05-12
qemu-nbd: Pass max connections to blockdev layer
Eric Blake
1
-1
/
+1
2022-05-03
Replace qemu_pipe() with g_unix_open_pipe()
Marc-André Lureau
1
-2
/
+3
2022-04-26
qapi: nbd-export: allow select bitmaps by node/name pair
Vladimir Sementsov-Ogievskiy
1
-2
/
+9
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
1
-1
/
+1
2022-04-20
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
1
-1
/
+1
2022-03-07
block/nbd: don't restrict TLS usage to IP sockets
Daniel P. Berrangé
1
-5
/
+3
2022-03-07
qemu-nbd: add --tls-hostname option for TLS certificate validation
Daniel P. Berrangé
1
-1
/
+16
2021-11-16
nbd/server: Add --selinux-label option
Richard W.M. Jones
1
-0
/
+46
2021-09-29
qemu-nbd: Change default cache mode to writeback
Nir Soffer
1
-2
/
+4
2021-08-26
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-4
/
+1
2021-06-29
qemu-nbd: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
1
-12
/
+7
2021-03-19
qemu-nbd: Use user_creatable_process_cmdline() for --object
Kevin Wolf
1
-31
/
+3
2021-02-12
qemu-nbd: Permit --shared=0 for unlimited clients
Eric Blake
1
-3
/
+3
2021-02-12
qemu-nbd: Use SOMAXCONN for socket listen() backlog
Eric Blake
1
-1
/
+9
2021-02-02
block: move blk_exp_close_all() to qemu_cleanup()
Sergio Lopez
1
-0
/
+1
2021-01-20
qemu-nbd: Fix a memleak in nbd_client_thread()
Alex Chen
1
-23
/
+17
2021-01-20
qemu-nbd: Fix a memleak in qemu_nbd_client_list()
Alex Chen
1
-1
/
+1
2020-11-11
trace: remove argument from trace_init_file
Paolo Bonzini
1
-4
/
+2
2020-10-30
nbd: Add 'qemu-nbd -A' to expose allocation depth
Eric Blake
1
-2
/
+10
2020-10-30
nbd: Update qapi to support exporting multiple bitmaps
Eric Blake
1
-9
/
+9
2020-10-23
block: move block exports to libblockdev
Stefan Hajnoczi
1
-13
/
+8
2020-10-09
qemu-nbd: Honor SIGINT and SIGHUP
Eric Blake
1
-7
/
+8
2020-10-02
block/export: Move writable to BlockExportOptions
Kevin Wolf
1
-2
/
+2
2020-10-02
block/export: Add 'id' option to block-export-add
Kevin Wolf
1
-0
/
+1
2020-10-02
block/export: Add blk_exp_close_all(_type)
Kevin Wolf
1
-1
/
+1
2020-10-02
block/export: Add node-name to BlockExportOptions
Kevin Wolf
1
-1
/
+1
2020-10-02
qemu-nbd: Use blk_exp_add() to create the export
Kevin Wolf
1
-6
/
+22
2020-10-02
nbd: Remove NBDExport.close callback
Kevin Wolf
1
-10
/
+4
2020-10-02
block/export: Remove magic from block-export-add
Kevin Wolf
1
-2
/
+1
2020-10-02
qemu-nbd: Use raw block driver for --offset
Kevin Wolf
1
-15
/
+12
[next]