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-01-14
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
12
-13
/
+15
2014-01-10
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
1
-1
/
+10
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
12
-13
/
+15
2013-12-20
commit: Remove unused check
Fam Zheng
1
-7
/
+1
2013-12-20
commit: Support commit active layer
Fam Zheng
1
-0
/
+11
2013-12-20
block: Add commit_active_start()
Fam Zheng
1
-16
/
+50
2013-12-20
mirror: Move base to MirrorBlockJob
Fam Zheng
1
-2
/
+10
2013-12-20
mirror: Don't close target
Fam Zheng
1
-1
/
+0
2013-12-20
vmdk: Allow vmdk_create to work with protocol
Fam Zheng
1
-69
/
+95
2013-12-20
vmdk: Check VMFS extent line field number
Fam Zheng
1
-2
/
+7
2013-12-20
block: vhdx - improve error message, and .bdrv_check implementation
Jeff Cody
3
-4
/
+36
2013-12-20
block/iscsi: Fix compilation for libiscsi 1.4.0 (API change)
Stefan Weil
1
-1
/
+4
2013-12-20
sheepdog: fix dynamic grow for running qcow2 format
Liu Yuan
1
-3
/
+4
2013-12-16
Merge remote-tracking branch 'spice/tags/pull-spice-1' into staging
Anthony Liguori
4
-348
/
+469
2013-12-16
Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging
Anthony Liguori
3
-28
/
+31
2013-12-16
block/iscsi: use a bh to schedule co reentrance
Peter Lieven
1
-1
/
+10
2013-12-16
nbd: avoid uninitialized warnings
Marc-André Lureau
1
-12
/
+9
2013-12-16
nbd: finish any pending coroutine
Marc-André Lureau
1
-5
/
+16
2013-12-16
nbd: make nbd_client_session_close() idempotent
Marc-André Lureau
1
-0
/
+5
2013-12-16
nbd: pass export name as init argument
Marc-André Lureau
3
-13
/
+14
2013-12-16
nbd: don't change socket block during negotiate
Marc-André Lureau
1
-0
/
+1
2013-12-16
Split nbd block client code
Marc-André Lureau
4
-346
/
+452
2013-12-13
blkdebug: Use QLIST_FOREACH_SAFE to resume IO
Fam Zheng
1
-4
/
+4
2013-12-13
block/vvfat: Fix compiler warnings for OpenBSD
Stefan Weil
1
-21
/
+22
2013-12-13
sheepdog: check if '-o redundancy' is passed from user
Liu Yuan
1
-3
/
+5
2013-12-09
block/iscsi: introduce bdrv_co_{readv, writev, flush_to_disk}
Peter Lieven
1
-296
/
+105
2013-12-06
qcow2: use start_of_cluster() and offset_into_cluster() everywhere
Hu Tao
2
-12
/
+12
2013-12-05
block/iscsi: set bs->bl.opt_transfer_length
Peter Lieven
1
-0
/
+3
2013-12-05
block/iscsi: set bdi->cluster_size
Peter Lieven
1
-0
/
+7
2013-12-04
qemu-nbd: support internal snapshot export
Wenchao Xia
1
-0
/
+18
2013-12-04
snapshot: distinguish id and name in load_tmp
Wenchao Xia
3
-6
/
+68
2013-12-04
qcow2: Zero-initialise first cluster for new images
Kevin Wolf
1
-16
/
+20
2013-12-03
raw-posix: add support for write_zeroes on XFS and block devices
Paolo Bonzini
2
-13
/
+74
2013-12-03
raw-posix: implement write_zeroes with MAY_UNMAP for block devices
Paolo Bonzini
1
-0
/
+37
2013-12-03
raw-posix: implement write_zeroes with MAY_UNMAP for files
Paolo Bonzini
1
-2
/
+64
2013-12-03
block/iscsi: check WRITE SAME support differently depending on MAY_UNMAP
Paolo Bonzini
1
-2
/
+17
2013-12-03
block/iscsi: updated copyright
Peter Lieven
1
-0
/
+1
2013-12-03
block/iscsi: remove .bdrv_has_zero_init
Peter Lieven
1
-7
/
+0
2013-12-03
block drivers: expose requirement for write same alignment from formats
Paolo Bonzini
3
-0
/
+6
2013-12-03
block drivers: add discard/write_zeroes properties to bdrv_get_info implement...
Paolo Bonzini
5
-0
/
+9
2013-12-03
vpc, vhdx: add get_info
Paolo Bonzini
2
-0
/
+24
2013-12-03
block: handle ENOTSUP from discard in generic code
Paolo Bonzini
1
-6
/
+6
2013-12-03
vmdk: Fix creating big description file
Fam Zheng
1
-24
/
+38
2013-11-29
vmdk: Allow read only open of VMDK version 3
Fam Zheng
1
-1
/
+8
2013-11-29
block: Use BDRV_O_NO_BACKING where appropriate
Kevin Wolf
2
-2
/
+3
2013-11-29
blkdebug: add "remove_break" command
Fam Zheng
1
-0
/
+27
2013-11-29
sheepdog: support user-defined redundancy option
Liu Yuan
1
-1
/
+73
2013-11-29
sheepdog: refactor do_sd_create()
Liu Yuan
1
-22
/
+15
2013-11-29
COW: Extend checking allocated bits to beyond one sector
Charlie Shepherd
1
-10
/
+26
2013-11-29
COW: Speed up writes
Charlie Shepherd
1
-38
/
+50
[next]