summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-20Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-8/+8
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-8/+8
2014-02-14block: Open by reference will try device then node_name.Benoît Canet1-2/+8
2014-02-14block: Relax bdrv_lookup_bs constraints.Benoît Canet1-15/+11
2014-02-09block: Fix 32 bit truncation in mark_request_serialising()Kevin Wolf1-3/+3
2014-02-09block: Don't call ROUND_UP with negative valuesKevin Wolf1-2/+2
2014-02-09block: bdrv_aligned_pwritev: Assert overlap rangeKevin Wolf1-0/+2
2014-02-09block: Fix memory leaks in bdrv_co_do_pwritev()Kevin Wolf1-2/+2
2014-02-09block: Fail gracefully with missing filenameKevin Wolf1-5/+6
2014-01-24block: Switch bdrv_io_limits_intercept() to byte granularityKevin Wolf1-8/+5
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf1-0/+7
2014-01-24block: Make bdrv_pwrite() a bdrv_prwv_co() wrapperKevin Wolf1-55/+9
2014-01-24block: Make bdrv_pread() a bdrv_prwv_co() wrapperKevin Wolf1-36/+13
2014-01-24block: Change coroutine wrapper to byte granularityKevin Wolf1-22/+26
2014-01-24block: Assert serialisation assumptions in pwritevKevin Wolf1-4/+12
2014-01-24block: Align requests in bdrv_co_do_pwritev()Kevin Wolf1-1/+85
2014-01-24block: Allow wait_serialising_requests() at any pointKevin Wolf1-3/+10
2014-01-24block: Make overlap range for serialisation dynamicKevin Wolf1-26/+27
2014-01-24block: Generalise and optimise COR serialisationKevin Wolf1-19/+29
2014-01-24block: Make zero-after-EOF work with larger alignmentKevin Wolf1-3/+4
2014-01-24block: Allow waiting for overlapping requests between begin/endKevin Wolf1-18/+20
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf1-18/+34
2014-01-24block: Introduce bdrv_co_do_pwritev()Kevin Wolf1-6/+18
2014-01-24block: write: Handle COR dependency after I/O throttlingKevin Wolf1-4/+4
2014-01-24block: Introduce bdrv_aligned_pwritev()Kevin Wolf1-21/+41
2014-01-24block: Introduce bdrv_co_do_preadv()Kevin Wolf1-6/+58
2014-01-24block: Introduce bdrv_aligned_preadv()Kevin Wolf1-18/+43
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini1-0/+3
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini1-5/+5
2014-01-24block: Don't use guest sector size for qemu_blockalign()Kevin Wolf1-3/+20
2014-01-24block: Detect unaligned length in bdrv_qiov_is_aligned()Kevin Wolf1-0/+3
2014-01-24block: Update BlockLimits when they might have changedKevin Wolf1-1/+4
2014-01-24block: Inherit opt_transfer_lengthKevin Wolf1-1/+19
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf1-0/+18
2014-01-24block: Fix bdrv_commit return valueKevin Wolf1-5/+10
2014-01-24block: resize backing file image during offline commit, if necessaryJeff Cody1-3/+25
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet1-9/+56
2014-01-24qmp: Allow to change password on named block driver states.Benoît Canet1-0/+32
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet1-0/+18
2014-01-24block: Allow the user to define "node-name" option both on command line and QMP.Benoît Canet1-0/+35
2014-01-24block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet1-14/+43
2014-01-22block: fix backing file segfaultPeter Feiner1-2/+6
2014-01-22block: Allow recursive "file"sMax Reitz1-2/+7
2014-01-22block: Use bdrv_open_image() in bdrv_open()Max Reitz1-13/+5
2014-01-22block: Add bdrv_open_image()Max Reitz1-0/+73
2014-01-22block: Allow block devices without filesMax Reitz1-7/+16
2014-01-22block: Pass reference to bdrv_file_open()Max Reitz1-1/+4
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz1-3/+22
2013-12-13block: expect get_block_status errors in bdrv_make_zeroPeter Lieven1-0/+5
2013-12-06block: clean up bdrv_drain_all() throttling commentsStefan Hajnoczi1-6/+1