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
2016-07-20
iscsi: Switch .bdrv_co_discard() to byte-based
Eric Blake
1
-10
/
+8
2016-07-20
gluster: Switch .bdrv_co_discard() to byte-based
Eric Blake
1
-8
/
+6
2016-07-20
blkreplay: Switch .bdrv_co_discard() to byte-based
Eric Blake
1
-5
/
+4
2016-07-20
block: Add .bdrv_co_pdiscard() driver callback
Eric Blake
1
-2
/
+5
2016-07-20
block: Convert .bdrv_aio_discard() to byte-based
Eric Blake
3
-22
/
+18
2016-07-20
rbd: Switch rbd_start_aio() to byte-based
Eric Blake
1
-9
/
+9
2016-07-20
raw-posix: Switch paio_submit() to byte-based
Eric Blake
3
-15
/
+20
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
2
-16
/
+14
2016-07-20
block: Convert bdrv_aio_discard() to byte-based
Eric Blake
3
-10
/
+10
2016-07-20
block: Switch BlockRequest to byte-based
Eric Blake
1
-32
/
+30
2016-07-20
block: Convert bdrv_discard() to byte-based
Eric Blake
3
-14
/
+12
2016-07-20
block: Convert bdrv_co_discard() to byte-based
Eric Blake
4
-35
/
+41
2016-07-20
iscsi: Rely on block layer to break up large requests
Eric Blake
1
-10
/
+4
2016-07-20
nbd: Drop unused offset parameter
Eric Blake
1
-15
/
+16
2016-07-20
nbd: Rely on block layer to break up large requests
Eric Blake
2
-52
/
+11
2016-07-20
block: Fragment writes to max transfer length
Eric Blake
1
-2
/
+33
2016-07-20
raw_bsd: Don't advertise flags not supported by protocol layer
Eric Blake
1
-2
/
+4
2016-07-20
block: Fragment reads to max transfer length
Eric Blake
1
-20
/
+33
2016-07-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-56
/
+192
2016-07-19
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
1
-0
/
+21
2016-07-19
block/iscsi: allow caching of the allocation map
Peter Lieven
1
-58
/
+192
2016-07-19
block/iscsi: fix rounding in iscsi_allocationmap_set
Peter Lieven
1
-3
/
+5
2016-07-18
block: ignore flush requests when storage is clean
Evgeny Yakovlev
1
-0
/
+21
2016-07-18
linux-aio: prevent submitting more than MAX_EVENTS
Roman Pen
1
-10
/
+16
2016-07-18
linux-aio: share one LinuxAioState within an AioContext
Paolo Bonzini
5
-179
/
+22
2016-07-13
vvfat: Fix qcow write target driver specification
Max Reitz
1
-1
/
+2
2016-07-13
vmdk: fix metadata write regression
Reda Sallahi
1
-7
/
+7
2016-07-13
Improve block job rate limiting for small bandwidth values
Sascha Silbe
3
-17
/
+12
2016-07-13
qcow2: Fix qcow2_get_cluster_offset()
Max Reitz
1
-5
/
+11
2016-07-13
qcow2: Avoid making the L1 table too big
Max Reitz
1
-1
/
+2
2016-07-13
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
1
-0
/
+1
2016-07-13
commit: Fix use of error handling policy
Kevin Wolf
1
-3
/
+3
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
19
-62
/
+63
2016-07-13
raw-posix: Use qemu_dup
Fam Zheng
1
-9
/
+1
2016-07-13
commit: Add 'job-id' parameter to 'block-commit'
Alberto Garcia
2
-6
/
+7
2016-07-13
stream: Add 'job-id' parameter to 'block-stream'
Alberto Garcia
1
-6
/
+6
2016-07-13
backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'
Alberto Garcia
1
-4
/
+4
2016-07-13
mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'
Alberto Garcia
1
-7
/
+8
2016-07-13
blockjob: Add 'job_id' parameter to block_job_create()
Alberto Garcia
4
-4
/
+5
2016-07-13
blockjob: Update description of the 'id' field
Alberto Garcia
1
-1
/
+2
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-1
/
+0
2016-07-06
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...
Peter Maydell
2
-21
/
+18
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
1
-5
/
+4
2016-07-06
qmp-output-visitor: Favor new visit_free() function
Eric Blake
1
-1
/
+1
2016-07-06
opts-visitor: Favor new visit_free() function
Eric Blake
1
-16
/
+14
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
1
-2
/
+2
2016-07-05
block/qcow2: Don't use cpu_to_*w()
Peter Maydell
3
-10
/
+9
2016-07-05
block: Convert bdrv_co_preadv/pwritev to BdrvChild
Kevin Wolf
10
-33
/
+34
2016-07-05
block: Convert bdrv_prwv_co() to BdrvChild
Kevin Wolf
1
-20
/
+25
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
5
-8
/
+14
[next]