aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-02-06block/raw-posix.c: Fix raw_getlength() on Mac OS X block devicesProgrammingkid
2015-02-06qcow2: Rewrite qcow2_alloc_bytes()Max Reitz
2015-02-06block: Give always priority to unused entries in the qcow2 L2 cacheAlberto Garcia
2015-02-06nbd: fix max_discard/max_transfer_lengthDenis V. Lunev
2015-02-06nbd: Improve error messagesMax Reitz
2015-02-06block: fix off-by-one error in qcow and qcow2Jeff Cody
2015-02-06qed: check for header size overflowStefan Hajnoczi
2015-02-06block/dmg: improve zeroes handlingPeter Wu
2015-02-06block/dmg: support bzip2 block entry typesPeter Wu
2015-02-06block/dmg: factor out block type checkPeter Wu
2015-02-06block/dmg: use SectorNumber from BLKX headerPeter Wu
2015-02-06block/dmg: fix sector data offset calculationPeter Wu
2015-02-06block/dmg: set virtual size to a non-zero valuePeter Wu
2015-02-06block/dmg: process XML plistsPeter Wu
2015-02-06block/dmg: validate chunk size to avoid overflowPeter Wu
2015-02-06block/dmg: process a buffer instead of reading intsPeter Wu
2015-02-06block/dmg: extract processing of resource forksPeter Wu
2015-02-06block/dmg: extract mish block decoding functionalityPeter Wu
2015-02-06block/dmg: properly detect the UDIF trailerPeter Wu
2015-02-06block: add event when disk usage exceeds thresholdFrancesco Romani
2015-02-06block-backend: expose bs->bl.max_transfer_lengthPeter Lieven
2015-02-06block: add accounting for merged requestsPeter Lieven
2015-02-06qed: Really remove unused field QEDAIOCB.finishedFam Zheng
2015-02-06block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate(0) to write zeroesDenis V. Lunev
2015-02-06block/raw-posix: call plain fallocate in handle_aiocb_write_zeroesDenis V. Lunev
2015-02-06block: use fallocate(FALLOC_FL_ZERO_RANGE) in handle_aiocb_write_zeroesDenis V. Lunev
2015-02-06block/raw-posix: refactor handle_aiocb_write_zeroes a bitDenis V. Lunev
2015-02-06block/raw-posix: create do_fallocate helperDenis V. Lunev
2015-02-06block/raw-posix: create translate_err helper to merge errno valuesDenis V. Lunev
2015-01-23block: vhdx - force FileOffsetMB field to '0' for certain block statesJeff Cody
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody
2015-01-23block: mirror - change string allocation to 2-bytesJeff Cody
2015-01-23block: qapi - move string allocation from stack to the heapJeff Cody
2015-01-23block: vmdk - move string allocations from stack to the heapJeff Cody
2015-01-23block: vmdk - make ret variable usage clearJeff Cody
2015-01-23qcow2: Add two more unalignment checksMax Reitz
2015-01-13coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini
2015-01-13qmp: Add command 'blockdev-backup'Fam Zheng
2015-01-13block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy
2015-01-13block/vmdk: Relative backing file for creationMax Reitz
2015-01-13block: JSON filenames and relative backing filesMax Reitz
2015-01-03block/iscsi: fix uninitialized variablePeter Wu
2014-12-12linux-aio: simplify removal of completed iocbs from the listPaolo Bonzini
2014-12-12linux-aio: drop return code from laio_io_unplug and ioq_submitPaolo Bonzini
2014-12-12linux-aio: rename LaioQueue idx field to "n"Paolo Bonzini
2014-12-12linux-aio: track whether the queue is blockedPaolo Bonzini
2014-12-12linux-aio: queue requests that cannot be submittedPaolo Bonzini
2014-12-12block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1Jeff Cody
2014-12-12block: vhdx - change .vhdx_create default block state to ZEROJeff Cody
2014-12-12block: vhdx - update PAYLOAD_BLOCK_UNMAPPED value to match 1.00 specJeff Cody