aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2015-07-02block: Remove bdrv_reset_dirtyFam Zheng
2015-06-23block: Use bdrv_is_sg() everywhereDimitris Aragiorgis
2015-06-23util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-06-12block: Fix reopen flag inheritanceKevin Wolf
2015-06-12block: Add BlockDriverState.inherits_fromKevin Wolf
2015-06-12block: Add list of children to BlockDriverStateKevin Wolf
2015-06-12block: Drain requests before swapping nodes in bdrv_swap()Kevin Wolf
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf
2015-06-12block: Use QemuOpts in bdrv_open_common()Kevin Wolf
2015-06-12block: driver should override flags in bdrv_open()Max Reitz
2015-06-12block: Change bitmap truncate conditional to assertionJohn Snow
2015-06-12block: record new size in bdrv_dirty_bitmap_truncateJohn Snow
2015-06-12throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia
2015-06-12throttle: Add throttle group supportAlberto Garcia
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet
2015-05-29qapi: add dirty bitmap statusJohn Snow
2015-05-22block: Detect multiplication overflow in bdrv_getlengthFam Zheng
2015-05-22block: align bounce buffers to pageDenis V. Lunev
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev
2015-04-28block: move I/O request processing to block/io.cStefan Hajnoczi
2015-04-28block: extract bdrv_setup_io_funcs()Stefan Hajnoczi
2015-04-28block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi
2015-04-28block: replace bdrv_states iteration with bdrv_next()Stefan Hajnoczi
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