summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-05-22qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange3-10/+21
2015-05-22qcow2: style fixes in qcow2-cache.cAlberto Garcia1-3/+3
2015-05-22qcow2: make qcow2_cache_put() a void functionAlberto Garcia4-71/+17
2015-05-22qcow2: use a hash to look for entries in the L2 cacheAlberto Garcia1-2/+7
2015-05-22qcow2: remove qcow2_cache_find_entry_to_replace()Alberto Garcia1-29/+16
2015-05-22qcow2: use an LRU algorithm to replace entries from the L2 cacheAlberto Garcia1-18/+15
2015-05-22qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()Alberto Garcia1-17/+15
2015-05-22qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia4-39/+39
2015-05-22vmdk: Fix overflow if l1_size is 0x20000000Fam Zheng1-1/+2
2015-05-22vmdk: Fix next_cluster_sector for compressed writeFam Zheng1-4/+10
2015-05-22qcow2: Flush pending discards before allocating clusterKevin Wolf1-0/+5
2015-05-22block: get_block_status: use "else" when testing the opposite conditionPaolo Bonzini1-3/+1
2015-05-22block: Fix NULL deference for unaligned write if qiov is NULLFam Zheng1-2/+95
2015-05-22Revert "block: Fix unaligned zero write"Fam Zheng1-39/+6
2015-05-22block: align bounce buffers to pageDenis V. Lunev2-7/+8
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev2-1/+7
2015-05-22block: return EPERM on writes or discards to read-only devicesPaolo Bonzini1-2/+2
2015-05-22block/parallels: improve image writing performance furtherDenis V. Lunev1-20/+23
2015-05-22block/parallels: optimize linear image expansionDenis V. Lunev1-10/+32
2015-05-22block/parallels: add prealloc-mode and prealloc-size open paramemetsDenis V. Lunev1-6/+77
2015-05-22block/parallels: delay writing to BAT till bdrv_co_flush_to_osDenis V. Lunev1-6/+44
2015-05-22block/parallels: create bat_entry_off helperDenis V. Lunev1-6/+9
2015-05-22block/parallels: improve image reading performanceDenis V. Lunev1-5/+31
2015-05-22block/parallels: implement incorrect close detectionDenis V. Lunev1-0/+50
2015-05-22block/parallels: implement parallels_check method of block driverDenis V. Lunev1-0/+85
2015-05-22block/parallels: move parallels_open/probe to the very end of the fileDenis V. Lunev1-93/+98
2015-05-22block/parallels: read parallels image header and BAT into single bufferDenis V. Lunev1-7/+17
2015-05-22block/parallels: keep BAT bitmap data in little endian in memoryDenis V. Lunev1-12/+5
2015-05-22block/parallels: create bat2sect helperDenis V. Lunev1-3/+9
2015-05-22block/parallels: rename catalog_ names to bat_Denis V. Lunev1-28/+30
2015-05-22parallels: change copyright information in the image headerDenis V. Lunev1-1/+5
2015-05-22block/parallels: support parallels image creationDenis V. Lunev1-0/+97
2015-05-22block/parallels: _co_writev callback for Parallels formatDenis V. Lunev1-2/+88
2015-05-22block/parallels: mark parallels format driver as zero initedDenis V. Lunev1-0/+1
2015-05-22block/parallels: replace magic constants 4, 64 with proper sizeofsDenis V. Lunev1-4/+4
2015-05-22block/parallels: provide _co_readv routine for parallels format driverDenis V. Lunev1-21/+33
2015-05-22block/parallels: add get_block_statusRoman Kagan1-0/+21
2015-05-22block/parallels: read up to cluster end in one goRoman Kagan1-5/+13
2015-05-22block/parallels: switch to bdrv_readRoman Kagan1-9/+11
2015-05-22block/parallels: rename parallels_header to ParallelsHeaderDenis V. Lunev1-4/+4
2015-05-12Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...Peter Maydell1-3/+0
2015-05-11qobject: Clean up around qtype_codeMarkus Armbruster1-3/+0
2015-05-08sheepdog: fix resource leak with sd_snapshot_createzhanghailiang1-0/+1
2015-04-28block: move I/O request processing to block/io.cStefan Hajnoczi2-1/+2541
2015-04-28vmdk: Widen before shifting 32 bit header fieldFam Zheng1-1/+1
2015-04-28block/dmg: make it modularMichael Tokarev1-1/+2
2015-04-28block/mirror: Always call block_job_sleep_ns()Max Reitz1-3/+0
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow2-17/+11
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2-22/+137
2015-04-28qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow1-9/+1