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
2013-07-19
block/raw: add .bdrv_get_info
Peter Lieven
1
-0
/
+6
2013-07-19
block/raw: add bdrv_co_write_zeroes
Peter Lieven
1
-0
/
+8
2013-07-19
block: fix vvfat error path for enable_write_target
Fam Zheng
1
-11
/
+14
2013-07-19
gluster: Add discard support for GlusterFS block driver.
Bharata B Rao
1
-0
/
+45
2013-07-17
iscsi: factor out sector conversions
Peter Lieven
1
-3
/
+7
2013-07-17
iscsi: assert that sectors are aligned to LUN blocksize
Peter Lieven
1
-0
/
+20
2013-07-17
iscsi: remove support for misaligned nb_sectors in aio_readv
Peter Lieven
1
-18
/
+4
2013-07-17
iscsi: fix -ENOSPC in iscsi_create()
Peter Lieven
1
-0
/
+1
2013-07-17
Fix iSCSI crash on SG_IO with an iovector
Ronnie Sahlberg
1
-7
/
+44
2013-07-15
block: Don't parse protocol from file.filename
Kevin Wolf
1
-1
/
+1
2013-07-05
curl: refuse to open URL from HTTP server without range support
Fam Zheng
1
-6
/
+18
2013-07-05
vmdk: Implement .bdrv_has_zero_init
Fam Zheng
1
-15
/
+33
2013-06-28
block: change default of .has_zero_init to 0
Peter Lieven
9
-15
/
+9
2013-06-28
vpc: Implement .bdrv_has_zero_init
Kevin Wolf
1
-6
/
+19
2013-06-28
vmdk: remove wrong calculation of relative path
Fam Zheng
1
-43
/
+1
2013-06-28
gluster: Return bdrv_has_zero_init = 0
Kevin Wolf
1
-0
/
+10
2013-06-28
block/ssh: Set bdrv_has_zero_init according to the file type.
Richard W.M. Jones
1
-0
/
+16
2013-06-28
block: Make BlockJobTypes const
Kevin Wolf
3
-3
/
+3
2013-06-28
block: add basic backup support to block driver
Dietmar Maurer
2
-0
/
+342
2013-06-28
raw-posix: Fix /dev/cdrom magic on OS X
Kevin Wolf
1
-0
/
+1
2013-06-24
vmdk: refuse to open higher version than supported
Fam Zheng
1
-0
/
+9
2013-06-24
qcow2: Batch discards
Kevin Wolf
4
-7
/
+109
2013-06-24
qcow2: Options to enable discard for freed clusters
Kevin Wolf
3
-0
/
+36
2013-06-24
qcow2: Add refcount update reason to all callers
Kevin Wolf
5
-33
/
+66
2013-06-18
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
1
-73
/
+56
2013-06-18
iscsi: reorganize iscsi_readcapacity_sync
Paolo Bonzini
1
-48
/
+46
2013-06-18
iscsi: simplify freeing of tasks
Paolo Bonzini
1
-25
/
+10
2013-06-18
nbd: strip braces from literal IPv6 address in URI
Ján Tomko
1
-1
/
+10
2013-06-17
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
1
-1
/
+1
2013-06-17
vmdk: Allow reading variable size descriptor files
Evgeny Budilovsky
1
-7
/
+20
2013-06-17
curl: Don't set curl options on the handle just before it's going to be deleted.
Richard W.M. Jones
1
-2
/
+0
2013-06-17
vmdk: byteswap VMDK4Header.desc_offset field
Stefan Hajnoczi
1
-2
/
+5
2013-06-17
block/curl.c: Refuse to open the handle for writes.
Richard W.M. Jones
1
-0
/
+6
2013-06-17
sheepdog: support 'qemu-img snapshot -a'
Liu Yuan
1
-7
/
+5
2013-06-17
sheepdog: fix snapshot tag initialization
Liu Yuan
1
-1
/
+1
2013-06-17
block: mirror_complete(): use error_setg_file_open()
Luiz Capitulino
1
-1
/
+1
2013-06-11
curl: Whitespace only changes.
Richard W.M. Jones
1
-2
/
+2
2013-06-07
qmp: add ImageInfo in BlockDeviceInfo used by query-block
Wenchao Xia
1
-3
/
+47
2013-06-07
block: add image info query function bdrv_query_image_info()
Wenchao Xia
1
-6
/
+37
2013-06-07
block: add snapshot info query function bdrv_query_snapshot_info_list()
Wenchao Xia
1
-13
/
+42
2013-06-06
blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events
Kevin Wolf
1
-0
/
+3
2013-06-04
block: dump snapshot and image info to specified output
Wenchao Xia
1
-30
/
+36
2013-06-04
block: move qmp and info dump related code to block/qapi.c
Wenchao Xia
2
-1
/
+361
2013-06-04
block: move snapshot code in block.c to block/snapshot.c
Wenchao Xia
2
-0
/
+158
2013-05-18
Remove twice include of qemu-common.h
Qiao Nuohan
1
-1
/
+0
2013-05-14
qcow2: Catch some L1 table index overflows
Kevin Wolf
3
-12
/
+29
2013-05-12
remove double semicolons
Dong Xu Wang
1
-1
/
+1
2013-05-03
vmdk: add bdrv_co_write_zeroes
Fam Zheng
1
-18
/
+68
2013-05-03
vmdk: store fields of VmdkMetaData in cpu endian
Fam Zheng
1
-9
/
+8
2013-05-03
vmdk: change magic number to macro
Fam Zheng
1
-1
/
+2
[next]