summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: delete a write-only variableBlue Swirl2011-01-061-5/+0Star
* block: add discard supportChristoph Hellwig2010-12-171-0/+11
* bdrv_img_create() use proper errno return valuesJes Sorensen2010-12-171-13/+10Star
* Prevent creating an image with the same filename as backing fileJes Sorensen2010-12-171-4/+11
* qemu-img.c: Re-factor img_create()Jes Sorensen2010-12-171-0/+141
* block: Fix the use of protocols in backing filesStefan Hajnoczi2010-12-171-3/+11
* block: Introduce path_has_protocol() functionStefan Hajnoczi2010-12-171-28/+36
* block: Make bdrv_create_file() ':' handling consistentStefan Hajnoczi2010-12-141-1/+1
* block: set sector dirty on AIO write completionMarcelo Tosatti2010-11-211-1/+41
* block: fix shift in dirty bitmap calculationMarcelo Tosatti2010-11-211-6/+6
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-4/+17
* Copy snapshots out of QCOW2 diskedison2010-10-221-0/+16
* trace: Trace bdrv_aio_{readv,writev}Stefan Hajnoczi2010-10-091-0/+4
* trace: Trace virtio-blk, multiwrite, and paio_submitStefan Hajnoczi2010-09-091-0/+8
* Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori2010-09-091-4/+0Star
* block: Fix image re-open in bdrv_commitKevin Wolf2010-08-301-4/+9
* block: Change bdrv_eject() not to drop the imageMarkus Armbruster2010-08-031-3/+4
* block: Fix bdrv_has_zero_initKevin Wolf2010-08-031-4/+2Star
* block: Change bdrv_commit to handle multiple sectors at onceKevin Wolf2010-08-031-18/+19
* Fix -snapshot deleting images on disk changeBlue Swirl2010-07-261-0/+5
* block: Use error codes from lower levels for error messageStefan Weil2010-07-261-8/+19
* Make default invocation of block drivers safer (v3)Anthony Liguori2010-07-151-0/+4
* qcow2/vdi: Change check to distinguish error casesKevin Wolf2010-07-061-2/+1Star
* qemu-img check: Distinguish different kinds of errorsKevin Wolf2010-07-061-3/+7
* block: Handle multiwrite errors only when all requests have completedKevin Wolf2010-07-021-4/+1Star
* block: Fix early failure in multiwriteKevin Wolf2010-07-021-6/+29
* block: Fix virtual media change for if=noneMarkus Armbruster2010-07-021-0/+8
* block: Clean up bdrv_snapshots()Markus Armbruster2010-07-021-5/+4Star
* savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster2010-07-021-0/+26
* block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster2010-07-021-0/+22
* Don't reset bs->is_temporary in bdrv_open_commonRyan Harper2010-07-021-1/+0Star
* block: allow filenames with colons again for host devicesChristoph Hellwig2010-07-021-11/+18
* block: Add bdrv_(p)write_syncKevin Wolf2010-06-221-0/+37
* block: fix a warning and possible truncationBlue Swirl2010-06-151-1/+2
* block: New bdrv_next()Markus Armbruster2010-06-151-0/+8
* block: Decouple block device "commit all" from DriveInfoMarkus Armbruster2010-06-151-0/+9
* block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster2010-06-151-0/+12
* savevm: Really verify if a drive supports snapshotsMiguel Di Ciurcio Filho2010-06-151-0/+17
* block: call the snapshot handlers of the protocol driversMORITA Kazutaka2010-06-041-18/+43
* close all the block drivers before the qemu process exitsMORITA Kazutaka2010-06-041-0/+9
* block: Assume raw for drives without mediaKevin Wolf2010-06-041-2/+2
* Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512Jes Sorensen2010-06-041-6/+7
* Cleanup: bdrv_open() no need to shift total_size just to shift back.Jes Sorensen2010-06-041-2/+2
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-06-031-6/+7
|\
| * block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format()Nicholas A. Bellinger2010-05-281-1/+3
| * add support for protocol driver create_optionsMORITA Kazutaka2010-05-281-4/+3Star
| * block: Fix multiwrite with overlapping requestsKevin Wolf2010-05-281-1/+1
* | Monitor: Drop QMP documentation from codeLuiz Capitulino2010-06-011-69/+0Star
|/
* Add cache=unsafe parameter to -driveAlexander Graf2010-05-261-0/+29
* block: Add SG_IO device check in refresh_total_sectors()Nicholas Bellinger2010-05-211-0/+4