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
/
block
/
nbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-25
nbd: convert to use the QAPI SocketAddress object
Daniel P. Berrange
1
-34
/
+37
2015-03-18
nbd: Fix nbd_establish_connection()'s return value
Max Reitz
1
-1
/
+1
2015-03-10
nbd: fix resource leak
Gonglei
1
-0
/
+1
2015-02-26
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
1
-1
/
+2
2015-02-16
nbd: Drop BDS backpointer
Max Reitz
1
-23
/
+14
2015-02-06
nbd: fix max_discard/max_transfer_length
Denis V. Lunev
1
-0
/
+9
2015-02-06
nbd: Improve error messages
Max Reitz
1
-1
/
+1
2014-10-20
nbd: Fix filename generation
Max Reitz
1
-15
/
+29
2014-08-20
nbd: Implement bdrv_refresh_filename()
Max Reitz
1
-0
/
+36
2014-06-04
nbd: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-33
/
+54
2014-04-25
nbd: Use return values instead of error_is_set(errp)
Markus Armbruster
1
-1
/
+1
2014-02-21
nbd: correctly propagate errors
Paolo Bonzini
1
-18
/
+16
2014-02-21
nbd: produce a better error if neither host nor port is passed
Paolo Bonzini
1
-7
/
+6
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-1
/
+1
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-1
/
+2
2013-12-16
nbd: pass export name as init argument
Marc-André Lureau
1
-5
/
+8
2013-12-16
Split nbd block client code
Marc-André Lureau
1
-345
/
+28
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
1
-1
/
+2
2013-08-19
aio: drop io_flush argument
Stefan Hajnoczi
1
-7
/
+4
2013-08-19
block/nbd: drop nbd_have_request()
Stefan Hajnoczi
1
-10
/
+3
2013-06-18
nbd: strip braces from literal IPv6 address in URI
Ján Tomko
1
-1
/
+10
2013-05-12
remove double semicolons
Dong Xu Wang
1
-1
/
+1
2013-04-22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-2
/
+1
2013-04-22
block: Remove filename parameter from .bdrv_file_open()
Kevin Wolf
1
-2
/
+1
2013-04-15
nbd: set TCP_NODELAY
Stefan Hajnoczi
1
-0
/
+3
2013-04-15
nbd: use TCP_CORK in nbd_co_send_request()
Stefan Hajnoczi
1
-6
/
+16
2013-04-15
nbd: unlock mutex in nbd_co_send_request() error path
Stefan Hajnoczi
1
-1
/
+1
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
1
-1
/
+1
2013-03-22
nbd: Check against invalid option combinations
Kevin Wolf
1
-0
/
+14
2013-03-22
nbd: Use default port if only host is specified
Kevin Wolf
1
-9
/
+10
2013-03-22
block: Introduce .bdrv_parse_filename callback
Kevin Wolf
1
-16
/
+13
2013-03-22
nbd: Accept -drive options for the network connection
Kevin Wolf
1
-52
/
+77
2013-03-22
nbd: Keep hostname and port separate
Kevin Wolf
1
-9
/
+40
2013-03-22
block: Add options QDict to bdrv_file_open() prototypes
Kevin Wolf
1
-1
/
+2
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-2
/
+2
2012-11-12
nbd: accept URIs
Paolo Bonzini
1
-1
/
+97
2012-11-12
nbd: accept relative path to Unix socket
Paolo Bonzini
1
-10
/
+7
2012-06-11
cleanup qemu_co_sendv(), qemu_co_recvv() and friends
Michael Tokarev
1
-8
/
+10
2012-04-26
nbd: Fix uninitialised use of s->sock
Kevin Wolf
1
-1
/
+1
2012-04-23
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-4
/
+4
2012-04-19
aio: remove process_queue callback and qemu_aio_process_queue
Paolo Bonzini
1
-4
/
+4
2012-04-19
nbd: do not block in nbd_wr_sync if no data at all is available
Paolo Bonzini
1
-2
/
+10
2012-04-19
nbd: consistently return negative errno values
Paolo Bonzini
1
-7
/
+6
2012-04-19
nbd: consistently check for <0 or >=0
Paolo Bonzini
1
-7
/
+15
2012-04-19
nbd: avoid out of bounds access to recv_coroutine array
Paolo Bonzini
1
-1
/
+5
2011-12-22
nbd: add support for NBD_CMD_TRIM
Paolo Bonzini
1
-0
/
+25
2011-12-22
nbd: add support for NBD_CMD_FLUSH
Paolo Bonzini
1
-8
/
+37
2011-12-22
nbd: add support for NBD_CMD_FLAG_FUA
Paolo Bonzini
1
-0
/
+4
2011-12-22
nbd: allow multiple in-flight requests
Paolo Bonzini
1
-13
/
+56
[next]