summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: Don't copy backing file name on errorMax Reitz2013-10-281-2/+2
* blockdev: Don't disable COR automatically with blockdev-addKevin Wolf2013-10-111-2/+7
* block: Improve driver whitelist checksKevin Wolf2013-10-111-3/+7
* block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet2013-10-111-0/+19
* block/get_block_status: avoid redundant callouts on raw devicesPeter Lieven2013-10-111-0/+6
* block: Add bdrv_get_specific_infoMax Reitz2013-10-111-0/+9
* block: use correct filenameDunrong Huang2013-10-071-2/+2
* block: use correct filename for error reportDunrong Huang2013-10-021-2/+2
* block: use DIV_ROUND_UP in bdrv_co_do_readvFam Zheng2013-09-261-1/+1
* qdict: Extract qdict_extract_subqdictBenoît Canet2013-09-251-21/+2
* block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet2013-09-251-2/+2
* block/get_block_status: avoid segfault if there is no backing_hdPeter Lieven2013-09-251-1/+1
* block/get_block_status: set *pnum = 0 on errorPeter Lieven2013-09-251-0/+1
* block: fix backing file overridingFam Zheng2013-09-251-2/+5
* block: don't lose data from last incomplete sectorFam Zheng2013-09-201-1/+1
OpenPOWER on IntegriCloud