summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/raw-posix.c: Fix raw_getlength() on Mac OS X block devicesProgrammingkid2015-02-061-1/+14
* qcow2: Rewrite qcow2_alloc_bytes()Max Reitz2015-02-061-39/+39
* block: Give always priority to unused entries in the qcow2 L2 cacheAlberto Garcia2015-02-061-1/+3
* nbd: fix max_discard/max_transfer_lengthDenis V. Lunev2015-02-061-0/+9
* nbd: Improve error messagesMax Reitz2015-02-063-4/+4
* block: fix off-by-one error in qcow and qcow2Jeff Cody2015-02-062-2/+2
* qed: check for header size overflowStefan Hajnoczi2015-02-061-0/+5
* block/dmg: improve zeroes handlingPeter Wu2015-02-061-3/+15
* block/dmg: support bzip2 block entry typesPeter Wu2015-02-062-1/+43
* block/dmg: factor out block type checkPeter Wu2015-02-061-13/+23
* block/dmg: use SectorNumber from BLKX headerPeter Wu2015-02-061-7/+5
* block/dmg: fix sector data offset calculationPeter Wu2015-02-061-6/+20
* block/dmg: set virtual size to a non-zero valuePeter Wu2015-02-061-0/+8
* block/dmg: process XML plistsPeter Wu2015-02-061-0/+75
* block/dmg: validate chunk size to avoid overflowPeter Wu2015-02-061-1/+6
* block/dmg: process a buffer instead of reading intsPeter Wu2015-02-061-30/+30
* block/dmg: extract processing of resource forksPeter Wu2015-02-061-38/+66
* block/dmg: extract mish block decoding functionalityPeter Wu2015-02-061-95/+133
* block/dmg: properly detect the UDIF trailerPeter Wu2015-02-061-4/+43
* block: add event when disk usage exceeds thresholdFrancesco Romani2015-02-063-0/+129
* block-backend: expose bs->bl.max_transfer_lengthPeter Lieven2015-02-061-0/+5
* block: add accounting for merged requestsPeter Lieven2015-02-062-0/+9
* qed: Really remove unused field QEDAIOCB.finishedFam Zheng2015-02-061-1/+0
* block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate(0) to write zeroesDenis V. Lunev2015-02-061-0/+19
* block/raw-posix: call plain fallocate in handle_aiocb_write_zeroesDenis V. Lunev2015-02-061-1/+13
* block: use fallocate(FALLOC_FL_ZERO_RANGE) in handle_aiocb_write_zeroesDenis V. Lunev2015-02-061-2/+13
* block/raw-posix: refactor handle_aiocb_write_zeroes a bitDenis V. Lunev2015-02-061-19/+27
* block/raw-posix: create do_fallocate helperDenis V. Lunev2015-02-061-8/+14
* block/raw-posix: create translate_err helper to merge errno valuesDenis V. Lunev2015-02-061-6/+13
* block: vhdx - force FileOffsetMB field to '0' for certain block statesJeff Cody2015-01-231-1/+12
* block: update string sizes for filename,backing_file,exact_filenameJeff Cody2015-01-234-6/+7
* block: mirror - change string allocation to 2-bytesJeff Cody2015-01-231-1/+2
* block: qapi - move string allocation from stack to the heapJeff Cody2015-01-231-3/+4
* block: vmdk - move string allocations from stack to the heapJeff Cody2015-01-231-16/+23
* block: vmdk - make ret variable usage clearJeff Cody2015-01-231-6/+8
* qcow2: Add two more unalignment checksMax Reitz2015-01-231-0/+21
* coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini2015-01-131-4/+0
* qmp: Add command 'blockdev-backup'Fam Zheng2015-01-131-0/+28
* block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy2015-01-131-4/+7
* block/vmdk: Relative backing file for creationMax Reitz2015-01-131-1/+12
* block: JSON filenames and relative backing filesMax Reitz2015-01-131-1/+6
* block/iscsi: fix uninitialized variablePeter Wu2015-01-031-1/+1
* linux-aio: simplify removal of completed iocbs from the listPaolo Bonzini2014-12-121-6/+6
* linux-aio: drop return code from laio_io_unplug and ioq_submitPaolo Bonzini2014-12-122-11/+6
* linux-aio: rename LaioQueue idx field to "n"Paolo Bonzini2014-12-121-6/+6
* linux-aio: track whether the queue is blockedPaolo Bonzini2014-12-121-20/+27
* linux-aio: queue requests that cannot be submittedPaolo Bonzini2014-12-121-42/+33
* block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1Jeff Cody2014-12-121-0/+1
* block: vhdx - change .vhdx_create default block state to ZEROJeff Cody2014-12-121-2/+4
* block: vhdx - update PAYLOAD_BLOCK_UNMAPPED value to match 1.00 specJeff Cody2014-12-122-2/+4
OpenPOWER on IntegriCloud