Age | Commit message (Expand) | Author | Files | Lines |
2012-06-15 | block: Replace bdrv_get_format() by bdrv_get_format_name() | Markus Armbruster | 1 | -1/+1 |
2012-06-15 | block: add bdrv_set_enable_write_cache | Paolo Bonzini | 1 | -0/+1 |
2012-06-15 | block: New bdrv_get_flags() | Markus Armbruster | 1 | -0/+1 |
2012-06-15 | qemu-img check: Print fixed clusters and recheck | Kevin Wolf | 1 | -0/+2 |
2012-06-15 | qemu-img check -r for repairing images | Kevin Wolf | 1 | -1/+6 |
2012-06-15 | stream: move is_allocated_above to block.c | Paolo Bonzini | 1 | -0/+4 |
2012-05-10 | qemu-img: make "info" backing file output correct and easier to use | Paolo Bonzini | 1 | -0/+2 |
2012-04-05 | block: add a function to clear incoming live migration flags | Benoît Canet | 1 | -0/+2 |
2012-04-05 | block: Add new BDRV_O_INCOMING flag to notice incoming live migration | Benoît Canet | 1 | -0/+1 |
2012-04-05 | qemu-img: add dirty flag status | Dong Xu Wang | 1 | -0/+1 |
2012-04-05 | qemu-img: add image fragmentation statistics | Dong Xu Wang | 1 | -0/+7 |
2012-04-05 | block: enforce constraints on block size properties | Stefan Hajnoczi | 1 | -4/+4 |
2012-04-05 | aio: move BlockDriverAIOCB to qemu-aio.h | Paolo Bonzini | 1 | -2/+0 |
2012-03-12 | block: handle -EBUSY in bdrv_commit_all() | Stefan Hajnoczi | 1 | -1/+1 |
2012-02-29 | qapi: Introduce blockdev-group-snapshot-sync command | Jeff Cody | 1 | -0/+1 |
2012-02-29 | block: add a transfer rate for floppy types | Hervé Poussineau | 1 | -1/+9 |
2012-02-22 | block: bdrv_eject(): Make eject_flag a real bool | Luiz Capitulino | 1 | -1/+1 |
2012-02-22 | block: Rename bdrv_mon_event() & BlockMonEventAction | Luiz Capitulino | 1 | -3/+3 |
2012-02-09 | block: add .bdrv_co_write_zeroes() interface | Stefan Hajnoczi | 1 | -0/+8 |
2012-01-26 | block: add bdrv_find_backing_image | Marcelo Tosatti | 1 | -0/+2 |
2012-01-26 | block: make copy-on-read a per-request flag | Stefan Hajnoczi | 1 | -0/+2 |
2011-12-15 | qcow2: Allow >4 GB VM state | Kevin Wolf | 1 | -1/+1 |
2011-12-14 | Fix spelling in comments, documentation and messages | Stefan Weil | 1 | -1/+1 |
2011-12-05 | block: convert qemu_aio_flush() calls to bdrv_drain_all() | Stefan Hajnoczi | 1 | -0/+1 |
2011-12-05 | block: add interface to toggle copy-on-read | Stefan Hajnoczi | 1 | -0/+4 |
2011-12-05 | block: add bdrv_co_is_allocated() interface | Stefan Hajnoczi | 1 | -0/+2 |
2011-12-05 | block: add I/O throttling algorithm | Zhi Yong Wu | 1 | -0/+1 |
2011-12-05 | block: add the blockio limits command line support | Zhi Yong Wu | 1 | -0/+4 |
2011-11-21 | block: allow migration to work with image files (v3) | Anthony Liguori | 1 | -0/+4 |
2011-11-11 | block: add eject request callback | Paolo Bonzini | 1 | -0/+10 |
2011-10-27 | qapi: Convert query-block | Luiz Capitulino | 1 | -5/+0 |
2011-10-27 | block: Rename the BlockIOStatus enum values | Luiz Capitulino | 1 | -1/+2 |
2011-10-27 | block: iostatus: Drop BDRV_IOS_INVAL | Luiz Capitulino | 1 | -2/+1 |
2011-10-21 | block: add bdrv_co_discard and bdrv_aio_discard support | Paolo Bonzini | 1 | -0/+4 |
2011-10-21 | block: unify flush implementations | Paolo Bonzini | 1 | -0/+1 |
2011-10-11 | block: Keep track of devices' I/O status | Luiz Capitulino | 1 | -0/+10 |
2011-09-12 | block: New change_media_cb() parameter load | Markus Armbruster | 1 | -1/+2 |
2011-09-12 | block: New bdrv_set_buffer_alignment() | Markus Armbruster | 1 | -0/+1 |
2011-09-12 | block: Move BlockConf & friends from block_int.h to block.h | Markus Armbruster | 1 | -0/+38 |
2011-09-12 | block: Show whether the virtual tray is open in info block | Markus Armbruster | 1 | -0/+6 |
2011-09-12 | block: Drop BlockDriverState member removable | Markus Armbruster | 1 | -1/+0 |
2011-09-12 | block: Clean up remaining users of "removable" | Markus Armbruster | 1 | -1/+2 |
2011-09-12 | block: Rename bdrv_set_locked() to bdrv_lock_medium() | Markus Armbruster | 1 | -1/+1 |
2011-09-12 | block: Drop medium lock tracking, ask device models instead | Markus Armbruster | 1 | -1/+6 |
2011-09-12 | block: Leave enforcing tray lock to device models | Markus Armbruster | 1 | -1/+1 |
2011-09-06 | block: Declare qemu_blockalign() in block.h, not block_int.h | Markus Armbruster | 1 | -0/+2 |
2011-09-06 | block: Split change_cb() into change_media_cb(), resize_cb() | Markus Armbruster | 1 | -1/+11 |
2011-09-06 | block: Generalize change_cb() to BlockDevOps | Markus Armbruster | 1 | -3/+6 |
2011-09-06 | block: Attach non-qdev devices as well | Markus Armbruster | 1 | -3/+4 |
2011-08-26 | block: latency accounting | Christoph Hellwig | 1 | -0/+1 |