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
2017-02-22
block: Don't bother asserting type of output visitor's output
Markus Armbruster
1
-2
/
+0
2016-11-11
block/nbd: Fix the leaked visitor
Ashijeet Acharya
1
-0
/
+1
2016-11-02
nbd: Implement NBD_CMD_WRITE_ZEROES on client
Eric Blake
1
-0
/
+4
2016-11-02
nbd: Rename NbdClientSession to NBDClientSession
Eric Blake
1
-2
/
+2
2016-10-28
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...
Peter Maydell
1
-0
/
+1
2016-10-27
block/nbd: Use SocketAddress options
Max Reitz
1
-10
/
+16
2016-10-27
block/nbd: Accept SocketAddress
Max Reitz
1
-62
/
+113
2016-10-27
block/nbd: Add nbd_has_filename_options_conflict()
Max Reitz
1
-6
/
+20
2016-10-27
block/nbd: Use qdict_put()
Max Reitz
1
-7
/
+6
2016-10-27
block/nbd: Default port in nbd_refresh_filename()
Max Reitz
1
-13
/
+6
2016-10-27
block/nbd: Reject port parameter without host
Max Reitz
1
-2
/
+5
2016-10-27
block/nbd: Drop trailing "." in error messages
Max Reitz
1
-2
/
+2
2016-10-27
nbd: set name for all I/O channels created
Daniel P. Berrange
1
-0
/
+1
2016-08-15
block/nbd: Store runtime option values
Max Reitz
1
-44
/
+61
2016-08-15
block/nbd: Use QemuOpts for runtime options
Max Reitz
1
-20
/
+54
2016-07-20
nbd: Convert to byte-based interface
Eric Blake
1
-6
/
+6
2016-07-20
nbd: Switch .bdrv_co_discard() to byte-based
Eric Blake
1
-9
/
+3
2016-07-20
nbd: Rely on block layer to break up large requests
Eric Blake
1
-9
/
+3
2016-07-05
block: Switch discard length bounds to byte-based
Eric Blake
1
-1
/
+1
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
1
-1
/
+1
2016-07-05
nbd: Advertise realistic limits to block layer
Eric Blake
1
-2
/
+2
2016-05-12
nbd: Simplify client FUA handling
Eric Blake
1
-22
/
+3
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
1
-3
/
+0
2016-05-12
block: Introduce bdrv_driver_pwritev()
Kevin Wolf
1
-9
/
+0
2016-03-30
nbd: Support BDRV_REQ_FUA
Kevin Wolf
1
-1
/
+26
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-3
/
+3
2016-03-05
util: Shorten references into SocketAddress
Eric Blake
1
-6
/
+8
2016-02-16
nbd: enable use of TLS with NBD block driver
Daniel P. Berrange
1
-9
/
+69
2016-02-16
nbd: convert block client to use I/O channels for connection setup
Daniel P. Berrange
1
-19
/
+20
2016-01-20
block: Clean up includes
Peter Maydell
1
-2
/
+1
2015-12-18
block: Pass driver-specific options to .bdrv_refresh_filename()
Kevin Wolf
1
-5
/
+5
2015-11-02
block: Convert to new qapi union layout
Eric Blake
1
-9
/
+9
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
[next]