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
2015-05-08
qemu-nbd: only send a limited number of errno codes on the wire
Paolo Bonzini
1
-0
/
+57
2015-04-28
nbd/trivial: fix type cast for ioctl
Bogdan Purcareata
1
-1
/
+1
2015-03-18
nbd: Drop unexpected data for NBD_OPT_LIST
Max Reitz
1
-0
/
+23
2015-03-18
nbd: Fix interpretation of the export flags
Max Reitz
1
-1
/
+1
2015-03-18
nbd: Fix nbd_receive_options()
Max Reitz
1
-20
/
+29
2015-03-18
nbd: Set block size to BDRV_SECTOR_SIZE
Max Reitz
1
-8
/
+7
2015-03-18
nbd: Handle blk_getlength() failure
Max Reitz
1
-2
/
+14
2015-03-18
nbd: Pass return value from nbd_handle_list()
Max Reitz
1
-3
/
+4
2015-03-18
nbd: Fix overflow return value
Yik Fang
1
-1
/
+1
2015-02-16
nbd: Drop BDS backpointer
Max Reitz
1
-4
/
+4
2015-02-06
nbd: Improve error messages
Max Reitz
1
-17
/
+25
2014-12-10
nbd: Use BlockBackend internally
Max Reitz
1
-28
/
+28
2014-12-10
nbd: Change external interface to BlockBackend
Max Reitz
1
-5
/
+6
2014-10-14
block/migration: Disable cache invalidate for incoming migration
Alexey Kardashevskiy
1
-0
/
+6
2014-08-29
nbd: Follow the BDS' AIO context
Max Reitz
1
-0
/
+31
2014-08-29
nbd: Drop nbd_can_read()
Max Reitz
1
-19
/
+53
2014-08-29
qemu-coroutine-io: fix for Win32
Paolo Bonzini
1
-1
/
+1
2014-06-30
nbd: Handle NBD_OPT_LIST option.
Hani Benhabiles
1
-0
/
+65
2014-06-30
nbd: Handle fixed new-style clients.
Hani Benhabiles
1
-49
/
+102
2014-06-27
nbd: Don't validate from and len in NBD_CMD_DISC.
Hani Benhabiles
1
-3
/
+4
2014-05-24
nbd: Miscellaneous typo fixes.
Hani Benhabiles
1
-1
/
+1
2014-02-21
nbd: move socket wrappers to qemu-nbd
Paolo Bonzini
1
-50
/
+0
2014-02-21
nbd: inline tcp_socket_incoming_spec into sole caller
Paolo Bonzini
1
-6
/
+2
2014-02-21
nbd: correctly propagate errors
Paolo Bonzini
1
-12
/
+0
2013-12-16
nbd: don't change socket block during negotiate
Marc-André Lureau
1
-2
/
+0
2013-09-06
nbd: use BlockDriverState refcnt
Fam Zheng
1
-0
/
+5
2013-08-22
aio / timers: Untangle include files
Alex Bligh
1
-0
/
+1
2013-05-03
nbd: support large NBD requests
Stefan Hajnoczi
1
-6
/
+11
2013-05-03
nbd: use g_slice_new() instead of a freelist
Stefan Hajnoczi
1
-17
/
+6
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
[next]