aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
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
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