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
/
sheepdog.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
1
-0
/
+12
2019-01-31
block/sheepdog: Convert from DPRINTF() macro to trace events
Laurent Vivier
1
-30
/
+17
2019-01-17
block/sheepdog: Use QEMU_NONSTRING for non NUL-terminated arrays
Philippe Mathieu-Daudé
1
-1
/
+1
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-3
/
+3
2018-10-19
block: Use warn_report() & friends to report warnings
Markus Armbruster
1
-1
/
+1
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
1
-6
/
+6
2018-06-15
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
1
-10
/
+4
2018-06-15
block: Fix -drive for certain non-string scalars
Markus Armbruster
1
-10
/
+2
2018-06-15
block: Fix -blockdev for certain non-string scalars
Markus Armbruster
1
-1
/
+1
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-0
/
+1
2018-06-05
sheepdog: remove huge BSS object
Paolo Bonzini
1
-10
/
+12
2018-06-05
sheepdog: cleanup repeated expression
Paolo Bonzini
1
-3
/
+3
2018-05-23
sheepdog: Remove unnecessary NULL check in sd_prealloc()
Peter Maydell
1
-3
/
+1
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
1
-1
/
+3
2018-05-08
sheepdog: Fix sd_co_create_opts() memory leaks
Kevin Wolf
1
-1
/
+3
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-6
/
+6
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-1
/
+1
2018-03-13
block: include original filename when reporting invalid URIs
Daniel P. Berrangé
1
-1
/
+1
2018-03-09
sheepdog: Support .bdrv_co_create
Kevin Wolf
1
-74
/
+169
2018-03-09
sheepdog: QAPIfy "redundancy" create option
Kevin Wolf
1
-27
/
+67
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-18
/
+18
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-5
/
+5
2018-03-02
sheepdog: Switch to .bdrv_co_block_status()
Eric Blake
1
-13
/
+13
2018-02-13
sheepdog: Allow fully preallocated truncation
Max Reitz
1
-3
/
+12
2018-02-13
sheepdog: Pass old and new size to sd_prealloc()
Max Reitz
1
-11
/
+5
2018-02-13
sheepdog: Make sd_prealloc() take a BDS
Max Reitz
1
-8
/
+21
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2017-12-20
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-2
/
+1
2017-12-19
coroutine: simplify co_aio_sleep_ns() prototype
Stefan Hajnoczi
1
-2
/
+1
2017-12-18
block/sheepdog: code beautification
Jeff Cody
1
-82
/
+82
2017-12-18
block/sheepdog: remove spurious NULL check
Jeff Cody
1
-1
/
+1
2017-09-05
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-20170905-2' into...
Peter Maydell
1
-1
/
+1
2017-09-05
util: remove the obsolete non-blocking connect
Cao jin
1
-1
/
+1
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-1
/
+1
2017-07-17
sheepdog: add queue_lock
Paolo Bonzini
1
-2
/
+19
2017-07-11
block: Add PreallocMode to BD.bdrv_truncate()
Max Reitz
1
-2
/
+9
2017-06-26
block: Do not strcmp() with NULL uri->scheme
Max Reitz
1
-3
/
+3
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
1
-3
/
+3
2017-06-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...
Peter Maydell
1
-1
/
+0
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-1
/
+0
2017-06-16
block: access wakeup with atomic ops
Paolo Bonzini
1
-1
/
+2
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
1
-19
/
+13
2017-05-09
sockets: Rename SocketAddressFlat to SocketAddress
Markus Armbruster
1
-3
/
+3
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
1
-9
/
+9
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
1
-8
/
+6
2017-04-24
socket: Make errp the last parameter of socket_connect
Fam Zheng
1
-1
/
+1
2017-04-11
sheepdog: Fix crash in co_read_response()
Kevin Wolf
1
-1
/
+1
2017-04-11
sheepdog: Use bdrv_coroutine_enter before BDRV_POLL_WHILE
Fam Zheng
1
-1
/
+1
2017-04-03
sheepdog: Fix blockdev-add
Markus Armbruster
1
-32
/
+58
[next]