Age | Commit message (Expand) | Author |
2012-09-28 | iostatus: reorganize io error code | Paolo Bonzini |
2012-09-28 | iostatus: change is_read to a bool | Paolo Bonzini |
2012-09-28 | iostatus: move BlockdevOnError declaration to QAPI | Paolo Bonzini |
2012-09-28 | iostatus: rename BlockErrorAction, BlockQMPEventAction | Paolo Bonzini |
2012-09-28 | block: move job APIs to separate files | Paolo Bonzini |
2012-09-28 | block: helper function, to find the base image of a chain | Jeff Cody |
2012-09-28 | block: add support functions for live commit, to find and delete images. | Jeff Cody |
2012-09-24 | block: Framework for reopening files safely | Jeff Cody |
2012-09-24 | block: correctly set the keep_read_only flag | Jeff Cody |
2012-08-10 | block: add BLOCK_O_CHECK for qemu-img check | Stefan Hajnoczi |
2012-08-03 | block: create bdrv_get_backing_file_depth() | Benoît Canet |
2012-07-17 | hw/block-common: Move BlockConf & friends from block.h | Markus Armbruster |
2012-07-17 | block: Geometry and translation hints are now useless, purge them | Markus Armbruster |
2012-07-17 | qdev: Introduce block geometry properties | Markus Armbruster |
2012-07-17 | hd-geometry: Move disk geometry guessing back from block.c | Markus Armbruster |
2012-07-17 | fdc: Move floppy geometry guessing back from block.c | Markus Armbruster |
2012-07-09 | block: Factor bdrv_read_unthrottled() out of guess_disk_lchs() | Markus Armbruster |
2012-07-09 | block: introduce bdrv_swap, implement bdrv_append on top of it | Paolo Bonzini |
2012-07-09 | blkdebug: remove sync i/o events | Paolo Bonzini |
2012-06-15 | block: Replace bdrv_get_format() by bdrv_get_format_name() | Markus Armbruster |
2012-06-15 | block: add bdrv_set_enable_write_cache | Paolo Bonzini |
2012-06-15 | block: New bdrv_get_flags() | Markus Armbruster |
2012-06-15 | qemu-img check: Print fixed clusters and recheck | Kevin Wolf |
2012-06-15 | qemu-img check -r for repairing images | Kevin Wolf |
2012-06-15 | stream: move is_allocated_above to block.c | Paolo Bonzini |
2012-05-10 | qemu-img: make "info" backing file output correct and easier to use | Paolo Bonzini |
2012-04-05 | block: add a function to clear incoming live migration flags | Benoît Canet |
2012-04-05 | block: Add new BDRV_O_INCOMING flag to notice incoming live migration | Benoît Canet |
2012-04-05 | qemu-img: add dirty flag status | Dong Xu Wang |
2012-04-05 | qemu-img: add image fragmentation statistics | Dong Xu Wang |
2012-04-05 | block: enforce constraints on block size properties | Stefan Hajnoczi |
2012-04-05 | aio: move BlockDriverAIOCB to qemu-aio.h | Paolo Bonzini |
2012-03-12 | block: handle -EBUSY in bdrv_commit_all() | Stefan Hajnoczi |
2012-02-29 | qapi: Introduce blockdev-group-snapshot-sync command | Jeff Cody |
2012-02-29 | block: add a transfer rate for floppy types | Hervé Poussineau |
2012-02-22 | block: bdrv_eject(): Make eject_flag a real bool | Luiz Capitulino |
2012-02-22 | block: Rename bdrv_mon_event() & BlockMonEventAction | Luiz Capitulino |
2012-02-09 | block: add .bdrv_co_write_zeroes() interface | Stefan Hajnoczi |
2012-01-26 | block: add bdrv_find_backing_image | Marcelo Tosatti |
2012-01-26 | block: make copy-on-read a per-request flag | Stefan Hajnoczi |
2011-12-15 | qcow2: Allow >4 GB VM state | Kevin Wolf |
2011-12-14 | Fix spelling in comments, documentation and messages | Stefan Weil |
2011-12-05 | block: convert qemu_aio_flush() calls to bdrv_drain_all() | Stefan Hajnoczi |
2011-12-05 | block: add interface to toggle copy-on-read | Stefan Hajnoczi |
2011-12-05 | block: add bdrv_co_is_allocated() interface | Stefan Hajnoczi |
2011-12-05 | block: add I/O throttling algorithm | Zhi Yong Wu |
2011-12-05 | block: add the blockio limits command line support | Zhi Yong Wu |
2011-11-21 | block: allow migration to work with image files (v3) | Anthony Liguori |
2011-11-11 | block: add eject request callback | Paolo Bonzini |
2011-10-27 | qapi: Convert query-block | Luiz Capitulino |