summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * block: Add coroutine_fn marker to coroutine functionsDong Xu Wang2011-12-053-8/+8
| * block: Use bdrv functions to replace file operation in cow.cLi Zhi Hui2011-12-051-18/+16
| * qed: adjust the way to get nb_sectorsZhi Yong Wu2011-12-051-3/+3
| * qcow2: avoid reentrant bdrv_read() in copy_sectors()Stefan Hajnoczi2011-12-051-8/+19
| * qcow2: Unlock during COWKevin Wolf2011-12-051-69/+35
* | fix spelling in block sub directoryDong Xu Wang2011-12-023-5/+5
|/
* vpc: Add missing error handling in alloc_blockKevin Wolf2011-11-231-1/+4
* vdi: Fix memory leakKevin Wolf2011-11-231-0/+3
* vvfat: Add migration blockerKevin Wolf2011-11-231-0/+17
* vpc: Add migration blockerKevin Wolf2011-11-231-0/+13
* vmdk: Add migration blockerKevin Wolf2011-11-231-1/+15
* vdi: Add migration blockerKevin Wolf2011-11-231-0/+12
* qcow: Add migration blockerKevin Wolf2011-11-231-0/+12
* sheepdog: Avoid deadlock in error pathDong Xu Wang2011-11-221-0/+2
* Include zlib.h using #include <>Stefan Weil2011-11-211-1/+1
* qed: add migration blocker (v2)Anthony Liguori2011-11-212-0/+12
* qcow2: implement bdrv_invalidate_cache (v2)Anthony Liguori2011-11-212-0/+36
* block: Introduce bdrv_co_flush_to_osKevin Wolf2011-11-111-2/+8
* block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf2011-11-119-42/+51
* block: Fix vpc initialization of the Dynamic Disk HeaderCharles Arnold2011-11-111-1/+5
* vvfat: Fix read-write modeKevin Wolf2011-11-111-21/+23
* vvfat: reorganize computation of disk geometryPaolo Bonzini2011-11-041-16/+24
* vvfat: do not hardcode sector counts in error messagePaolo Bonzini2011-11-041-5/+2
* vvfat: unify and correct computation of sector countPaolo Bonzini2011-11-041-3/+3
* vvfat: need to use first_sectors_number to distinguish fdd/hddPaolo Bonzini2011-11-041-2/+2
* vvfat: do not fail if the disk has spare sectorsPaolo Bonzini2011-11-041-2/+2
* vvfat: fix out of bounds array_get usagePaolo Bonzini2011-11-041-0/+1
* block/cloop: Use g_free instead of freeDong Xu Wang2011-11-041-3/+3
* block/cloop: Fix coding styleDong Xu Wang2011-11-041-52/+63
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-10-315-27/+647
|\
| * block: fix qcow2_co_flush deadlockDong Xu Wang2011-10-281-0/+2
| * vmdk: Fix possible segfaultsKevin Wolf2011-10-281-1/+6
| * vmdk: Improve error handlingKevin Wolf2011-10-281-6/+15
| * vmdk: Fix use of uninitialised valueKevin Wolf2011-10-281-1/+1
| * qcow: Fix bdrv_write_compressed error handlingKevin Wolf2011-10-281-11/+19
| * Teach block/vdi about "discarded" (no longer allocated) blocksEric Sunshine2011-10-281-9/+14
| * iSCSI block driverRonnie Sahlberg2011-10-281-0/+591
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-10-312-5/+5
|\ \ | |/ |/|
| * qed: remove unneeded variable assignmentPavel Borzenkov2011-10-261-1/+0
| * qed: don't pass NULL to memcpyPavel Borzenkov2011-10-261-2/+4
| * vmdk: vmdk_read_cid returns garbage if p_name is NULLPavel Borzenkov2011-10-261-1/+1
| * vmdk: remove unneeded variable assignmentPavel Borzenkov2011-10-261-1/+0
* | block: change discard to co_discardPaolo Bonzini2011-10-212-6/+13
* | block: change flush to co_flushPaolo Bonzini2011-10-218-30/+29
* | block: take lock around bdrv_write implementationsPaolo Bonzini2011-10-215-5/+60
* | block: take lock around bdrv_read implementationsPaolo Bonzini2011-10-219-9/+108
* | block: add a CoMutex to synchronous read driversPaolo Bonzini2011-10-219-0/+18
* | vmdk: clean up openPaolo Bonzini2011-10-211-22/+15
* | vmdk: fix return values of vmdk_parent_openPaolo Bonzini2011-10-211-6/+9
* | qcow2: Fix bdrv_write_compressed error handlingKevin Wolf2011-10-212-13/+22
OpenPOWER on IntegriCloud