summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: Do not cache device size for removable mediaStefan Hajnoczi2011-04-071-8/+6
* trace: Trace bdrv_set_locked()Stefan Hajnoczi2011-04-071-0/+2
* Do not delete BlockDriverState when deleting the driveRyan Harper2011-04-071-3/+11
* Don't allow multiwrites against a block device without underlying mediumRyan Harper2011-03-151-0/+8
* trace: Trace bdrv_aio_flush()Stefan Hajnoczi2011-03-071-0/+2
* fdc: move floppy geometry guessing to block.cBlue Swirl2011-02-201-0/+103
* block: enable in_use flagMarcelo Tosatti2011-02-071-0/+2
* Add flag to indicate external users to block deviceMarcelo Tosatti2011-02-071-0/+11
* block: tell drivers about an image resizeChristoph Hellwig2011-01-311-4/+8
* block: Use backing format driver during image creationStefan Hajnoczi2011-01-241-3/+5
* block: delete a write-only variableBlue Swirl2011-01-061-5/+0
* block: add discard supportChristoph Hellwig2010-12-171-0/+11
* bdrv_img_create() use proper errno return valuesJes Sorensen2010-12-171-13/+10
* 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-081-4/+0
* 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/+2
* 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/+1
* 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/+1
* 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/+4
* 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/+0
* 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
OpenPOWER on IntegriCloud