aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-04block: Use bdrv_co_* instead of synchronous versions in coroutinesKevin Wolf
2011-08-02async: Remove AsyncContextKevin Wolf
2011-08-02block: Add bdrv_co_readv/writev emulationKevin Wolf
2011-08-02block: Emulate AIO functions with bdrv_co_readv/writevKevin Wolf
2011-08-02block: Add bdrv_co_readv/writevKevin Wolf
2011-08-01block: Removed unused function bdrv_write_syncFrediano Ziglio
2011-08-01block: Don't let locked flag prevent medium loadMarkus Armbruster
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster
2011-08-01block: Reset device model callbacks on detachMarkus Armbruster
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng
2011-06-08bdrv_img_create: Fix segfaultKevin Wolf
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig
2011-05-19block: Remove type hint, it's guest matter, doesn't belong hereMarkus Armbruster
2011-05-19block QMP: Deprecate query-block's "type", drop info block's "type="Markus Armbruster
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil
2011-05-06Fix typo in code and commentsStefan Weil
2011-04-07block: Do not cache device size for removable mediaStefan Hajnoczi
2011-04-07trace: Trace bdrv_set_locked()Stefan Hajnoczi
2011-04-07Do not delete BlockDriverState when deleting the driveRyan Harper
2011-03-15Don't allow multiwrites against a block device without underlying mediumRyan Harper
2011-03-07trace: Trace bdrv_aio_flush()Stefan Hajnoczi
2011-02-20fdc: move floppy geometry guessing to block.cBlue Swirl
2011-02-07block: enable in_use flagMarcelo Tosatti
2011-02-07Add flag to indicate external users to block deviceMarcelo Tosatti
2011-01-31block: tell drivers about an image resizeChristoph Hellwig
2011-01-24block: Use backing format driver during image creationStefan Hajnoczi
2011-01-06block: delete a write-only variableBlue Swirl
2010-12-17block: add discard supportChristoph Hellwig
2010-12-17bdrv_img_create() use proper errno return valuesJes Sorensen
2010-12-17Prevent creating an image with the same filename as backing fileJes Sorensen
2010-12-17qemu-img.c: Re-factor img_create()Jes Sorensen
2010-12-17block: Fix the use of protocols in backing filesStefan Hajnoczi
2010-12-17block: Introduce path_has_protocol() functionStefan Hajnoczi
2010-12-14block: Make bdrv_create_file() ':' handling consistentStefan Hajnoczi
2010-11-21block: set sector dirty on AIO write completionMarcelo Tosatti
2010-11-21block: fix shift in dirty bitmap calculationMarcelo Tosatti
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-10-22Copy snapshots out of QCOW2 diskedison
2010-10-09trace: Trace bdrv_aio_{readv,writev}Stefan Hajnoczi
2010-09-09trace: Trace virtio-blk, multiwrite, and paio_submitStefan Hajnoczi
2010-09-08Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori
2010-08-30block: Fix image re-open in bdrv_commitKevin Wolf
2010-08-03block: Change bdrv_eject() not to drop the imageMarkus Armbruster
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf
2010-08-03block: Change bdrv_commit to handle multiple sectors at onceKevin Wolf
2010-07-26Fix -snapshot deleting images on disk changeBlue Swirl
2010-07-26block: Use error codes from lower levels for error messageStefan Weil
2010-07-15Make default invocation of block drivers safer (v3)Anthony Liguori
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf