summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-04block: Close backing file early in bdrv_img_createMax Reitz1-4/+4
2013-12-03block: make bdrv_co_do_write_zeroes stricter in producing aligned requestsPaolo Bonzini1-12/+23
2013-12-03block: handle ENOTSUP from discard in generic codePaolo Bonzini1-1/+1
2013-12-03block: add bdrv_aio_write_zeroesPaolo Bonzini1-0/+11
2013-12-03block: add flags argument to bdrv_co_write_zeroes tracepointPaolo Bonzini1-1/+1
2013-12-03block: add flags to BlockRequestPaolo Bonzini1-6/+11
2013-12-03block: generalize BlockLimits handling to cover bdrv_aio_discard tooPaolo Bonzini1-39/+41
2013-11-29block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf1-1/+2
2013-11-29block: Enable BDRV_O_SNAPSHOT with driver-specific optionsKevin Wolf1-26/+21
2013-11-29blkdebug: add "remove_break" commandFam Zheng1-0/+13
2013-11-29qapi: Change BlockDirtyInfo to listFam Zheng1-0/+20
2013-11-29block: per caller dirty bitmapFam Zheng1-34/+49
2013-11-28block/get_block_status: fix BDRV_BLOCK_ZERO for unallocated blocksPeter Lieven1-2/+2
2013-11-28block: introduce bdrv_make_zeroPeter Lieven1-0/+37
2013-11-28block: honour BlockLimits in bdrv_co_discardPeter Lieven1-1/+36
2013-11-28block: honour BlockLimits in bdrv_co_do_write_zeroesPeter Lieven1-16/+49
2013-11-28block: add wrappers for logical block provisioning informationPeter Lieven1-0/+30
2013-11-28block: introduce BDRV_REQ_MAY_UNMAP request flagPeter Lieven1-0/+4
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven1-9/+11
2013-11-28block: make BdrvRequestFlags publicPeter Lieven1-5/+0
2013-11-15block: Fail if requested driver is not availableKevin Wolf1-0/+5
2013-11-14block: Print its file name if backing file opening failedFam Zheng1-1/+3
2013-11-08block: Round up total_sectorsFam Zheng1-1/+1
2013-11-07block: Save errno before error_setg_errnoMax Reitz1-1/+1
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf1-3/+4
2013-10-29block: Disable BDRV_O_COPY_ON_READ for the backing fileThibaut LAURENT1-1/+2
2013-10-28block: Don't copy backing file name on errorMax Reitz1-2/+2
2013-10-11blockdev: Don't disable COR automatically with blockdev-addKevin Wolf1-2/+7
2013-10-11block: Improve driver whitelist checksKevin Wolf1-3/+7
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet1-0/+19
2013-10-11block/get_block_status: avoid redundant callouts on raw devicesPeter Lieven1-0/+6