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
/
nbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
1
-4
/
+4
2013-03-22
nbd: Remove unused functions
Kevin Wolf
1
-19
/
+0
2013-03-22
nbd: Keep hostname and port separate
Kevin Wolf
1
-0
/
+12
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-3
/
+3
2012-11-28
nbd: fix use of two uninitialized bytes when connecting to a named export
Paolo Bonzini
1
-1
/
+1
2012-11-13
nbd: fixes to read-only handling
Paolo Bonzini
1
-13
/
+12
2012-10-23
nbd: ask and print error information from qemu-sockets
Paolo Bonzini
1
-8
/
+31
2012-10-23
qemu-sockets: add Error ** to all functions
Paolo Bonzini
1
-2
/
+2
2012-09-25
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
Orit Wasserman
1
-1
/
+1
2012-09-19
nbd: add nbd_export_get_blockdev
Paolo Bonzini
1
-1
/
+6
2012-09-19
nbd: negotiate with named exports
Paolo Bonzini
1
-19
/
+150
2012-09-19
nbd: register named exports
Paolo Bonzini
1
-0
/
+49
2012-09-19
nbd: add notification for closing an NBDExport
Paolo Bonzini
1
-1
/
+9
2012-09-19
nbd: track clients into NBDExport
Paolo Bonzini
1
-2
/
+11
2012-09-19
nbd: add reference counting to NBDExport
Paolo Bonzini
1
-6
/
+31
2012-09-19
nbd: do not leak nbd_trip coroutines when a connection is torn down
Paolo Bonzini
1
-6
/
+27
2012-09-19
nbd: make refcount interface public
Paolo Bonzini
1
-2
/
+2
2012-09-19
nbd: do not close BlockDriverState in nbd_export_close
Paolo Bonzini
1
-1
/
+0
2012-09-19
nbd: pass NBDClient to nbd_send_negotiate
Paolo Bonzini
1
-37
/
+41
2012-09-18
nbd: add more constants
Paolo Bonzini
1
-7
/
+10
2012-08-13
net: inet_connect(), inet_connect_opts(): add in_progress argument
Luiz Capitulino
1
-1
/
+1
2012-05-10
sockets: use error class to pass listen error
Amos Kong
1
-1
/
+1
2012-05-10
sockets: change inet_connect() to support nonblock socket
Amos Kong
1
-1
/
+1
2012-04-19
nbd: obey FUA on reads
Paolo Bonzini
1
-0
/
+9
2012-04-19
nbd: do not include block_int.h
Paolo Bonzini
1
-2
/
+1
2012-04-19
nbd: do not block in nbd_wr_sync if no data at all is available
Paolo Bonzini
1
-6
/
+34
2012-04-19
nbd: consistently return negative errno values
Paolo Bonzini
1
-81
/
+78
2012-04-19
nbd: consistently check for <0 or >=0
Paolo Bonzini
1
-23
/
+25
2012-04-19
nbd: consistently use ssize_t
Paolo Bonzini
1
-12
/
+10
2012-04-15
nbd: Fix compiler warning (w64)
Stefan Weil
1
-1
/
+1
2011-12-22
qemu-nbd: throttle requests
Paolo Bonzini
1
-3
/
+22
2011-12-22
qemu-nbd: asynchronous operation
Paolo Bonzini
1
-21
/
+53
2011-12-22
qemu-nbd: add client pointer to NBDRequest
Paolo Bonzini
1
-21
/
+27
2011-12-22
qemu-nbd: move client handling to nbd.c
Paolo Bonzini
1
-3
/
+59
2011-12-22
qemu-nbd: introduce NBDRequest
Paolo Bonzini
1
-14
/
+51
2011-12-22
qemu-nbd: introduce NBDExport
Paolo Bonzini
1
-16
/
+48
2011-12-22
qemu-nbd: introduce nbd_do_receive_request
Paolo Bonzini
1
-21
/
+47
2011-12-22
qemu-nbd: more robust handling of invalid requests
Paolo Bonzini
1
-27
/
+30
2011-12-22
qemu-nbd: introduce nbd_do_send_reply
Paolo Bonzini
1
-14
/
+32
2011-12-22
qemu-nbd: simplify nbd_trip
Paolo Bonzini
1
-17
/
+8
2011-12-22
qemu-nbd: remove data_size argument to nbd_trip
Paolo Bonzini
1
-3
/
+3
2011-12-22
qemu-nbd: remove offset argument to nbd_trip
Paolo Bonzini
1
-5
/
+3
2011-12-22
Update ioctl order in nbd_init() to detect EBUSY
Chunyan Liu
1
-18
/
+9
2011-12-22
nbd: add support for NBD_CMD_TRIM
Paolo Bonzini
1
-2
/
+13
2011-12-22
nbd: add support for NBD_CMD_FLUSH
Paolo Bonzini
1
-1
/
+14
2011-12-22
nbd: add support for NBD_CMD_FLAG_FUA
Paolo Bonzini
1
-2
/
+11
2011-12-22
nbd: fix error handling in the server
Paolo Bonzini
1
-9
/
+12
2011-12-22
nbd: switch to asynchronous operation
Paolo Bonzini
1
-0
/
+8
2011-12-02
fix spelling in main directory
Dong Xu Wang
1
-2
/
+2
[next]