aboutsummaryrefslogtreecommitdiffstats
path: root/block.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-26block: latency accountingChristoph Hellwig1-3/+17
2011-08-25block: explicit I/O accountingChristoph Hellwig1-22/+26
2011-08-23block: include flush requests in info blockstatsChristoph Hellwig1-5/+13
2011-08-23block: add cache=directsync parameter to -driveStefan Hajnoczi1-2/+4
2011-08-23block: parse cache mode flags in a single placeStefan Hajnoczi1-0/+25
2011-08-22fix code formatRobert Wang1-3/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-17/+17
2011-08-04block: Use bdrv_co_* instead of synchronous versions in coroutinesKevin Wolf1-0/+56
2011-08-02async: Remove AsyncContextKevin Wolf1-6/+0
2011-08-02block: Add bdrv_co_readv/writev emulationKevin Wolf1-8/+75
2011-08-02block: Emulate AIO functions with bdrv_co_readv/writevKevin Wolf1-1/+97
2011-08-02block: Add bdrv_co_readv/writevKevin Wolf1-0/+45
2011-08-01block: Removed unused function bdrv_write_syncFrediano Ziglio1-13/+0
2011-08-01block: Don't let locked flag prevent medium loadMarkus Armbruster1-1/+1
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster1-13/+4
2011-08-01block: Reset device model callbacks on detachMarkus Armbruster1-0/+2
2011-07-19block: add bdrv_get_allocated_file_size() operationFam Zheng1-0/+19
2011-06-08bdrv_img_create: Fix segfaultKevin Wolf1-2/+3
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig1-7/+1
2011-05-19block: Remove type hint, it's guest matter, doesn't belong hereMarkus Armbruster1-12/+0
2011-05-19block QMP: Deprecate query-block's "type", drop info block's "type="Markus Armbruster1-17/+3
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil1-1/+1
2011-05-06Fix typo in code and commentsStefan Weil1-1/+1
2011-04-07block: Do not cache device size for removable mediaStefan Hajnoczi1-8/+6
2011-04-07trace: Trace bdrv_set_locked()Stefan Hajnoczi1-0/+2
2011-04-07Do not delete BlockDriverState when deleting the driveRyan Harper1-3/+11
2011-03-15Don't allow multiwrites against a block device without underlying mediumRyan Harper1-0/+8
2011-03-07trace: Trace bdrv_aio_flush()Stefan Hajnoczi1-0/+2
2011-02-20fdc: move floppy geometry guessing to block.cBlue Swirl1-0/+103
2011-02-07block: enable in_use flagMarcelo Tosatti1-0/+2
2011-02-07Add flag to indicate external users to block deviceMarcelo Tosatti1-0/+11
2011-01-31block: tell drivers about an image resizeChristoph Hellwig1-4/+8
2011-01-24block: Use backing format driver during image creationStefan Hajnoczi1-3/+5
2011-01-06block: delete a write-only variableBlue Swirl1-5/+0
2010-12-17block: add discard supportChristoph Hellwig1-0/+11
2010-12-17bdrv_img_create() use proper errno return valuesJes Sorensen1-13/+10
2010-12-17Prevent creating an image with the same filename as backing fileJes Sorensen1-4/+11
2010-12-17qemu-img.c: Re-factor img_create()Jes Sorensen1-0/+141
2010-12-17block: Fix the use of protocols in backing filesStefan Hajnoczi1-3/+11
2010-12-17block: Introduce path_has_protocol() functionStefan Hajnoczi1-28/+36
2010-12-14block: Make bdrv_create_file() ':' handling consistentStefan Hajnoczi1-1/+1
2010-11-21block: set sector dirty on AIO write completionMarcelo Tosatti1-1/+41
2010-11-21block: fix shift in dirty bitmap calculationMarcelo Tosatti1-6/+6
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-4/+17
2010-10-22Copy snapshots out of QCOW2 diskedison1-0/+16
2010-10-09trace: Trace bdrv_aio_{readv,writev}Stefan Hajnoczi1-0/+4
2010-09-09trace: Trace virtio-blk, multiwrite, and paio_submitStefan Hajnoczi1-0/+8
2010-09-08Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori1-4/+0
2010-08-30block: Fix image re-open in bdrv_commitKevin Wolf1-4/+9