summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-1/+1
* block: latency accountingChristoph Hellwig2011-08-261-3/+17
* block: explicit I/O accountingChristoph Hellwig2011-08-251-22/+26
* block: include flush requests in info blockstatsChristoph Hellwig2011-08-231-5/+13
* block: add cache=directsync parameter to -driveStefan Hajnoczi2011-08-231-2/+4
* block: parse cache mode flags in a single placeStefan Hajnoczi2011-08-231-0/+25
* fix code formatRobert Wang2011-08-221-3/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-17/+17
* block: Use bdrv_co_* instead of synchronous versions in coroutinesKevin Wolf2011-08-041-0/+56
* async: Remove AsyncContextKevin Wolf2011-08-021-6/+0
* block: Add bdrv_co_readv/writev emulationKevin Wolf2011-08-021-8/+75
* block: Emulate AIO functions with bdrv_co_readv/writevKevin Wolf2011-08-021-1/+97
* block: Add bdrv_co_readv/writevKevin Wolf2011-08-021-0/+45
* block: Removed unused function bdrv_write_syncFrediano Ziglio2011-08-011-13/+0
* block: Don't let locked flag prevent medium loadMarkus Armbruster2011-08-011-1/+1
* block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster2011-08-011-13/+4
* block: Reset device model callbacks on detachMarkus Armbruster2011-08-011-0/+2
* block: add bdrv_get_allocated_file_size() operationFam Zheng2011-07-191-0/+19
* bdrv_img_create: Fix segfaultKevin Wolf2011-06-081-2/+3
* block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig2011-06-081-7/+1
* block: Remove type hint, it's guest matter, doesn't belong hereMarkus Armbruster2011-05-191-12/+0
* block QMP: Deprecate query-block's "type", drop info block's "type="Markus Armbruster2011-05-191-17/+3
* Fix typos in comments and code (occured -> occurred and related)Stefan Weil2011-05-081-1/+1
* Fix typo in code and commentsStefan Weil2011-05-061-1/+1
* 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
OpenPOWER on IntegriCloud