aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2013-09-06block: look for zero blocks in bs->filePaolo Bonzini
2013-09-06block: add default get_block_status implementation for protocolsPaolo Bonzini
2013-09-06block: return BDRV_BLOCK_ZERO past end of backing filePaolo Bonzini
2013-09-06block: use bdrv_has_zero_init to return BDRV_BLOCK_ZEROPaolo Bonzini
2013-09-06block: define get_block_status return valuePaolo Bonzini
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: make bdrv_has_zero_init return false for copy-on-write-imagesPaolo Bonzini
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini
2013-09-06block: do not use ->total_sectors in bdrv_co_is_allocatedPaolo Bonzini
2013-09-06block: make bdrv_co_is_allocated staticPaolo Bonzini
2013-09-06block: keep bs->total_sectors up to date even for growable block devicesPaolo Bonzini
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-09-06block: implement reference count for BlockDriverStateFam Zheng
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet
2013-08-30block: Remove redundant assertionKevin Wolf
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22block: Produce zeros when protocols reading beyond end of fileMORITA Kazutaka
2013-08-22block: Introduce bs->zero_beyond_eofAsias He
2013-08-19block: stop relying on io_flush() in bdrv_drain_all()Stefan Hajnoczi
2013-08-19block: ensure bdrv_drain_all() works during bdrv_delete()Stefan Hajnoczi
2013-07-29block: Repair the throttling code.Benoît Canet
2013-07-26block: Allow "driver" option on the top levelKevin Wolf
2013-07-19block: fix bdrv_read_unthrottled()Peter Lieven
2013-07-19block: add bdrv_write_zeroes()Peter Lieven
2013-07-15block: Add return value for bdrv_flush_all()Kevin Wolf
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf
2013-07-05block: fix bdrv_flush() ordering in bdrv_close()Stefan Hajnoczi
2013-06-28block: change default of .has_zero_init to 0Peter Lieven
2013-06-28block: add bdrv_add_before_write_notifier()Stefan Hajnoczi
2013-06-24block: Always enable discard on the protocol levelKevin Wolf
2013-06-17block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILEDLuiz Capitulino
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia
2013-06-04block: drop bs_snapshots global variableStefan Hajnoczi
2013-06-04block: add block driver read only whitelistFam Zheng
2013-05-14block: Add hint to -EFBIG error messageKevin Wolf
2013-04-22block: Fix build with tracing enabledKevin Wolf
2013-04-22block: Allow overriding backing.file.filenameKevin Wolf
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-22block: Enable filename optionKevin Wolf
2013-04-22block: Add driver-specific options for backing filesKevin Wolf
2013-04-22block: Fail gracefully when using a format driver on protocol levelKevin Wolf
2013-04-15block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf
2013-04-05block: clean up I/O throttling wait_time codeStefan Hajnoczi
2013-04-05block: drop duplicated slice extension codeStefan Hajnoczi
2013-04-05block: keep I/O throttling slice time constantStefan Hajnoczi
2013-04-05block: fix I/O throttling accounting blind spotStefan Hajnoczi