summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: Error parameter for create functionsMax Reitz2013-09-126-6/+22
* block: Error parameter for open functionsMax Reitz2013-09-1210-15/+49
* bdrv: Use "Error" for creating imagesMax Reitz2013-09-1215-16/+31
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-1226-33/+61
* snapshot: distinguish id and name in snapshot deleteWenchao Xia2013-09-125-22/+122
* snapshot: new function bdrv_snapshot_find_by_id_and_name()Wenchao Xia2013-09-121-0/+73
* qcow2: Implement bdrv_amend_optionsMax Reitz2013-09-121-0/+194
* qcow2: Save refcount order in BDRVQcowStateMax Reitz2013-09-122-1/+3
* qcow2-cluster: Expand zero clustersMax Reitz2013-09-123-14/+253
* qcow2-cache: Empty cacheMax Reitz2013-09-122-0/+20
* raw-win32.c: Fix incorrect handling behaviour of small block filesTal Kain2013-09-121-0/+1
* qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf2013-09-123-5/+12
* qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf2013-09-123-6/+6
* raw-posix: report unwritten extents as zeroPaolo Bonzini2013-09-061-0/+3
* raw-posix: return get_block_status data and flagsPaolo Bonzini2013-09-061-7/+10
* block: return get_block_status data and flags for formatsPaolo Bonzini2013-09-068-19/+94
* block: introduce bdrv_get_block_status APIPaolo Bonzini2013-09-0610-26/+32
* block: expect errors from bdrv_co_is_allocatedPaolo Bonzini2013-09-063-5/+7
* block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini2013-09-063-7/+7
* block: make bdrv_co_is_allocated staticPaolo Bonzini2013-09-063-5/+5
* cow: do not call bdrv_co_is_allocatedPaolo Bonzini2013-09-061-1/+1
* cow: make writes go at a less indecent speedPaolo Bonzini2013-09-061-3/+16
* cow: make reads go at a decent speedPaolo Bonzini2013-09-061-22/+32
* block: make bdrv_delete() staticFam Zheng2013-09-0613-21/+21
* iscsi: use bdrv_new() instead of stack structureFam Zheng2013-09-061-7/+9
* vvfat: use bdrv_new() to allocate BlockDriverStateFam Zheng2013-09-061-1/+1
* w32: Fix access to host devices (regression)Stefan Weil2013-09-061-7/+29
* block: Add iops_size to do the iops accounting for a given io size.Benoît Canet2013-09-061-0/+3
* block: Add support for throttling burst max in QMP and the command line.Benoît Canet2013-09-061-0/+26
* block: Enable the new throttling code in the block layer.Benoît Canet2013-09-061-12/+9
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-09-0310-162/+759
|\
| * qcow2_check: Mark image consistentMax Reitz2013-09-021-1/+5
| * qcow2-refcount: Repair shared refcount blocksMax Reitz2013-09-022-2/+147
| * qcow2-refcount: Repair OFLAG_COPIED errorsMax Reitz2013-08-303-8/+55
| * qcow2-refcount: Move OFLAG_COPIED checksMax Reitz2013-08-301-33/+82
| * qcow2: Employ metadata overlap checksMax Reitz2013-08-304-0/+86
| * qcow2: Metadata overlap checksMax Reitz2013-08-302-0/+211
| * qcow2: Add corrupt bitMax Reitz2013-08-302-1/+53
| * qcow2-refcount: Snapshot update for zero clustersMax Reitz2013-08-301-17/+35
| * gluster: Abort on AIO completion failureBharata B Rao2013-08-301-13/+2
| * block: Remove old raw driverKevin Wolf2013-08-301-192/+0
| * switch raw block driver from "raw.o" to "raw_bsd.o"Laszlo Ersek2013-08-302-35/+45
| * raw_bsd: register bdrv_rawLaszlo Ersek2013-08-301-5/+33
| * raw_bsd: add raw_create_optionsLaszlo Ersek2013-08-301-1/+12
| * raw_bsd: introduce "special members"Laszlo Ersek2013-08-301-0/+23
| * raw_bsd: add raw_create()Laszlo Ersek2013-08-301-0/+4
| * raw_bsd: emit debug events in bdrv_co_readv() and bdrv_co_writev()Laszlo Ersek2013-08-301-0/+2
| * add skeleton for BSD licensed "raw" BlockDriverLaszlo Ersek2013-08-301-0/+108
| * block/qcow2.h: Avoid "1LL << 63" (shifts into sign bit)Peter Maydell2013-08-301-3/+3
| * qcow2: Change default for new images to compat=1.1Kevin Wolf2013-08-301-1/+3
OpenPOWER on IntegriCloud