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