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
2012-06-24
raw-posix: Fix build without is_allocated support
Kevin Wolf
1
-1
/
+8
2012-06-15
qcow2: fix autoclear image header update
Stefan Hajnoczi
1
-8
/
+9
2012-06-15
qcow2: Fix avail_sectors in cluster allocation code
Kevin Wolf
1
-1
/
+9
2012-06-15
qcow2: Simplify calculation for COW area at the end
Kevin Wolf
1
-3
/
+2
2012-06-15
qcow2: always operate caches in writeback mode
Paolo Bonzini
4
-44
/
+5
2012-06-15
sheepdog: add coroutine_fn markers to coroutine functions
MORITA Kazutaka
1
-4
/
+5
2012-06-15
rbd: hook up cache options
Josh Durgin
1
-0
/
+19
2012-06-15
qcow2: Support for fixing refcount inconsistencies
Kevin Wolf
3
-15
/
+37
2012-06-15
qemu-img check: Print fixed clusters and recheck
Kevin Wolf
1
-0
/
+2
2012-06-15
qemu-img check -r for repairing images
Kevin Wolf
3
-4
/
+15
2012-06-15
stream: move rate limiting to a separate header file
Paolo Bonzini
1
-29
/
+2
2012-06-15
stream: move is_allocated_above to block.c
Paolo Bonzini
1
-51
/
+2
2012-06-15
stream: tweak usage of bdrv_co_is_allocated
Paolo Bonzini
1
-26
/
+25
2012-06-15
block: implement is_allocated for raw
Paolo Bonzini
2
-0
/
+106
2012-06-15
qcow2: fix endianness conversion
Zhi Yong Wu
1
-1
/
+1
2012-06-15
qcow2: remove a line of unnecessary code
Zhi Yong Wu
1
-1
/
+0
2012-06-15
qcow2: Silence false warning
Kevin Wolf
1
-0
/
+2
2012-06-07
build: move block/ objects to nested Makefile.objs
Paolo Bonzini
1
-0
/
+11
2012-05-30
block: prevent snapshot mode $TMPDIR symlink attack
Jim Meyering
1
-1
/
+6
2012-05-30
sheepdog: fix return value of do_load_save_vm_state
MORITA Kazutaka
1
-5
/
+5
2012-05-29
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
3
-56
/
+83
2012-05-28
ISCSI: Switch to using READ16/WRITE16 for I/O to the LUN
Ronnie Sahlberg
1
-29
/
+83
2012-05-28
ISCSI: Only call READCAPACITY16 for SBC devices, use READCAPACITY10 for MMC
Ronnie Sahlberg
1
-5
/
+59
2012-05-28
ISCSI: get device type at connection time
Ronnie Sahlberg
1
-2
/
+43
2012-05-28
ISCSI: change num_blocks to 64-bit
Paolo Bonzini
1
-1
/
+1
2012-05-28
ISCSI: redo how we set up the events
Ronnie Sahlberg
1
-4
/
+21
2012-05-25
qcow2: Check qcow2_alloc_clusters_at() return value
Kevin Wolf
1
-10
/
+13
2012-05-25
sheepdog: use heap instead of stack for BDRVSheepdogState
MORITA Kazutaka
1
-13
/
+22
2012-05-25
sheepdog: return -errno on error
MORITA Kazutaka
1
-32
/
+46
2012-05-25
sheepdog: mark image as snapshot when tag is specified
MORITA Kazutaka
1
-1
/
+1
2012-05-25
qcow2: don't leak buffer for unexpected qcow_version in header
Jim Meyering
1
-1
/
+2
2012-05-14
qcow2: Don't ignore failure to clear autoclear flags
Kevin Wolf
1
-1
/
+4
2012-05-10
block: fix warning introduced in efcc7a23
Anthony Liguori
1
-1
/
+1
2012-05-10
stream: do not copy unallocated sectors from the base
Paolo Bonzini
1
-14
/
+4
2012-05-10
stream: fix ratelimiting corner case
Paolo Bonzini
1
-5
/
+5
2012-05-10
stream: pass new base image format to bdrv_change_backing_file
Paolo Bonzini
1
-2
/
+5
2012-05-10
block: wait for job callback in block_job_cancel_sync
Paolo Bonzini
1
-4
/
+3
2012-05-10
block: add block_job_sleep_ns
Paolo Bonzini
1
-14
/
+9
2012-05-10
block: fix snapshot on QED
Paolo Bonzini
2
-0
/
+14
2012-05-10
block: update in-memory backing file and format
Paolo Bonzini
1
-11
/
+0
2012-05-10
block: push bdrv_change_backing_file error checking up from drivers
Paolo Bonzini
1
-5
/
+0
2012-05-08
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
3
-5
/
+20
2012-05-07
qcow2: lock on prealloc
Zhi Yong Wu
1
-0
/
+3
2012-05-07
qcow2: Limit COW to where it's needed
Kevin Wolf
1
-5
/
+9
2012-05-07
sheepdog: switch to writethrough mode if cluster doesn't support flush
MORITA Kazutaka
1
-0
/
+8
2012-05-04
ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNs
Ronnie Sahlberg
1
-13
/
+73
2012-05-02
rbd: add discard support
Josh Durgin
1
-16
/
+73
2012-05-02
qcow2: fix the return value -ENOENT -> -EEXIST
Zhi Yong Wu
1
-1
/
+1
2012-05-02
qcow2: Don't hold cache references across yield
Kevin Wolf
1
-8
/
+13
2012-05-02
qcow2: Remove unused parameter in do_alloc_cluster_offset
Kevin Wolf
1
-2
/
+2
[next]