summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-02-16block: Add Error parameter to bdrv_find_protocol()Max Reitz1-1/+1
2015-02-16block: Add blk_new_open()Max Reitz1-0/+34
2015-02-16block: Lift some BDS functions to the BlockBackendMax Reitz1-0/+38
2015-02-16block: vmdk - fixed sizeof() errorJeff Cody1-2/+1
2015-02-16nbd: fix the co_queue multi-adding bugBin Wu1-12/+13
2015-02-16nbd: Drop BDS backpointerMax Reitz3-89/+83
2015-02-06block/raw-posix.c: Fix raw_getlength() on Mac OS X block devicesProgrammingkid1-1/+14
2015-02-06qcow2: Rewrite qcow2_alloc_bytes()Max Reitz1-39/+39
2015-02-06block: Give always priority to unused entries in the qcow2 L2 cacheAlberto Garcia1-1/+3
2015-02-06nbd: fix max_discard/max_transfer_lengthDenis V. Lunev1-0/+9
2015-02-06nbd: Improve error messagesMax Reitz3-4/+4
2015-02-06block: fix off-by-one error in qcow and qcow2Jeff Cody2-2/+2
2015-02-06qed: check for header size overflowStefan Hajnoczi1-0/+5
2015-02-06block/dmg: improve zeroes handlingPeter Wu1-3/+15
2015-02-06block/dmg: support bzip2 block entry typesPeter Wu2-1/+43
2015-02-06block/dmg: factor out block type checkPeter Wu1-13/+23
2015-02-06block/dmg: use SectorNumber from BLKX headerPeter Wu1-7/+5
2015-02-06block/dmg: fix sector data offset calculationPeter Wu1-6/+20
2015-02-06block/dmg: set virtual size to a non-zero valuePeter Wu1-0/+8
2015-02-06block/dmg: process XML plistsPeter Wu1-0/+75
2015-02-06block/dmg: validate chunk size to avoid overflowPeter Wu1-1/+6
2015-02-06block/dmg: process a buffer instead of reading intsPeter Wu1-30/+30
2015-02-06block/dmg: extract processing of resource forksPeter Wu1-38/+66
2015-02-06block/dmg: extract mish block decoding functionalityPeter Wu1-95/+133
2015-02-06block/dmg: properly detect the UDIF trailerPeter Wu1-4/+43
2015-02-06block: add event when disk usage exceeds thresholdFrancesco Romani3-0/+129
2015-02-06block-backend: expose bs->bl.max_transfer_lengthPeter Lieven1-0/+5
2015-02-06block: add accounting for merged requestsPeter Lieven2-0/+9
2015-02-06qed: Really remove unused field QEDAIOCB.finishedFam Zheng1-1/+0
2015-02-06block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate(0) to write zeroesDenis V. Lunev1-0/+19
2015-02-06block/raw-posix: call plain fallocate in handle_aiocb_write_zeroesDenis V. Lunev1-1/+13
2015-02-06block: use fallocate(FALLOC_FL_ZERO_RANGE) in handle_aiocb_write_zeroesDenis V. Lunev1-2/+13
2015-02-06block/raw-posix: refactor handle_aiocb_write_zeroes a bitDenis V. Lunev1-19/+27
2015-02-06block/raw-posix: create do_fallocate helperDenis V. Lunev1-8/+14
2015-02-06block/raw-posix: create translate_err helper to merge errno valuesDenis V. Lunev1-6/+13
2015-01-23block: vhdx - force FileOffsetMB field to '0' for certain block statesJeff Cody1-1/+12
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody4-6/+7
2015-01-23block: mirror - change string allocation to 2-bytesJeff Cody1-1/+2
2015-01-23block: qapi - move string allocation from stack to the heapJeff Cody1-3/+4
2015-01-23block: vmdk - move string allocations from stack to the heapJeff Cody1-16/+23
2015-01-23block: vmdk - make ret variable usage clearJeff Cody1-6/+8
2015-01-23qcow2: Add two more unalignment checksMax Reitz1-0/+21
2015-01-13coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini1-4/+0
2015-01-13qmp: Add command 'blockdev-backup'Fam Zheng1-0/+28
2015-01-13block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy1-4/+7
2015-01-13block/vmdk: Relative backing file for creationMax Reitz1-1/+12
2015-01-13block: JSON filenames and relative backing filesMax Reitz1-1/+6
2015-01-03block/iscsi: fix uninitialized variablePeter Wu1-1/+1
2014-12-12linux-aio: simplify removal of completed iocbs from the listPaolo Bonzini1-6/+6
2014-12-12linux-aio: drop return code from laio_io_unplug and ioq_submitPaolo Bonzini2-11/+6