summaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-29block: Repair the throttling code.Benoît Canet1-4/+3
2013-07-26block: Allow "driver" option on the top levelKevin Wolf1-0/+7
2013-07-19block: fix bdrv_read_unthrottled()Peter Lieven1-1/+1
2013-07-19block: add bdrv_write_zeroes()Peter Lieven1-8/+19
2013-07-15block: Add return value for bdrv_flush_all()Kevin Wolf1-2/+8
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf1-5/+12
2013-07-05block: fix bdrv_flush() ordering in bdrv_close()Stefan Hajnoczi1-2/+3
2013-06-28block: change default of .has_zero_init to 0Peter Lieven1-1/+7
2013-06-28block: add bdrv_add_before_write_notifier()Stefan Hajnoczi1-11/+12
2013-06-24block: Always enable discard on the protocol levelKevin Wolf1-1/+1
2013-06-17block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILEDLuiz Capitulino1-2/+2
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf1-4/+4
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia1-185/+0
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia1-100/+0