aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-05-22qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()Alberto Garcia
2015-05-22qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia
2015-05-22vmdk: Fix overflow if l1_size is 0x20000000Fam Zheng
2015-05-22vmdk: Fix next_cluster_sector for compressed writeFam Zheng
2015-05-22qcow2: Flush pending discards before allocating clusterKevin Wolf
2015-05-22block: get_block_status: use "else" when testing the opposite conditionPaolo Bonzini
2015-05-22block: Fix NULL deference for unaligned write if qiov is NULLFam Zheng
2015-05-22Revert "block: Fix unaligned zero write"Fam Zheng
2015-05-22block: align bounce buffers to pageDenis V. Lunev
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev
2015-05-22block: return EPERM on writes or discards to read-only devicesPaolo Bonzini
2015-05-22block/parallels: improve image writing performance furtherDenis V. Lunev
2015-05-22block/parallels: optimize linear image expansionDenis V. Lunev
2015-05-22block/parallels: add prealloc-mode and prealloc-size open paramemetsDenis V. Lunev
2015-05-22block/parallels: delay writing to BAT till bdrv_co_flush_to_osDenis V. Lunev
2015-05-22block/parallels: create bat_entry_off helperDenis V. Lunev
2015-05-22block/parallels: improve image reading performanceDenis V. Lunev
2015-05-22block/parallels: implement incorrect close detectionDenis V. Lunev
2015-05-22block/parallels: implement parallels_check method of block driverDenis V. Lunev
2015-05-22block/parallels: move parallels_open/probe to the very end of the fileDenis V. Lunev
2015-05-22block/parallels: read parallels image header and BAT into single bufferDenis V. Lunev
2015-05-22block/parallels: keep BAT bitmap data in little endian in memoryDenis V. Lunev
2015-05-22block/parallels: create bat2sect helperDenis V. Lunev
2015-05-22block/parallels: rename catalog_ names to bat_Denis V. Lunev
2015-05-22parallels: change copyright information in the image headerDenis V. Lunev
2015-05-22block/parallels: support parallels image creationDenis V. Lunev
2015-05-22block/parallels: _co_writev callback for Parallels formatDenis V. Lunev
2015-05-22block/parallels: mark parallels format driver as zero initedDenis V. Lunev
2015-05-22block/parallels: replace magic constants 4, 64 with proper sizeofsDenis V. Lunev
2015-05-22block/parallels: provide _co_readv routine for parallels format driverDenis V. Lunev
2015-05-22block/parallels: add get_block_statusRoman Kagan
2015-05-22block/parallels: read up to cluster end in one goRoman Kagan
2015-05-22block/parallels: switch to bdrv_readRoman Kagan
2015-05-22block/parallels: rename parallels_header to ParallelsHeaderDenis V. Lunev
2015-05-12Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...Peter Maydell
2015-05-11qobject: Clean up around qtype_codeMarkus Armbruster
2015-05-08sheepdog: fix resource leak with sd_snapshot_createzhanghailiang
2015-04-28block: move I/O request processing to block/io.cStefan Hajnoczi
2015-04-28vmdk: Widen before shifting 32 bit header fieldFam Zheng
2015-04-28block/dmg: make it modularMichael Tokarev
2015-04-28block/mirror: Always call block_job_sleep_ns()Max Reitz
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow
2015-04-28qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow
2015-04-28qmp: Ensure consistent granularity typeJohn Snow
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng
2015-04-28block/iscsi: use the allocationmap also if cache.direct=onPeter Lieven
2015-04-28block/iscsi: bump year in copyright noticePeter Lieven
2015-04-28block/iscsi: handle SCSI_STATUS_TASK_SET_FULLPeter Lieven
2015-04-28block/iscsi: increase retry countPeter Lieven