index
:
~pgrunt/qemu
cdrom
master
virgl-spice
Fork of QEMU git://git.qemu-project.org/qemu.git
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-24
block: Switch bdrv_io_limits_intercept() to byte granularity
Kevin Wolf
1
-8
/
+5
2014-01-24
qemu-iotests: Test pwritev RMW logic
Kevin Wolf
1
-0
/
+7
2014-01-24
block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper
Kevin Wolf
1
-55
/
+9
2014-01-24
block: Make bdrv_pread() a bdrv_prwv_co() wrapper
Kevin Wolf
1
-36
/
+13
2014-01-24
block: Change coroutine wrapper to byte granularity
Kevin Wolf
1
-22
/
+26
2014-01-24
block: Assert serialisation assumptions in pwritev
Kevin Wolf
1
-4
/
+12
2014-01-24
block: Align requests in bdrv_co_do_pwritev()
Kevin Wolf
1
-1
/
+85
2014-01-24
block: Allow wait_serialising_requests() at any point
Kevin Wolf
1
-3
/
+10
2014-01-24
block: Make overlap range for serialisation dynamic
Kevin Wolf
1
-26
/
+27
2014-01-24
block: Generalise and optimise COR serialisation
Kevin Wolf
1
-19
/
+29
2014-01-24
block: Make zero-after-EOF work with larger alignment
Kevin Wolf
1
-3
/
+4
2014-01-24
block: Allow waiting for overlapping requests between begin/end
Kevin Wolf
1
-18
/
+20
2014-01-24
block: Switch BdrvTrackedRequest to byte granularity
Kevin Wolf
1
-18
/
+34
2014-01-24
block: Introduce bdrv_co_do_pwritev()
Kevin Wolf
1
-6
/
+18
2014-01-24
block: write: Handle COR dependency after I/O throttling
Kevin Wolf
1
-4
/
+4
2014-01-24
block: Introduce bdrv_aligned_pwritev()
Kevin Wolf
1
-21
/
+41
2014-01-24
block: Introduce bdrv_co_do_preadv()
Kevin Wolf
1
-6
/
+58
2014-01-24
block: Introduce bdrv_aligned_preadv()
Kevin Wolf
1
-18
/
+43
2014-01-24
raw: Probe required direct I/O alignment
Paolo Bonzini
1
-0
/
+3
2014-01-24
block: rename buffer_alignment to guest_block_size
Paolo Bonzini
1
-5
/
+5
2014-01-24
block: Don't use guest sector size for qemu_blockalign()
Kevin Wolf
1
-3
/
+20
2014-01-24
block: Detect unaligned length in bdrv_qiov_is_aligned()
Kevin Wolf
1
-0
/
+3
2014-01-24
block: Update BlockLimits when they might have changed
Kevin Wolf
1
-1
/
+4
2014-01-24
block: Inherit opt_transfer_length
Kevin Wolf
1
-1
/
+19
2014-01-24
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
1
-0
/
+18
2014-01-24
block: Fix bdrv_commit return value
Kevin Wolf
1
-5
/
+10
2014-01-24
block: resize backing file image during offline commit, if necessary
Jeff Cody
1
-3
/
+25
2014-01-24
block: Create authorizations mechanism for external snapshot and resize.
Benoît Canet
1
-9
/
+56
2014-01-24
qmp: Allow to change password on named block driver states.
Benoît Canet
1
-0
/
+32
2014-01-24
qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.
Benoît Canet
1
-0
/
+18
2014-01-24
block: Allow the user to define "node-name" option both on command line and QMP.
Benoît Canet
1
-0
/
+35
2014-01-24
block: Add bs->node_name to hold the name of a bs node of the bs graph.
Benoît Canet
1
-14
/
+43
2014-01-22
block: fix backing file segfault
Peter Feiner
1
-2
/
+6
2014-01-22
block: Allow recursive "file"s
Max Reitz
1
-2
/
+7
2014-01-22
block: Use bdrv_open_image() in bdrv_open()
Max Reitz
1
-13
/
+5
2014-01-22
block: Add bdrv_open_image()
Max Reitz
1
-0
/
+73
2014-01-22
block: Allow block devices without files
Max Reitz
1
-7
/
+16
2014-01-22
block: Pass reference to bdrv_file_open()
Max Reitz
1
-1
/
+4
2014-01-22
block: Allow reference for bdrv_file_open()
Max Reitz
1
-3
/
+22
2013-12-13
block: expect get_block_status errors in bdrv_make_zero
Peter Lieven
1
-0
/
+5
2013-12-06
block: clean up bdrv_drain_all() throttling comments
Stefan Hajnoczi
1
-6
/
+1
2013-12-04
block: Close backing file early in bdrv_img_create
Max Reitz
1
-4
/
+4
2013-12-03
block: make bdrv_co_do_write_zeroes stricter in producing aligned requests
Paolo Bonzini
1
-12
/
+23
2013-12-03
block: handle ENOTSUP from discard in generic code
Paolo Bonzini
1
-1
/
+1
2013-12-03
block: add bdrv_aio_write_zeroes
Paolo Bonzini
1
-0
/
+11
2013-12-03
block: add flags argument to bdrv_co_write_zeroes tracepoint
Paolo Bonzini
1
-1
/
+1
2013-12-03
block: add flags to BlockRequest
Paolo Bonzini
1
-6
/
+11
2013-12-03
block: generalize BlockLimits handling to cover bdrv_aio_discard too
Paolo Bonzini
1
-39
/
+41
2013-11-29
block: Use BDRV_O_NO_BACKING where appropriate
Kevin Wolf
1
-1
/
+2
2013-11-29
block: Enable BDRV_O_SNAPSHOT with driver-specific options
Kevin Wolf
1
-26
/
+21
[next]