aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
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
2010-07-06qemu-img check: Distinguish different kinds of errorsKevin Wolf
2010-07-02block: Handle multiwrite errors only when all requests have completedKevin Wolf
2010-07-02block: Fix early failure in multiwriteKevin Wolf
2010-07-02block: Fix virtual media change for if=noneMarkus Armbruster
2010-07-02block: Clean up bdrv_snapshots()Markus Armbruster
2010-07-02savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster
2010-07-02Don't reset bs->is_temporary in bdrv_open_commonRyan Harper
2010-07-02block: allow filenames with colons again for host devicesChristoph Hellwig
2010-06-22block: Add bdrv_(p)write_syncKevin Wolf
2010-06-15block: fix a warning and possible truncationBlue Swirl
2010-06-15block: New bdrv_next()Markus Armbruster
2010-06-15block: Decouple block device "commit all" from DriveInfoMarkus Armbruster
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster
2010-06-15savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho
2010-06-04block: call the snapshot handlers of the protocol driversMORITA Kazutaka
2010-06-04close all the block drivers before the qemu process exitsMORITA Kazutaka
2010-06-04block: Assume raw for drives without mediaKevin Wolf
2010-06-04Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512Jes Sorensen
2010-06-04Cleanup: bdrv_open() no need to shift total_size just to shift back.Jes Sorensen
2010-06-03Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino
2010-05-28block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format()Nicholas A. Bellinger
2010-05-28add support for protocol driver create_optionsMORITA Kazutaka
2010-05-28block: Fix multiwrite with overlapping requestsKevin Wolf
2010-05-26Add cache=unsafe parameter to -driveAlexander Graf
2010-05-21block: Add SG_IO device check in refresh_total_sectors()Nicholas Bellinger
2010-05-21block: Make find_image_format() return 'raw' BlockDriver for SG_IO devicesNicholas Bellinger
2010-05-21block: fix sector comparism in multiwrite_req_compareChristoph Hellwig
2010-05-17block: Remove special case for vvfatKevin Wolf
2010-05-17Fix docs for block stats monitor commandDaniel P. Berrange
2010-05-17use qemu_free() instead of free()Bruce Rogers
2010-05-17block: Fix bdrv_commitKevin Wolf
2010-05-17block: Fix protocol detection for Windows devicesKevin Wolf
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf
2010-05-03block: Release allocated options after bdrv_openJan Kiszka
2010-05-03block: Add wr_highest_sector blockstatKevin Wolf
2010-05-03block: Cache total_sectors to reduce bdrv_getlength callsStefan Hajnoczi
2010-05-03block: Set backing_hd to NULL after deleting itStefan Hajnoczi
2010-05-03block: bdrv_has_zero_initKevin Wolf