index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
quorum.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-28
block: add bdrv_get_device_or_node_name()
Alberto Garcia
1
-4
/
+1
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-3
/
+3
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-18
/
+18
2014-10-20
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
1
-2
/
+2
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
1
-1
/
+1
2014-09-22
quorum: Convert quorum_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-5
/
+2
2014-09-22
quorum: fix quorum_aio_cancel()
Liu Yuan
1
-1
/
+3
2014-08-29
quorum: Fix leak of opts in quorum_open
Fam Zheng
1
-1
/
+2
2014-08-29
block/quorum: add simple read pattern support
Liu Yuan
1
-48
/
+129
2014-08-20
quorum: Implement bdrv_refresh_filename()
Max Reitz
1
-0
/
+39
2014-06-27
quorum: Add the rewrite-corrupted parameter to quorum
Benoît Canet
1
-6
/
+91
2014-06-23
qapi event: convert QUORUM events
Wenchao Xia
1
-17
/
+8
2014-06-04
quorum: implement .bdrv_detach/attach_aio_context()
Stefan Hajnoczi
1
-12
/
+36
2014-04-25
Use error_is_set() only when necessary (again)
Markus Armbruster
1
-2
/
+2
2014-03-19
block: Add error handling to bdrv_invalidate_cache()
Kevin Wolf
1
-2
/
+7
2014-03-13
block: Rewrite the snapshot authorization mechanism for block filters.
Benoît Canet
1
-2
/
+1
2014-02-28
qmp: Make Quorum error events more palatable.
Benoît Canet
1
-3
/
+6
2014-02-21
quorum: Simplify quorum_open()
Max Reitz
1
-27
/
+39
2014-02-21
quorum: Add quorum_open() and quorum_close().
Benoît Canet
1
-0
/
+161
2014-02-21
quorum: Implement recursive .bdrv_recurse_is_first_non_filter in quorum.
Benoît Canet
1
-0
/
+19
2014-02-21
quorum: Add quorum_co_flush().
Benoît Canet
1
-0
/
+28
2014-02-21
quorum: Add quorum_invalidate_cache().
Benoît Canet
1
-0
/
+11
2014-02-21
quorum: Add quorum_getlength().
Benoît Canet
1
-0
/
+26
2014-02-21
quorum: Add quorum mechanism.
Benoît Canet
1
-1
/
+390
2014-02-21
quorum: Add quorum_aio_readv.
Benoît Canet
1
-1
/
+38
2014-02-21
quorum: Add quorum_aio_writev and its dependencies.
Benoît Canet
1
-0
/
+103
2014-02-21
quorum: Create BDRVQuorumState and BlkDriver and do init.
Benoît Canet
1
-0
/
+31
2014-02-21
quorum: Create quorum.c, add QuorumChildRequest and QuorumAIOCB.
Benoît Canet
1
-0
/
+53