summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-03block: Limit request size (CVE-2014-0143)Kevin Wolf1-0/+4
2014-06-25block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf1-2/+2
2014-06-25block: Prevent coroutine stack overflow when recursing in bdrv_open_backing_f...Benoît Canet1-13/+19
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
2013-10-11block: Add bdrv_get_specific_infoMax Reitz1-0/+9
2013-10-07block: use correct filenameDunrong Huang1-2/+2
2013-10-02block: use correct filename for error reportDunrong Huang1-2/+2
2013-09-26block: use DIV_ROUND_UP in bdrv_co_do_readvFam Zheng1-1/+1
2013-09-25qdict: Extract qdict_extract_subqdictBenoît Canet1-21/+2
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet1-2/+2
2013-09-25block/get_block_status: avoid segfault if there is no backing_hdPeter Lieven1-1/+1
2013-09-25block/get_block_status: set *pnum = 0 on errorPeter Lieven1-0/+1
2013-09-25block: fix backing file overridingFam Zheng1-2/+5
2013-09-20block: don't lose data from last incomplete sectorFam Zheng1-1/+1
2013-09-12block: Error parameter for create functionsMax Reitz1-24/+56
2013-09-12block: Error parameter for open functionsMax Reitz1-36/+64
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz1-1/+1
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-2/+2
2013-09-12block: Image file option amendmentMax Reitz1-0/+8
2013-09-06block: look for zero blocks in bs->filePaolo Bonzini1-1/+15
2013-09-06block: add default get_block_status implementation for protocolsPaolo Bonzini1-1/+5
2013-09-06block: return BDRV_BLOCK_ZERO past end of backing filePaolo Bonzini1-2/+10
2013-09-06block: use bdrv_has_zero_init to return BDRV_BLOCK_ZEROPaolo Bonzini1-1/+10
2013-09-06block: define get_block_status return valuePaolo Bonzini1-2/+8
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini1-20/+26
2013-09-06block: make bdrv_has_zero_init return false for copy-on-write-imagesPaolo Bonzini1-0/+5
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini1-2/+5
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini1-42/+4
2013-09-06block: do not use ->total_sectors in bdrv_co_is_allocatedPaolo Bonzini1-1/+7
2013-09-06block: make bdrv_co_is_allocated staticPaolo Bonzini1-9/+15
2013-09-06block: keep bs->total_sectors up to date even for growable block devicesPaolo Bonzini1-1/+4
2013-09-06block: make bdrv_delete() staticFam Zheng1-11/+12
2013-09-06block: implement reference count for BlockDriverStateFam Zheng1-0/+21
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet1-243/+95
2013-08-30block: Remove redundant assertionKevin Wolf1-1/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-7/+7
2013-08-22block: Produce zeros when protocols reading beyond end of fileMORITA Kazutaka1-1/+29
2013-08-22block: Introduce bs->zero_beyond_eofAsias He1-0/+2
2013-08-19block: stop relying on io_flush() in bdrv_drain_all()Stefan Hajnoczi1-10/+35
2013-08-19block: ensure bdrv_drain_all() works during bdrv_delete()Stefan Hajnoczi1-2/+2