index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
blockjobs: ensure abort is called for cancelled jobs
John Snow
2018-03-19
2
-1
/
+2
*
blockjobs: add block_job_dismiss
John Snow
2018-03-19
1
-0
/
+1
*
blockjobs: add block_job_verb permission table
John Snow
2018-03-19
1
-0
/
+1
*
blockjobs: add state transition table
John Snow
2018-03-19
1
-0
/
+3
*
blockjobs: model single jobs as transactions
John Snow
2018-03-19
4
-5
/
+4
*
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
2018-03-16
1
-35
/
+88
|
\
|
*
dirty-bitmap: add locked state
Vladimir Sementsov-Ogievskiy
2018-03-13
1
-0
/
+16
|
*
block/dirty-bitmap: add _locked version of bdrv_reclaim_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2018-03-13
1
-10
/
+18
|
*
block/dirty-bitmap: fix locking in bdrv_reclaim_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2018-03-13
1
-32
/
+53
|
*
block/dirty-bitmap: add bdrv_dirty_bitmap_enable_successor()
Vladimir Sementsov-Ogievskiy
2018-03-13
1
-0
/
+8
*
|
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-03-13-v2' into...
Peter Maydell
2018-03-16
5
-1
/
+227
|
\
\
|
*
|
nbd: BLOCK_STATUS for standard get_block_status function: client part
Vladimir Sementsov-Ogievskiy
2018-03-13
3
-0
/
+159
|
*
|
block/nbd-client: save first fatal error in nbd_iter_error
Vladimir Sementsov-Ogievskiy
2018-03-13
1
-1
/
+3
|
*
|
block: let blk_add/remove_aio_context_notifier() tolerate BDS changes
Stefan Hajnoczi
2018-03-13
2
-0
/
+65
|
|
/
*
/
block: include original filename when reporting invalid URIs
Daniel P. Berrangé
2018-03-13
2
-2
/
+2
|
/
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-03-12
24
-905
/
+1517
|
\
|
*
file-posix: Fix no-op bdrv_truncate() with falloc preallocation
Kevin Wolf
2018-03-09
1
-5
/
+9
|
*
ssh: Support .bdrv_co_create
Kevin Wolf
2018-03-09
1
-35
/
+48
|
*
ssh: Pass BlockdevOptionsSsh to connect_to_ssh()
Kevin Wolf
2018-03-09
1
-13
/
+21
|
*
ssh: QAPIfy host-key-check option
Kevin Wolf
2018-03-09
1
-32
/
+56
|
*
ssh: Use QAPI BlockdevOptionsSsh object
Kevin Wolf
2018-03-09
1
-75
/
+62
|
*
sheepdog: Support .bdrv_co_create
Kevin Wolf
2018-03-09
1
-74
/
+169
|
*
sheepdog: QAPIfy "redundancy" create option
Kevin Wolf
2018-03-09
1
-27
/
+67
|
*
nfs: Support .bdrv_co_create
Kevin Wolf
2018-03-09
1
-16
/
+60
|
*
nfs: Use QAPI options in nfs_client_open()
Kevin Wolf
2018-03-09
1
-123
/
+53
|
*
rbd: Use qemu_rbd_connect() in qemu_rbd_do_create()
Kevin Wolf
2018-03-09
1
-44
/
+10
|
*
rbd: Assign s->snap/image_name in qemu_rbd_open()
Kevin Wolf
2018-03-09
1
-9
/
+5
|
*
rbd: Support .bdrv_co_create
Kevin Wolf
2018-03-09
1
-50
/
+100
|
*
rbd: Pass BlockdevOptionsRbd to qemu_rbd_connect()
Kevin Wolf
2018-03-09
1
-60
/
+55
|
*
rbd: Remove non-schema options from runtime_opts
Kevin Wolf
2018-03-09
1
-31
/
+24
|
*
rbd: Factor out qemu_rbd_connect()
Kevin Wolf
2018-03-09
1
-40
/
+60
|
*
rbd: Fix use after free in qemu_rbd_set_keypairs() error path
Kevin Wolf
2018-03-09
1
-1
/
+2
|
*
gluster: Support .bdrv_co_create
Kevin Wolf
2018-03-09
1
-44
/
+91
|
*
file-win32: Support .bdrv_co_create
Kevin Wolf
2018-03-09
1
-9
/
+38
|
*
file-posix: Support .bdrv_co_create
Kevin Wolf
2018-03-09
1
-23
/
+56
|
*
block: x-blockdev-create QMP command
Kevin Wolf
2018-03-09
3
-1
/
+78
|
*
qcow2: Use visitor for options in qcow2_create()
Kevin Wolf
2018-03-09
1
-140
/
+78
|
*
qcow2: Handle full/falloc preallocation in qcow2_co_create()
Kevin Wolf
2018-03-09
1
-9
/
+19
|
*
qcow2: Use QCryptoBlockCreateOptions in qcow2_co_create()
Kevin Wolf
2018-03-09
1
-17
/
+45
|
*
qcow2: Use BlockdevRef in qcow2_co_create()
Kevin Wolf
2018-03-09
1
-14
/
+25
|
*
qcow2: Pass BlockdevCreateOptions to qcow2_co_create()
Kevin Wolf
2018-03-09
1
-38
/
+151
|
*
qcow2: Let qcow2_create() handle protocol layer
Kevin Wolf
2018-03-09
1
-26
/
+38
|
*
qcow2: Rename qcow2_co_create2() to qcow2_co_create()
Kevin Wolf
2018-03-09
1
-8
/
+8
|
*
qcow2: Make qemu-img check detect corrupted L1 tables in snapshots
Alberto Garcia
2018-03-09
1
-0
/
+14
|
*
qcow2: Check snapshot L1 table in qcow2_snapshot_delete()
Alberto Garcia
2018-03-09
1
-0
/
+7
|
*
qcow2: Check snapshot L1 table in qcow2_snapshot_goto()
Alberto Garcia
2018-03-09
1
-0
/
+9
|
*
qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()
Alberto Garcia
2018-03-09
1
-1
/
+9
|
*
qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()
Alberto Garcia
2018-03-09
1
-7
/
+17
|
*
qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()
Alberto Garcia
2018-03-09
1
-3
/
+5
|
*
qcow2: Generalize validate_table_offset() into qcow2_validate_table()
Alberto Garcia
2018-03-09
2
-52
/
+35
[prev]
[next]