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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-10
qmp: Add optional switch "query-nodes" in query-blockstats
Fam Zheng
1
-7
/
+13
2014-12-10
block: Include "node-name" if present in query-blockstats
Fam Zheng
1
-0
/
+5
2014-11-24
Revert "qemu-img info: show nocow info"
Kevin Wolf
1
-26
/
+0
2014-11-18
block/raw-posix: Catch fsync() errors
Max Reitz
1
-1
/
+6
2014-11-18
block/raw-posix: Only sync after successful preallocation
Max Reitz
1
-1
/
+3
2014-11-18
block/raw-posix: Fix preallocating write() loop
Max Reitz
1
-1
/
+1
2014-11-18
raw-posix: The SEEK_HOLE code is flawed, rewrite it
Markus Armbruster
1
-26
/
+85
2014-11-18
raw-posix: SEEK_HOLE suffices, get rid of FIEMAP
Markus Armbruster
1
-59
/
+4
2014-11-18
raw-posix: Fix comment for raw_co_get_block_status()
Markus Armbruster
1
-3
/
+1
2014-11-14
vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_info
Fam Zheng
1
-7
/
+13
2014-11-09
block/vdi: Limit maximum size even futher
Max Reitz
1
-2
/
+12
2014-11-03
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
17
-209
/
+558
2014-11-03
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-0...
Peter Maydell
1
-0
/
+2
2014-11-03
block: let commit blockjob run in BDS AioContext
Stefan Hajnoczi
1
-26
/
+44
2014-11-03
block: let mirror blockjob run in BDS AioContext
Stefan Hajnoczi
1
-26
/
+59
2014-11-03
block: let stream blockjob run in BDS AioContext
Stefan Hajnoczi
1
-14
/
+36
2014-11-03
block: let backup blockjob run in BDS AioContext
Stefan Hajnoczi
1
-2
/
+19
2014-11-03
block/qcow2: Simplify shared L2 handling in amend
Max Reitz
1
-66
/
+28
2014-11-03
block/qcow2: Make get_refcount() global
Max Reitz
2
-13
/
+15
2014-11-03
block/qcow2: Implement status CB for amend
Max Reitz
3
-8
/
+39
2014-11-03
block: Add status callback to bdrv_amend_options()
Max Reitz
1
-1
/
+2
2014-11-03
qemu-img: Implement commit like QMP
Max Reitz
1
-2
/
+1
2014-11-03
block/mirror: Improve progress report
Max Reitz
1
-12
/
+22
2014-11-03
qcow2: Optimize bdrv_make_empty()
Max Reitz
2
-1
/
+166
2014-11-03
qcow2: Implement bdrv_make_empty()
Max Reitz
1
-0
/
+27
2014-11-03
qcow2: Allow "full" discard
Max Reitz
4
-13
/
+20
2014-11-03
raw-posix: raw_co_get_block_status() return value
Max Reitz
1
-14
/
+14
2014-11-03
raw-posix: Fix raw_co_get_block_status() after EOF
Max Reitz
1
-4
/
+10
2014-11-03
block/curl: Improve type safety of s->timeout.
Richard W.M. Jones
1
-2
/
+7
2014-11-03
snapshot: add bdrv_drain_all() to bdrv_snapshot_delete() to avoid concurrency...
Zhang Haoyu
1
-0
/
+4
2014-11-03
rbd: Add support for bdrv_invalidate_cache
Adam Crume
1
-0
/
+15
2014-11-03
block/parallels: fix access to not initialized memory in catalog_bitmap
Denis V. Lunev
1
-1
/
+1
2014-11-03
block/iscsi: check for oversized requests
Peter Lieven
1
-0
/
+12
2014-11-03
block/iscsi: use sector_limits_lun2qemu throughout iscsi_refresh_limits
Peter Lieven
1
-10
/
+10
2014-11-03
block/iscsi: set max_transfer_length
Peter Lieven
1
-2
/
+15
2014-11-02
vdi: wrapped uuid_unparse() in #ifdef
SeokYeon Hwang
1
-0
/
+2
2014-10-31
iscsi: Refuse to open as writable if the LUN is write protected
Fam Zheng
1
-0
/
+42
2014-10-23
block: char devices on FreeBSD are not behind a pager
Roger Pau Monne
1
-5
/
+21
2014-10-23
qcow2: Do not overflow when writing an L1 sector
Max Reitz
1
-2
/
+4
2014-10-23
qcow2: Drop REFCOUNT_SHIFT
Max Reitz
3
-21
/
+15
2014-10-23
qcow2: Clean up after refcount rebuild
Max Reitz
1
-0
/
+45
2014-10-23
qcow2: Rebuild refcount structure during check
Max Reitz
1
-6
/
+305
2014-10-23
qcow2: Do not perform potentially damaging repairs
Max Reitz
1
-161
/
+27
2014-10-23
qcow2: Fix refcount blocks beyond image end
Max Reitz
1
-4
/
+63
2014-10-23
qcow2: Reuse refcount table in calculate_refcounts()
Max Reitz
1
-5
/
+7
2014-10-23
qcow2: Let inc_refcounts() resize the reftable
Max Reitz
1
-22
/
+35
2014-10-23
qcow2: Let inc_refcounts() return -errno
Max Reitz
1
-31
/
+60
2014-10-23
qcow2: Split fail code in L1 and L2 checks
Max Reitz
1
-9
/
+14
2014-10-23
qcow2: Use int64_t for in-memory reftable size
Max Reitz
1
-3
/
+3
2014-10-23
qcow2: Pull check_refblocks() up
Max Reitz
1
-53
/
+49
[next]