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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-16
curl: avoid recursive locking of BDRVCURLState mutex
Paolo Bonzini
1
-1
/
+13
2017-05-16
curl: never invoke callbacks with s->mutex held
Paolo Bonzini
1
-4
/
+8
2017-05-16
curl: strengthen assertion in curl_clean_state
Paolo Bonzini
1
-0
/
+5
2017-05-16
block: curl: Allow passing cookies via QCryptoSecret
Peter Krempa
1
-1
/
+23
2017-05-12
Merge tag 'block-pull-request' into staging
Stefan Hajnoczi
1
-2
/
+2
2017-05-12
Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging
Stefan Hajnoczi
9
-282
/
+796
2017-05-12
block: Simplify BDRV_BLOCK_RAW recursion
Eric Blake
1
-2
/
+2
2017-05-11
qcow2: Discard/zero clusters by byte count
Eric Blake
4
-41
/
+39
2017-05-11
qcow2: Assert that cluster operations are aligned
Eric Blake
1
-4
/
+11
2017-05-11
qcow2: Optimize write zero of unaligned tail cluster
Eric Blake
1
-0
/
+7
2017-05-11
qcow2: Optimize zero_single_l2() to minimize L2 churn
Eric Blake
1
-2
/
+13
2017-05-11
qcow2: Make distinction between zero cluster types obvious
Eric Blake
4
-80
/
+60
2017-05-11
qcow2: Name typedef for cluster type
Eric Blake
3
-14
/
+15
2017-05-11
qcow2: Correctly report status of preallocated zero clusters
Eric Blake
1
-10
/
+35
2017-05-11
qcow2: Use consistent switch indentation
Eric Blake
2
-58
/
+58
2017-05-11
qcow2: Nicer variable names in qcow2_update_snapshot_refcount()
Eric Blake
1
-20
/
+22
2017-05-11
blkdebug: Add ability to override unmap geometries
Eric Blake
1
-1
/
+95
2017-05-11
blkdebug: Simplify override logic
Eric Blake
1
-10
/
+6
2017-05-11
blkdebug: Add pass-through write_zero and discard support
Eric Blake
1
-0
/
+74
2017-05-11
blkdebug: Refactor error injection
Eric Blake
1
-41
/
+33
2017-05-11
blkdebug: Sanity check block layer guarantees
Eric Blake
1
-0
/
+14
2017-05-11
file-posix: Remove .bdrv_inactivate/invalidate_cache
Kevin Wolf
1
-33
/
+0
2017-05-11
block: Drop permissions when migration completes
Kevin Wolf
1
-0
/
+25
2017-05-11
block: New BdrvChildRole.activate() for blk_resume_after_migration()
Kevin Wolf
1
-28
/
+28
2017-05-11
qcow2: Discard preallocated zero clusters
Max Reitz
1
-1
/
+2
2017-05-11
qcow2: Reuse preallocated zero clusters
Max Reitz
2
-24
/
+59
2017-05-11
qcow2: Fix preallocation size formula
Max Reitz
1
-4
/
+5
2017-05-11
file-posix: Add image locking to perm operations
Fam Zheng
1
-1
/
+275
2017-05-11
file-win32: Error out if locking=on
Fam Zheng
1
-0
/
+5
2017-05-11
file-posix: Add 'locking' option
Fam Zheng
1
-0
/
+5
2017-05-10
Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging
Stefan Hajnoczi
1
-22
/
+22
2017-05-10
Merge remote-tracking branch 'danpb/tags/pull-qcrypto-2017-05-09-1' into staging
Stefan Hajnoczi
1
-3
/
+3
2017-05-09
crypto: move 'opaque' parameter to (nearly) the end of parameter list
Daniel P. Berrange
1
-3
/
+3
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2
-22
/
+14
2017-05-09
sockets: Rename SocketAddressFlat to SocketAddress
Markus Armbruster
3
-40
/
+40
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
2
-11
/
+11
2017-05-09
sockets: Prepare inet_parse() for flattened SocketAddress
Markus Armbruster
1
-4
/
+4
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
15
-93
/
+81
2017-05-08
qobject: Drop useless QObject casts
Eric Blake
5
-21
/
+16
2017-05-07
block: Make 'replication_state' an enum
Fam Zheng
1
-22
/
+22
2017-04-28
qcow2: Allow discard of final unaligned cluster
Eric Blake
1
-1
/
+6
2017-04-28
block: Add .bdrv_truncate() error messages
Max Reitz
8
-8
/
+34
2017-04-28
block: Add errp to BD.bdrv_truncate()
Max Reitz
12
-28
/
+28
2017-04-28
block: Add errp to b{lk,drv}_truncate()
Max Reitz
16
-49
/
+51
2017-04-28
block/vhdx: Make vhdx_create() always set errp
Max Reitz
1
-4
/
+19
2017-04-27
block: fix alignment calculations in bdrv_co_do_zero_pwritev
Denis V. Lunev
1
-1
/
+1
2017-04-27
block: Do not unref bs->file on error in BD's open
Max Reitz
3
-9
/
+1
2017-04-27
block: Remove NULL check in bdrv_co_flush
Fam Zheng
1
-1
/
+1
2017-04-27
Revert "block/io: Comment out permission assertions"
Max Reitz
1
-10
/
+2
2017-04-27
file-win32: Remove unnecessary include
Kevin Wolf
1
-1
/
+0
[prev]
[next]