summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
...
* block: Introduce bdrv_aligned_preadv()Kevin Wolf2014-01-241-18/+43
* raw: Probe required direct I/O alignmentPaolo Bonzini2014-01-241-0/+3
* block: rename buffer_alignment to guest_block_sizePaolo Bonzini2014-01-241-5/+5
* block: Don't use guest sector size for qemu_blockalign()Kevin Wolf2014-01-241-3/+20
* block: Detect unaligned length in bdrv_qiov_is_aligned()Kevin Wolf2014-01-241-0/+3
* block: Update BlockLimits when they might have changedKevin Wolf2014-01-241-1/+4
* block: Inherit opt_transfer_lengthKevin Wolf2014-01-241-1/+19
* block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf2014-01-241-0/+18
* block: Fix bdrv_commit return valueKevin Wolf2014-01-241-5/+10
* block: resize backing file image during offline commit, if necessaryJeff Cody2014-01-241-3/+25
* block: Create authorizations mechanism for external snapshot and resize.Benoît Canet2014-01-241-9/+56
* qmp: Allow to change password on named block driver states.Benoît Canet2014-01-241-0/+32
* qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet2014-01-241-0/+18
* block: Allow the user to define "node-name" option both on command line and QMP.Benoît Canet2014-01-241-0/+35
* block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet2014-01-241-14/+43
* block: fix backing file segfaultPeter Feiner2014-01-221-2/+6
* block: Allow recursive "file"sMax Reitz2014-01-221-2/+7
* block: Use bdrv_open_image() in bdrv_open()Max Reitz2014-01-221-13/+5
* block: Add bdrv_open_image()Max Reitz2014-01-221-0/+73
* block: Allow block devices without filesMax Reitz2014-01-221-7/+16
* block: Pass reference to bdrv_file_open()Max Reitz2014-01-221-1/+4
* block: Allow reference for bdrv_file_open()Max Reitz2014-01-221-3/+22
* block: expect get_block_status errors in bdrv_make_zeroPeter Lieven2013-12-131-0/+5
* block: clean up bdrv_drain_all() throttling commentsStefan Hajnoczi2013-12-061-6/+1
* block: Close backing file early in bdrv_img_createMax Reitz2013-12-041-4/+4
* block: make bdrv_co_do_write_zeroes stricter in producing aligned requestsPaolo Bonzini2013-12-031-12/+23
* block: handle ENOTSUP from discard in generic codePaolo Bonzini2013-12-031-1/+1
* block: add bdrv_aio_write_zeroesPaolo Bonzini2013-12-031-0/+11
* block: add flags argument to bdrv_co_write_zeroes tracepointPaolo Bonzini2013-12-031-1/+1
* block: add flags to BlockRequestPaolo Bonzini2013-12-031-6/+11
* block: generalize BlockLimits handling to cover bdrv_aio_discard tooPaolo Bonzini2013-12-031-39/+41
* block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf2013-11-291-1/+2
* block: Enable BDRV_O_SNAPSHOT with driver-specific optionsKevin Wolf2013-11-291-26/+21
* blkdebug: add "remove_break" commandFam Zheng2013-11-291-0/+13
* qapi: Change BlockDirtyInfo to listFam Zheng2013-11-291-0/+20
* block: per caller dirty bitmapFam Zheng2013-11-291-34/+49
* block/get_block_status: fix BDRV_BLOCK_ZERO for unallocated blocksPeter Lieven2013-11-281-2/+2
* block: introduce bdrv_make_zeroPeter Lieven2013-11-281-0/+37
* block: honour BlockLimits in bdrv_co_discardPeter Lieven2013-11-281-1/+36
* block: honour BlockLimits in bdrv_co_do_write_zeroesPeter Lieven2013-11-281-16/+49
* block: add wrappers for logical block provisioning informationPeter Lieven2013-11-281-0/+30
* block: introduce BDRV_REQ_MAY_UNMAP request flagPeter Lieven2013-11-281-0/+4
* block: add flags to bdrv_*_write_zeroesPeter Lieven2013-11-281-9/+11
* block: make BdrvRequestFlags publicPeter Lieven2013-11-281-5/+0
* block: Fail if requested driver is not availableKevin Wolf2013-11-151-0/+5
* block: Print its file name if backing file opening failedFam Zheng2013-11-141-1/+3
* block: Round up total_sectorsFam Zheng2013-11-081-1/+1
* block: Save errno before error_setg_errnoMax Reitz2013-11-071-1/+1
* block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf2013-10-291-3/+4
* block: Disable BDRV_O_COPY_ON_READ for the backing fileThibaut LAURENT2013-10-291-1/+2
OpenPOWER on IntegriCloud