aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2015-04-28block: Resize bitmaps on bdrv_truncateJohn Snow
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow
2015-04-28block: add BdrvDirtyBitmap documentationJohn Snow
2015-04-28qmp: Add dirty bitmap status field in query-blockJohn Snow
2015-04-28qmp: add block-dirty-bitmap-clearJohn Snow
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow
2015-04-28block: Add bitmap successorsJohn Snow
2015-04-28block: Add bitmap disabled statusJohn Snow
2015-04-28block: Introduce bdrv_dirty_bitmap_granularity()John 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-28qmp: fill in the image field in BlockDeviceInfoAlberto Garcia
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia
2015-04-28block: add bdrv_get_device_or_node_name()Alberto Garcia
2015-04-28block: avoid unnecessary bottom halvesPaolo Bonzini
2015-04-28block: Pause block jobs in bdrv_drain_allFam Zheng
2015-04-28block: Switch to host monotonic clock for IO throttlingFam Zheng
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-03-27block: Fix unaligned zero writeFam Zheng
2015-03-16block: Drop bdrv_findFam Zheng
2015-03-16block: Deprecate QCOW/QCOW2 encryptionMarkus Armbruster
2015-03-10block: add bdrv functions for geometry and blocksizeEkaterina Tumanova
2015-02-26qemu-img: Suppress unhelpful extra errors in convert, amendMarkus Armbruster
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster
2015-02-26block: Suppress unhelpful extra errors in bdrv_img_create()Markus Armbruster
2015-02-26QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster
2015-02-16block: Keep bdrv_check*_request()'s return valueMax Reitz
2015-02-16block: Remove "growable" from BDSMax Reitz
2015-02-16block: Add Error parameter to bdrv_find_protocol()Max Reitz
2015-02-06block: Eliminate silly QERR_ macros used for encryption keysMarkus Armbruster
2015-02-06block: New bdrv_add_key(), convert monitor to use itMarkus Armbruster
2015-02-06block: introduce BDRV_REQUEST_MAX_SECTORSPeter Lieven
2015-02-06block: add accounting for merged requestsPeter Lieven
2015-02-06block: change default for discard and write zeroes to INT_MAXPeter Lieven
2015-01-23block: remove unused variable in bdrv_commitJeff Cody
2015-01-13block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng
2015-01-13block: limited request size in write zeroes unsupported pathPeter Lieven
2015-01-13block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy
2015-01-13block: Relative backing file for image creationMax Reitz
2015-01-13block: JSON filenames and relative backing filesMax Reitz
2015-01-13block: Get full backing filename from stringMax Reitz
2015-01-13block: do not allocate an iovec per read of a growable/zero_after_eof BDSPaolo Bonzini
2014-12-12block: Don't add trailing space in "Formating..." messageFam Zheng
2014-12-12vmdk: Fix error for JSON descriptor file namesMax Reitz
2014-12-10block: Check create_opts before image creationMax Reitz
2014-12-10block: Omit bdrv_find_format for essential driversMax Reitz
2014-12-10block: Don't probe for unknown backing file formatKevin Wolf
2014-12-10raw: Prohibit dangerous writes for probed imagesKevin Wolf
2014-12-10block: Read only one sector for format probingKevin Wolf