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
*
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
*
nbd: switch to asynchronous operation
Paolo Bonzini
2011-12-22
1
-65
/
+123
*
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-06
1
-2
/
+2
*
block: take lock around bdrv_write implementations
Paolo Bonzini
2011-10-21
1
-1
/
+12
*
block: take lock around bdrv_read implementations
Paolo Bonzini
2011-10-21
1
-1
/
+12
*
block: add a CoMutex to synchronous read drivers
Paolo Bonzini
2011-10-21
1
-0
/
+2
*
nbd: support feature negotiation
Paolo Bonzini
2011-09-19
1
-2
/
+2
*
nbd: Clean up use of block_int.h
Markus Armbruster
2011-09-12
1
-0
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-9
/
+9
*
NBD: Avoid leaking a couple of strings when the NBD device is closed
Nick Thomas
2011-05-03
1
-0
/
+4
*
NBD device: Separate out parsing configuration and opening sockets.
Nick Thomas
2011-04-07
1
-55
/
+102
*
nbd: correctly manage default port
Laurent Vivier
2010-09-21
1
-2
/
+0
*
nbd: Introduce NBD named exports.
Laurent Vivier
2010-08-30
1
-19
/
+49
*
block: Open the underlying image file in generic code
Kevin Wolf
2010-05-03
1
-1
/
+1
*
block: kill BDRV_O_CREAT
Christoph Hellwig
2010-01-26
1
-3
/
+0
*
Move block drivers into their own directory
Anthony Liguori
2009-05-14
1
-0
/
+196